Testcase4

Results 6 comments of Testcase4

I updated go architecture (386) and It is working flawlessly. One thing I want to ask : Is there not golang for Visual Studio 2017 or 2019 ? Also ,...

I was using amd64 before. Yes , I do debugging to stop at a specific line of code,View variables values etc. which platform you use to code in GoLang ?

x86_64-w64-mingw32-gcc main.c -o defensiveinjector.exe -L./ -lsyscalls main.c: In function ‘DecryptShellcode’: main.c:979:43: warning: passing argument 2 of ‘fnCryptDecrypt’ makes integer from pointer without a cast [-Wint-conversion] 979 | bSuccess = fnCryptDecrypt(hCryptoKey,...

Command Line Arguments 1. Payload location : E:\Assignment\Evader-master\Evader-master\PackerBuild\bin\Win32\Debug\payload ( sample.exe- open notepad.exe) 2. Resultant output : E:\Assignment\Evader-master\Evader-master\PackerBuild\bin\Win32\Debug\output.exe 3. Build Unpack stub and added : E:\Assignment\Evader-master\Evader-master\Packer\UnpackStub.exe **Command Line Argument :** E:\Assignment\Evader-master\Evader-master\PackerBuild\bin\Win32\Debug\payload...

Hi Koorosh. Payload is 32 bit.(x86) . I am compiling everything in x86 - release mode. One small change I added in RUNPE.cpp char CurrentFilePath[1024]= "C:\\Windows\\System32\\notepad.exe" ; I got below...

Hi Koorosh, Please check your mailbox.