UniHook | Intercept arbitrary functions at run-time
kandi X-RAY | UniHook Summary
kandi X-RAY | UniHook Summary
UniHook is a C library. UniHook has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
Pre-Alpha Source Code, seriously there are issues!! THIS IS A POC. This is an example project on how to use PolyHook to intercept ANY arbitrary function, without knowing it's typedef. It hooks the specified function and calls an "Interupt" function before and after executing the original hooked function. This is useful for cases where someone may wish to time how long a function takes to execute. This relies both on PolyHook,and it's dependancy Capstone (the modified branch in my GitHub).
Pre-Alpha Source Code, seriously there are issues!! THIS IS A POC. This is an example project on how to use PolyHook to intercept ANY arbitrary function, without knowing it's typedef. It hooks the specified function and calls an "Interupt" function before and after executing the original hooked function. This is useful for cases where someone may wish to time how long a function takes to execute. This relies both on PolyHook,and it's dependancy Capstone (the modified branch in my GitHub).
Support
Quality
Security
License
Reuse
Support
UniHook has a low active ecosystem.
It has 80 star(s) with 25 fork(s). There are 13 watchers for this library.
It had no major release in the last 6 months.
UniHook has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of UniHook is current.
Quality
UniHook has no bugs reported.
Security
UniHook has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
UniHook is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
UniHook releases are not available. You will need to build from source code and install.
Installation instructions are available. Examples and code snippets are not available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of UniHook
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of UniHook
UniHook Key Features
No Key Features are available at this moment for UniHook.
UniHook Examples and Code Snippets
No Code Snippets are available at this moment for UniHook.
Community Discussions
No Community Discussions are available at this moment for UniHook.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install UniHook
This demo has 3 core parts.
PolyHook for hooking backend
PolyHook relies on Capstone for disassembly
UniHook dll which uses polyhook, and then creates runtime callbacks
UniHook loader which injects the UniHook dll, and sends it commands via a shared memory queue/stack system
Shared memory synchronization is done through the Shared Memory Mutex object, which uses a WINAPI named mutex, this object can be managed by c++11's locking wrappers such as lock_guard
PolyHook for hooking backend
PolyHook relies on Capstone for disassembly
UniHook dll which uses polyhook, and then creates runtime callbacks
UniHook loader which injects the UniHook dll, and sends it commands via a shared memory queue/stack system
Shared memory synchronization is done through the Shared Memory Mutex object, which uses a WINAPI named mutex, this object can be managed by c++11's locking wrappers such as lock_guard
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page