I'm trying to use xspeedhack to inject into a 64-bit process on Windows, but it fails with "LoadLibraryW failed in the remote process". I have tried both x64 and x86 architectures.
- Windows version: Windows 10 64-bit
- Python version: 3.10 64-bit
- xspeedhack version: 0.0.3
- Target process: 64-bit QWebEngineProcess
- Running Python as administrator: Yes(Windows Powershell)
I expect xspeedhack to inject the DLL into the 64-bit QWebEngineProcess without failing.
Thank you very much!