Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 337 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 337 Bytes

zkinject

zkinject is a c++17 library for intrumentation of elf binaries and linux processes.

How to use

examples and their compiled binaries can be found in ./examples directory

Todo

  • Process snapshots -- partially done
  • Create threads in remote processes
  • Python3 bindings -- partially done (pyzkinject)