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
Some shellcode and malwares uses CreateThread to download, upload....
And they call WaitForXXXObject to wait until those threads run and finished.
The Python emulation WaitForXXX code return successed immediately, so those threads will not be emulated.
Can you wait and emulate all threads those malware/shellcode created.
Thanks
The text was updated successfully, but these errors were encountered:
Some shellcode and malwares uses CreateThread to download, upload....
And they call WaitForXXXObject to wait until those threads run and finished.
The Python emulation WaitForXXX code return successed immediately, so those threads will not be emulated.
Can you wait and emulate all threads those malware/shellcode created.
Thanks
The text was updated successfully, but these errors were encountered: