-
Hello! I found that there is almost the same issue as https://github.com/microsoft/Detours/issues/293 with `DetourCodeFromPointer` on arm64. It doesn't work properly for `OutputDebugStringA`, because…
-
When loading and running the gtav.hk file with dxgi.dll and Scripthook V in my directory, I get the following error:
![Screenshot (14)](https://user-images.githubusercontent.com/8353723/62893343-3…
-
I followed PE Hooking tutorial, but my dll becomes corrupted after I rebuild it w/ `builder.build_imports(True)`. IDA told me that the imports segment seems to be destroyed.
ba0f3 updated
4 years ago
-
Hi! I am working on hooking some APIs from different dlls. I also read the article https://easyhook.github.io/tutorials/nativeremotehook.html but could not find my solution as this example only explai…
-
Hello. How do I fix the incompatability issue with SpecialK?
I am using EDHM-UI for Elite Dangerous which uses 3dmigoto ti disable shaders. I tried putting hook=all under [system] in the mod's ini…
-
For the moment, the code that injects Frida in Windows processes works by injecting a small shellcode that call LoadLibrary. This is not optimal for the following reasons:
- the process may be sandbo…
-
Freespace 2 shows a black screen after the intro cutscene plays when `Dd7to9` is enabled. Both the Steam version and GOG version have the same outcome. I am using the Steam version in the log below.
…
-
OS: Windows 10 Pro 22H2 (`19045.4046`)
CPU: AMD Ryzen 1600 3.20 GHz
RAM: 16GB 2400 MHz
GPU: Gigabyte AMD RX 580 GAMING 4G (4GB) - AMD Adrenalin `24.1.1`
Lego Rock Raider (SecuROM version)
`d3dr…
-
**System info**: Windows 11 Pro for Workstations, 23H2, build number 22631.3374.
**Vanilla/Modded**: ModEngine2, issue also present in vanilla Elden Ring client
**Known affected client version**: 1.…
-
It would be cool, if you could get the argTypes of a NativeFunction.
For example this javascript code:
```
const addresses = {
lua_newstate: Module.findExportByName('lua100.dll', 'lua_newsta…