Skip to content

wl380zxh/noobie_userland_hooker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Learning how to make userland hooks.

This programd does follwing:

  1. Get address of called function (createProcessA);
  2. Create hook function (hookedCreateprocess);
  3. Rewrite address of standart CreateProcessA function to our custom function (inside of custom function different createprocess is called);
  4. hooked function is executed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages