Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Access violation reading location #1

Open
russokiwi opened this issue Apr 17, 2022 · 4 comments
Open

Access violation reading location #1

russokiwi opened this issue Apr 17, 2022 · 4 comments

Comments

@russokiwi
Copy link

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 ?

@VirtualAlllocEx
Copy link
Owner

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

@russokiwi
Copy link
Author

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

@VirtualAlllocEx
Copy link
Owner

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

@Cyberdyne-Security
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants