Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/SoldierX/libhijack

Runtime Process Infection Made Easy
https://github.com/SoldierX/libhijack

Last synced: about 2 months ago
JSON representation

Runtime Process Infection Made Easy

Awesome Lists containing this project

README

        

Libhijack - FreeBSD Code Injection Swiss Army Knife
===================================================

Libhijack is a tool that enables easy injection of arbitrary code
during runtime. Injection is done into newly-created anonymous memory
mappings, providing stealth. An API is provided for hooking the
PLT/GOT, hence the "hijack" part of libhijack.

*NOTE*: libhijack is undergoing a major revamp. Please do not consider
the ABI or API as stable for the moment.

Supported Architectures
-----------------------

* amd64
* arm64

Prerequisites
-------------

* FreeBSD source code in /usr/src matching the system libhijack is to
target.

Building libhijack
------------------

```
# make depend all install
```