Skip to main content

Tool for C-code injections in already compiled bins

Project description

Shooker

Tool for C-code injections in already compiled bins.

Usage

Write hook config as described in the instruction.

shooker --xml config.xml target_dir/ output_dir/

Install

pip install shooker
Please read about common errors

Tests

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

To improve

  • 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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

shooker-1.2.3.tar.gz (10.9 kB view hashes)

Uploaded Source

Built Distribution

shooker-1.2.3-py3-none-any.whl (10.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page