Remote_DLL_Injector icon indicating copy to clipboard operation
Remote_DLL_Injector copied to clipboard

win7 64 inject problem

Open xtayaitak opened this issue 5 years ago • 0 comments

thanks you for you shared code. I complie source code with vs2019.biut it can't work.

auto pRemoteAddr = out->allocationBase + out->randomHead + stubEPOffset; if (!CreateThread(targetProcess, **pRemoteAddr,** out->allocationBase + out->randomHead)) { CONSOLE("Error: FailedToCreateThread in target process"); return SI_FailedToCreateThread; } pRemoteAddr=0x01020170 TargetProcess AsmCode:

error

xtayaitak avatar Aug 11 '20 13:08 xtayaitak