@Determinist Sizin dediğinizi scantime bir crypter ile yaptım. Builder stub'a şifrelenecek exe'yi şifreleyerek yazıyor. Ve bizden bir output path'i istiyor.
cin>>output; CopyFile("stub.exe", output/*L"Crypted.exe"*/, 0);// Copy stub , so we done need to download a new one each time we crypt
Output'a kopyalanmış Stub.exe'nin resource'sine encrypt edilmiş exe'nin datasını yazıyor.
unsigned char *shellcode_decrypted = new unsigned char[size];
Çok teşekkürler Determinist.
< Bu mesaj bu kişi tarafından değiştirildi Guest-8F0924900 -- 21 Şubat 2020; 8:26:18 >
Bu mesajda bahsedilenler: @Determinist