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
When the shellcode is finished executing, it simply terminates the main process. I'm using CreateRemoteThreadEx to create a thread for shellcode. Shellcode generated with --thread. The program from which the shellcode is generated is a simple C++ Hello World MessageBox compiled using MSVC.
The text was updated successfully, but these errors were encountered:
When the shellcode is finished executing, it simply terminates the main process. I'm using CreateRemoteThreadEx to create a thread for shellcode. Shellcode generated with --thread. The program from which the shellcode is generated is a simple C++ Hello World MessageBox compiled using MSVC.
The text was updated successfully, but these errors were encountered: