diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-09-17 12:08:09 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-09-17 12:08:09 +0000 |
commit | 37473e2e3c35267352bc407e2e21ff782e77b794 (patch) | |
tree | 27ff351553ba7f139a7c5d6f896ff521f6bc3278 /security/rubygem-rex-nop | |
parent | c1fcf777b685377d386003d2962cd9c50857da6c (diff) | |
download | ports-37473e2e3c35267352bc407e2e21ff782e77b794.tar.gz ports-37473e2e3c35267352bc407e2e21ff782e77b794.zip |
Notes
Diffstat (limited to 'security/rubygem-rex-nop')
-rw-r--r-- | security/rubygem-rex-nop/Makefile | 18 | ||||
-rw-r--r-- | security/rubygem-rex-nop/distinfo | 3 | ||||
-rw-r--r-- | security/rubygem-rex-nop/pkg-descr | 7 |
3 files changed, 28 insertions, 0 deletions
diff --git a/security/rubygem-rex-nop/Makefile b/security/rubygem-rex-nop/Makefile new file mode 100644 index 000000000000..7ac05a21a397 --- /dev/null +++ b/security/rubygem-rex-nop/Makefile @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= rex-nop +PORTVERSION= 0.1.0 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Ruby Exploitation(Rex) library for NOP generation + +RUN_DEPENDS= rubygem-rex-arch>=0:security/rubygem-rex-arch + +NO_ARCH= yes + +USE_RUBY= yes +USES= gem + +.include <bsd.port.mk> diff --git a/security/rubygem-rex-nop/distinfo b/security/rubygem-rex-nop/distinfo new file mode 100644 index 000000000000..af50ea50cfae --- /dev/null +++ b/security/rubygem-rex-nop/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1474026935 +SHA256 (rubygem/rex-nop-0.1.0.gem) = 5f80a4126ab722963bfa45802c7ad617f8b9b7e83cba7cda4bfe2bcaabfab1bd +SIZE (rubygem/rex-nop-0.1.0.gem) = 26624 diff --git a/security/rubygem-rex-nop/pkg-descr b/security/rubygem-rex-nop/pkg-descr new file mode 100644 index 000000000000..bcd9ee5e2ec0 --- /dev/null +++ b/security/rubygem-rex-nop/pkg-descr @@ -0,0 +1,7 @@ +This library contains the opty2 library for dynamic generation of x86 multi-byte +NOPs. This is useful in writing exploits and encoders. It allows you to dynamic +generate variable length instruction sets that are equivalent to a No Operation +(NOP) without using the actual 0x90 bytecode. The original code was written by +Optyx and spoonm. + +WWW: https://github.com/rapid7/rex-nop |