You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used the sRID project you modified to generate an x64 payload, and then I used the following code to run it, which caused a crash. The 32-bit test was successful.
I used the sRID project you modified to generate an x64 payload, and then I used the following code to run it, which caused a crash. The 32-bit test was successful.
BYTE* ttt = (BYTE*)VirtualAlloc(NULL, dwfilesize + 500 * 1024 + 1024 * 1024, MEM_RESERVE | MEM_COMMIT, PAGE_EXECUTE_READWRITE);
memset(ttt, 0, dwfilesize + 500 * 1024 + 1024 * 1024);
The text was updated successfully, but these errors were encountered: