OpenRCE_Sirmabus
November 24th, 2007, 18:50
Still working on the "Real Time Tracer".
But now working on a super Win32 process hooking/tap/detour system unlike anything (publicly) available.
I've been doing a lot of things manually, making little assembly subs manually, directly patching code, etc.
Mainly because public/commercial hooking systems like: MS Detours, madCodeHook, ApiHooks just can't do these things.
They might be good at redirecting API's, but next to nothing in the areas of code patching/bypass/taping, etc.
They don't give you the return addresses, 'THIS' pointers, don't facilitate calling conventions like "fast call", Delphi, code, etc.
But my system does all these things generically, plus adds efficiently hooking/bypass/tap methods a lot of people don't even know exist.
Coming soon.. :-)
https://www.openrce.org/blog/view/924/Comming_soon!__Uber_process_hooking/detour_system!
But now working on a super Win32 process hooking/tap/detour system unlike anything (publicly) available.
I've been doing a lot of things manually, making little assembly subs manually, directly patching code, etc.
Mainly because public/commercial hooking systems like: MS Detours, madCodeHook, ApiHooks just can't do these things.
They might be good at redirecting API's, but next to nothing in the areas of code patching/bypass/taping, etc.
They don't give you the return addresses, 'THIS' pointers, don't facilitate calling conventions like "fast call", Delphi, code, etc.
But my system does all these things generically, plus adds efficiently hooking/bypass/tap methods a lot of people don't even know exist.
Coming soon.. :-)
https://www.openrce.org/blog/view/924/Comming_soon!__Uber_process_hooking/detour_system!