pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/ruby-rex-nop
Module Name: pkgsrc
Committed By: minskim
Date: Fri Oct 13 17:59:11 UTC 2017
Added Files:
pkgsrc/security/ruby-rex-nop: DESCR Makefile PLIST distinfo
Log Message:
security/ruby-rex-nop: Import version 0.1.1
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/ruby-rex-nop/DESCR \
pkgsrc/security/ruby-rex-nop/Makefile pkgsrc/security/ruby-rex-nop/PLIST \
pkgsrc/security/ruby-rex-nop/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/security/ruby-rex-nop/DESCR
diff -u /dev/null pkgsrc/security/ruby-rex-nop/DESCR:1.1
--- /dev/null Fri Oct 13 17:59:11 2017
+++ pkgsrc/security/ruby-rex-nop/DESCR Fri Oct 13 17:59:11 2017
@@ -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.
Index: pkgsrc/security/ruby-rex-nop/Makefile
diff -u /dev/null pkgsrc/security/ruby-rex-nop/Makefile:1.1
--- /dev/null Fri Oct 13 17:59:11 2017
+++ pkgsrc/security/ruby-rex-nop/Makefile Fri Oct 13 17:59:11 2017
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2017/10/13 17:59:11 minskim Exp $
+
+DISTNAME= rex-nop-0.1.1
+CATEGORIES= security
+
+MAINTAINER= minskim%NetBSD.org@localhost
+HOMEPAGE= https://github.com/rapid7/rex-nop
+COMMENT= Rex library for dynamic generation of x86 multi-byte NOPs
+LICENSE= modified-bsd
+
+DEPENDS+= ${RUBY_PKGPREFIX}-rex-arch-[0-9]*:../../security/ruby-rex-arch
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/ruby-rex-nop/PLIST
diff -u /dev/null pkgsrc/security/ruby-rex-nop/PLIST:1.1
--- /dev/null Fri Oct 13 17:59:11 2017
+++ pkgsrc/security/ruby-rex-nop/PLIST Fri Oct 13 17:59:11 2017
@@ -0,0 +1,18 @@
+@comment $NetBSD: PLIST,v 1.1 2017/10/13 17:59:11 minskim Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.rspec
+${GEM_LIBDIR}/.travis.yml
+${GEM_LIBDIR}/CODE_OF_CONDUCT.md
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/bin/console
+${GEM_LIBDIR}/bin/setup
+${GEM_LIBDIR}/lib/rex/nop.rb
+${GEM_LIBDIR}/lib/rex/nop/opty2.rb
+${GEM_LIBDIR}/lib/rex/nop/opty2_tables.rb
+${GEM_LIBDIR}/lib/rex/nop/version.rb
+${GEM_LIBDIR}/rex-nop.gemspec
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/security/ruby-rex-nop/distinfo
diff -u /dev/null pkgsrc/security/ruby-rex-nop/distinfo:1.1
--- /dev/null Fri Oct 13 17:59:11 2017
+++ pkgsrc/security/ruby-rex-nop/distinfo Fri Oct 13 17:59:11 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/10/13 17:59:11 minskim Exp $
+
+SHA1 (rex-nop-0.1.1.gem) = 467b691f7e3d464c1339fd26f992ef0157ddcee5
+RMD160 (rex-nop-0.1.1.gem) = 312b4482848efef8a0249ec67f81fb6f669ab6e8
+SHA512 (rex-nop-0.1.1.gem) = f0a80f948189eb3c775739e7a492882ed7a647f9a79d1cfe3658f8905b8316a386dd0c89da5158eaab351f6122bf5bbb0c8270424617940fe48a1270cb363da5
+Size (rex-nop-0.1.1.gem) = 27648 bytes
Home |
Main Index |
Thread Index |
Old Index