UniHook | Intercept arbitrary functions at run-time

 by   stevemk14ebr C Version: Current License: MIT

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).
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              UniHook has a low active ecosystem.
              It has 80 star(s) with 25 fork(s). There are 13 watchers for this library.
              OutlinedDot
              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.

            kandi-Quality Quality

              UniHook has no bugs reported.

            kandi-Security Security

              UniHook has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License 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.

            kandi-Reuse 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
            Get all kandi verified functions for this library.

            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

            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:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/stevemk14ebr/UniHook.git

          • CLI

            gh repo clone stevemk14ebr/UniHook

          • sshUrl

            git@github.com:stevemk14ebr/UniHook.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link