Hooklib
hooklib is a library that is used to inject DLL libraries in the processes, the interception code and the implementation of IPC.
Install / Use
/learn @DarkoreXOR/HooklibREADME
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 ]<br> The Minimalistic x86/x64 API Hooking Library for Windows<br> https://github.com/TsudaKageyu/minhook<br> http://www.codeproject.com/KB/winsdk/LibMinHook.aspx<br>
[ AsmJit ]<br> Complete x86/x64 JIT and Remote Assembler for C++<br> https://github.com/kobalicek/asmjit
