SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
20
devel/ruby-rex-nop/Makefile
Normal file
20
devel/ruby-rex-nop/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
COMMENT= opty2 library for dynamic generation
|
||||
|
||||
DISTNAME= rex-nop-0.1.2
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= https://github.com/rapid7/rex-nop
|
||||
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# BSD-3-clause
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
devel/ruby-rex-arch
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-rex-nop/distinfo
Normal file
2
devel/ruby-rex-nop/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rex-nop-0.1.2.gem) = ItGcf5bpdpB2aPYAKkPyHVnn0QunZmnapMUopeqrVHo=
|
||||
SIZE (rex-nop-0.1.2.gem) = 27648
|
5
devel/ruby-rex-nop/pkg/DESCR
Normal file
5
devel/ruby-rex-nop/pkg/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
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.
|
22
devel/ruby-rex-nop/pkg/PLIST
Normal file
22
devel/ruby-rex-nop/pkg/PLIST
Normal file
|
@ -0,0 +1,22 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.gitignore
|
||||
${GEM_LIB}/gems/${DISTNAME}/.rspec
|
||||
${GEM_LIB}/gems/${DISTNAME}/.travis.yml
|
||||
${GEM_LIB}/gems/${DISTNAME}/CODE_OF_CONDUCT.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Gemfile
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/bin/
|
||||
${GEM_LIB}/gems/${DISTNAME}/bin/console
|
||||
${GEM_LIB}/gems/${DISTNAME}/bin/setup
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/nop/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/nop.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/nop/opty2.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/nop/opty2_tables.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/nop/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/rex-nop.gemspec
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue