hacking tools 2022

  1. Core

    Hacking Drow - Injects Code Into ELF Executables Post-Build

    Description TL;DR drow is a command-line utility that is used to inject code and hook the entrypoint of ELF executables (post-build). It takes unmodified ELF executables as input and exports a modified ELF contianing an embedded user-supplied payload that executes at runtime. Slightly more...
Top Bottom