hupeng84 / funchook

A simple implementation of the function hook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple implementation of the function hook

Test only in Ubuntu2204 bit64

Usage:

$ sudo apt install libcapstone-dev -y
$ git clone https://github.com/hupeng84/funchook.git
$ cd funchook
$ mkdir build
$ cd build
$ cmake ..
$ make
$ ./funchook

About

A simple implementation of the function hook

License:MIT License


Languages

Language:C++ 94.6%Language:CMake 5.4%