View Single Post
  #1  
Old 02-03-2015, 01:05
sh3dow sh3dow is offline
Family
 
Join Date: Oct 2014
Posts: 158
Rept. Given: 113
Rept. Rcvd 79 Times in 24 Posts
Thanks Given: 461
Thanks Rcvd at 202 Times in 75 Posts
sh3dow Reputation: 79
x86 Inline hooking engine (using trampolines)

BasicHook is x86 Inline hooking engine (using trampolines)
Hooks functions using 32-bit relative jump, writing is done atomically to avoid race conditions. Uses hde32 from instruction length disassembly.


PHP Code:
https://github.com/MalwareTech/BasicHook 
Reply With Quote
The Following User Gave Reputation+1 to sh3dow For This Useful Post:
niculaita (02-13-2015)
The Following 2 Users Say Thank You to sh3dow For This Useful Post:
mdj (04-11-2015), nimaarek (09-09-2017)