Port details |
- libhijack Runtime process infection made easy
- 0.8.1 security =2 0.8.1Version of this port present on the latest quarterly branch.
- Maintainer: shawn.webb@hardenedbsd.org
- Port Added: 2017-12-05 19:13:46
- Last Update: 2023-06-18 16:48:55
- Commit Hash: fdcc290
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- https://github.com/SoldierX/libhijack
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libhijack>0:security/libhijack
- To install the port:
- cd /usr/ports/security/libhijack/ && make install clean
- To add the package, run one of these commands:
- pkg install security/libhijack
- pkg install libhijack
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libhijack
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64
- distinfo:
- TIMESTAMP = 1686786074
SHA256 (SoldierX-libhijack-0.8.1-44f28bf2f220bb794a8f3302c6291823b23b43bb_GH0.tar.gz) = af047575f893c9c8367cfd7f1c7e24c2767aa252aa26ea2a2ab90302cd677747
SIZE (SoldierX-libhijack-0.8.1-44f28bf2f220bb794a8f3302c6291823b23b43bb_GH0.tar.gz) = 21025
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_libhijack
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8.1 18 Jun 2023 16:48:55 |
Fernando Apesteguía (fernape) Author: Shawn Webb |
security/libhijack: Update to 0.8.2
PR: 272000
Reported by: shawn.webb@hardenedbsd.org (maintainer) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.8.0.2_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.8.0.2_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.8.0.2_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.8.0.2_1 26 Sep 2020 13:26:32 |
se |
Fix build with -fno-common
The libhijack/Makefile specified elf.c twice as a source file to build,
leading to double defined global symbols in the link step. |
0.8.0.2 21 Dec 2018 00:00:52 |
yuri |
security/libhijack: Update 0.8.0-1 -> 0.8.0-2
Fix compilation warnings and errors.
PR: 234234
Submitted by: Shawn Webb <shawn.webb@hardenedbsd.org> |
0.8.0.1 02 Nov 2018 13:32:35 |
rene |
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724 |
0.8.0.1 11 Dec 2017 05:22:21 |
swills |
security/libhijack: mark broken for 10.x
PR: 224155
Submitted by: Shawn Webb <shawn.webb@hardenedbsd.org> (maintainer) (inspired by) |
0.8.0.1 05 Dec 2017 19:12:08 |
yuri |
New port: security/libhijack: Runtime process infection made easy
PR: 221322
Submitted by: Shawn Webb <shawn.webb@hardenedbsd.org>
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13256 |