Tool for C-code static injections in already compiled bins.
Write hook config as described in the instruction.
shooker --xml config.xml target_dir/ output_dir/
pip install shooker
Please read about common errors
Follow the instruction to check the functionality
git clone https://github.com/ReKreker/shooker
cd shooker/tests
cmake -S. -Bbuild
pushd build
make
make test
popd
- Add ability to inject to .exe/.dll
- Try to avoid sub-instruction patching mechanism in the hook(s)
- Add support of arm architecture
- Add support hooking raw binaries
- Develop true hook(not replace)
- Plug in IDA/Ghidra