shellcodeexec icon indicating copy to clipboard operation
shellcodeexec copied to clipboard

64bit compile error

Open glira opened this issue 10 years ago • 3 comments

how to solve this error please, shellcodeexec.obj : error LNK2001: unresolved external symbol __exec_payload C:\Users\root\Downloads\windows\x64\Release\shellcodeexec.exe : fatal error LNK1120: 1 unresolved externals

glira avatar Mar 05 '15 17:03 glira

I solved the problem of compilation but the executable does not work 64bit, I'm using vs2012

glira avatar Mar 05 '15 23:03 glira

I believe that has to do with this error First-chance exception at 0x000000013F2B11D8 in shellcodeexec.exe: 0xC0000005: Access violation reading location 0xFFFFFFFFFFFFFFFF. this occurs in the .asm call QWORD PTR[rax]

glira avatar Mar 06 '15 12:03 glira

@glira did you ever figure this out? I can compile it but can't get the x64bit version to work with any payload.

codewatchorg avatar Nov 20 '17 17:11 codewatchorg