-
I collected/writed safe functions (based on literals), which are unpatchable and non-redefinable, and can safely be used for integrety checks or for "easy" encryption.
The only problem with those m…
-
Greetings,
Really interested to this project.
However my GTAV crashes right after start. black window first then crashes with no hint.
I only put dxgi.dll capture.hk and server.hk
in the interce…
jx2k6 updated
2 years ago
-
The current 'showCombatDialog' is a 260 line mess of a function if you want to hook into its behaviour.
Specific examples of possible subfunctions:
1. function getInvolvedParties(_position)
- i…
Darxo updated
2 years ago
-
So when I tried to hook an windows API function example
```
void* orginalSetCursor = nullptr;
hook(SetCursor, hkSetCursor, &orginalSetCursor);
```
this throws an access violation at 0x0000000…
-
I'm trying to spawn an Android process and hook all calls to early executing methods like `System.loadLibrary` and `Activity.onResume`.
However, either my hooks don't get applied at all, or they get …
-
**Is your feature request related to a problem? Please describe.**
Currently, notifications inside Windows cannot be forwarded to Linux.
**Describe the solution you'd like**
Manually hook systray…
-
hook code:
Interceptor.attach(Module.findExportByName(null, 'dlopen'), {
onEnter: function (args) {
this.path = Memory.readUtf8String(args[0]);
console.log(this.path);
},
onLe…
-
Some malware samples hide themselves from process lists by hooking the NtQuerySystemInformation function. I have not written this myself, but if any ideas are needed, this is one of them. I do not hav…
ghost updated
2 years ago
-
### Description
When hooking the `AssemblyResolve` function in a secondary AppDomain, IPY throws a `StandardError`
### Steps to Reproduce
This was done directly in the IPY interepreter
```pyth…
-
sometimes functions are inlined in a lot of places, or are merged with other functions, which makes hooking a problem, even though itd still be nice to give them an address instead of having to reimpl…