-
Notifications
You must be signed in to change notification settings - Fork 9
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
it not work after change DEP to NO #1
Comments
How did you set dep? I tested only at compilation time, compiling with visual studio |
In visual studio 2019 ,Project→project Properties→Configuration Properties→Linker→Advanced→Data Execution Prevention (DEP) -> (/NXCOMPAT:NO) |
Ok interesting, I did the same on my Windows 10 machine, and it works. |
hi maff1t, I test it again, it works with build option "Release x86" and x86 shellcode(calc.exe),but not work with build option "Release x64" and x64 shellcode(calc.exe) |
It's still not work after I modify the DEP to NO,but if i change "PAGE_READONLY" to "PAGE_EXECUTE",all is just good.
(i did not change DEP flag of os,test in windows10)
The text was updated successfully, but these errors were encountered: