Create-Thread-Shellcode-Fetcher icon indicating copy to clipboard operation
Create-Thread-Shellcode-Fetcher copied to clipboard

Access violation reading location

Open russokiwi opened this issue 3 years ago • 4 comments

When compiling with VS2019 getting a

"Exception thrown at 0x00007FF91BA42717 (vcruntime140d.dll) in Shellcode-Download_CreateThread_Execution.exe: 0xC0000005: Access violation reading location 0x0000000000000000."

Could you shed some light ?

russokiwi avatar Apr 17 '22 19:04 russokiwi

Did you set in code generation, the runtime library to Multi-threaded (/MT)? image

VirtualAlllocEx avatar Apr 18 '22 06:04 VirtualAlllocEx

Yes, set to /MT - now getting a different error: Exception thrown: read access violation. str1 was nullptr.

russokiwi avatar Apr 18 '22 09:04 russokiwi

I am sorry, I don't have an answer at the moment.

VirtualAlllocEx avatar Apr 20 '22 06:04 VirtualAlllocEx

I Have Done Some Tests and after setting it to /MT , Exception thrown at 0x0000025A694A1000 in Shellcode-Download_CreateThread_Execution.exe: 0xC0000005: Access violation executing location 0x0000025A694A1000.

Cyberdyne-Security avatar May 16 '22 17:05 Cyberdyne-Security