-
Posts
303 -
Joined
-
Last visited
Everything posted by Red16
-
libSupport is now able to fully hook functions on non jailbroken devices with JIT.
int SupportHookFunction(void *addr, replacement, void** original);
`returns 1` on success, on failure it returns a set of values which vary. 0-5
coming soon……
-
-
-
Thanks everyone, I am also testing a version of the library where I will not use fishhook, there is a Anti-Fishhook library out there which completelys defeat this and recently iv noticed a lot of developers are using it 😂
Yes hooking on non jailbroken & without JIT is possible it’s just super hacky.
-