Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

DarkoreXOR/hooklib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HookLib

HookLib - the library that can help you intercept code / API in x86 and x64 Windows operating systems. You can intercept code inside your process or processes running in your system.

Features

  • Inject DLL's into processes
  • Fast IPC mechanism based on named pipes
  • Code / API Hooking

Dependencies

[ MinHook ]
The Minimalistic x86/x64 API Hooking Library for Windows
https://github.com/TsudaKageyu/minhook
http://www.codeproject.com/KB/winsdk/LibMinHook.aspx

[ AsmJit ]
Complete x86/x64 JIT and Remote Assembler for C++
https://github.com/kobalicek/asmjit

About

hooklib is a library that is used to inject DLL libraries in the processes, the interception code and the implementation of IPC.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published