SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
22
devel/ruby-rex-rop-builder/Makefile
Normal file
22
devel/ruby-rex-rop-builder/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
COMMENT= ROP chains builder for Ruby
|
||||
|
||||
DISTNAME= rex-rop_builder-0.1.4
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= https://github.com/rapid7/rex-rop_builder
|
||||
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# BSD-3-clause
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
devel/ruby-metasm \
|
||||
devel/ruby-rex-core \
|
||||
devel/ruby-rex-text
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-rex-rop-builder/distinfo
Normal file
2
devel/ruby-rex-rop-builder/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rex-rop_builder-0.1.4.gem) = cr8GKbLCfpjiwnQKyoPBI8Bf3kVdGmb72AaxOXC3Xms=
|
||||
SIZE (rex-rop_builder-0.1.4.gem) = 17920
|
1
devel/ruby-rex-rop-builder/pkg/DESCR
Normal file
1
devel/ruby-rex-rop-builder/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Ruby Exploitation(Rex) Library for building ROP chains.
|
23
devel/ruby-rex-rop-builder/pkg/PLIST
Normal file
23
devel/ruby-rex-rop-builder/pkg/PLIST
Normal file
|
@ -0,0 +1,23 @@
|
|||
${GEM_BIN}/msfrop30
|
||||
${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/msfrop
|
||||
${GEM_LIB}/gems/${DISTNAME}/bin/setup
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/rop_builder/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/rop_builder.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/rop_builder/rop.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/rop_builder/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/rex-rop_builder.gemspec
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue