hookie tools are built without any third-party library.
Purpose behind hookie tools is I often need these functions and I have to rebuild them over and over again this way I can build them once and reuse them.
- sodump -> dump infromation regarding shared objects process loads.
- scinject -> inject shellcode into process.
- Clone this repo.
git clone https://github.com/cryp70m4n/hookie.git
cd hookie
- Run
make
command inside this repo's main directory.
make clean install
- Enjoy tools hookie offers!
SOON