-
It would be nice if the decompiler could correctly decompile functions that use structured exception handling.
This would involve recognizing exception registration setup code, the scope table, and…
-
Hey, congratulations that's a very nice lib, but I have a couple of questions:
1 - Will inline hooking be available for remote hooking?
2 - Is it possible to hook functions inside x64 process from x8…
-
Hi,
I have 2 devices and 2 scripts, one hooking the java, one hooking the native:
* the java works well on both devices
* the native script:
** works well on my samsung galaxy nexus ARM Android…
-
-------------- Build: Release in plugin_sa (compiler: GNU GCC Compiler)---------------
g++.exe -m32 -O2 -D_DX9_SDK_INSTALLED -DGTASA -DPLUGIN_SGV_10US -DRW -fpermissive -std=gnu++17 -IC:\plugin-s…
-
Hi,
When I try to launch with gamehook injected the game just displays a black window. Sometimes it closes the window imediatly and others just hangs.
The full log I get:
[ 18:20:11 ] Staring u…
-
Hooking onto NSGetUncaughtExceptionHandler should make it possible to inject a special Alpha exception handler. Since this is a C function it cannot be swizzled, but each application activation and a …
-
**What is the feature you'd like to have?**
The feature is mainly stated in the title. This should be very helpful for function hooking and will automate a very painful task.
-
My sample calls CreateProcessInternalW to create a new process, is there a way track it without attaching a debugger or hooking the function?
-
## Feature
These are 5 groups of feature hook requests from the [pnumpy](https://github.com/Quansight/numpy-threading-extensions) project. @mattip request I file issues here with attention to @s…
-
Hi,
i tried to play a bit with ` react-native-elements.ts ` as I was trying to understand how to get access to a specific property of a JSX.Element.
I am not very familiar with React-native so…