Skip to content

Program that detects hooks made in the remote process.

License

Notifications You must be signed in to change notification settings

oathgg/HookSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HookSharp

Program that detects hooks made in the remote process. We do this by validating the .text sections of the DLLs in our memory with the .text sections of the DLLs in the remote process memory. If a module is not found in our process we will load it by using the LoadLibraryExW function through PInvoke.

About

Program that detects hooks made in the remote process.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages