Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SoldierX/libhijack
Runtime Process Infection Made Easy
https://github.com/SoldierX/libhijack
Last synced: 18 days ago
JSON representation
Runtime Process Infection Made Easy
- Host: GitHub
- URL: https://github.com/SoldierX/libhijack
- Owner: SoldierX
- License: bsd-2-clause
- Created: 2011-01-20T02:53:28.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2024-03-09T02:02:30.000Z (8 months ago)
- Last Synced: 2024-07-31T22:54:58.650Z (3 months ago)
- Language: C
- Homepage: https://www.soldierx.com/
- Size: 637 KB
- Stars: 182
- Watchers: 19
- Forks: 46
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
* arm64Prerequisites
-------------* FreeBSD source code in /usr/src matching the system libhijack is to
target.Building libhijack
------------------```
# make depend all install
```