-
Notifications
You must be signed in to change notification settings - Fork 434
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
NtWaitForSingleObject crash with Themida #127
Comments
Do you inject your DLL at process startup, or while it's running? This matters because recent versions of Themida have started using the ScyllaHide prevents Therefore you must be attached to the process from startup, or at least before it creates its first thread. This actually goes for any process that uses Re: |
Support for the latest Themida is incomplete, see #127
Update: I had some more time to try out the latest Themida and quickly noticed that the I got ScyllaHide to sort of work with an x64 target in x64dbg as follows:
Note 1: while the most important/dangerous functions to hook ( |
I have a program that I inject a DLL to with the Themida profile x86(But with NtQueryInformationProcessHook as false) in x64dbg.
But after a while, the program crashes and the Call Stack in x64dbg shows that the crash happened in ntdll.NtWaitForSingleObject.
Why is it happening, do I need to hook something?
The text was updated successfully, but these errors were encountered: