-
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
Failed to find KiFastSystemCall/X86SwitchTo64BitMode in wow64cpu.dll! #121
Comments
Is your Windows installation up to date? I have vague memories of some very old versions of Windows 7 not having the pattern that ScyllaHide looks for in |
Microsoft Windows [Ver 6.1.7601] Windows 7 Ultimate Build 7601 Service Pack 1 |
Every Windows 7 SP1 installation has this version number. What I mean is, do you have the current updates installed using Windows Update? |
Yes,i have Windows 7 SP1 installation ONLY. I have updated to 10D/02M/2021Y,but it still have the same error message. PS: |
I checked with my wow64cpu.dll 6.1.7601.17514 and the required pattern is there.
i.e. on my wow64cpu.dll, it is:
If you can't find this pattern, you can always check the pointer to the function by looking at TEB->WOW32Reserved pointer of your 32bit process (you need to enable correct symbols in WinDbg so that you can dump TEB).
Where c:\temp is a valid path where you want to store the symbol files
You can now open up you favourite disassembler and check wow64cpu.dll at this location and maybe show the code there. |
Hi I have exactly the same problem with the latest snapshot and previous one for x32dbg got the same Failed to find KiFastSystemCall/X86SwitchTo64BitMode in wow64cpu.dll! Windows 7 Professional Is there any way to resolve it ? |
I have the same problem when I activated "Disable ASR" in Options > Preferences > Engine (TitanEngine). |
OS : Windows 7 X64
x64dbg : snapshot_2021-02-15_22-35.zip
ScyllaHide_2021-01-26_02-47-19
x32dbg.exe : I got the error message.
x64dbg.exe : OK.
The text was updated successfully, but these errors were encountered: