pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/ruby-rex-nop security/ruby-rex-nop: Import ve...
details: https://anonhg.NetBSD.org/pkgsrc/rev/989939403bb0
branches: trunk
changeset: 370248:989939403bb0
user: minskim <minskim%pkgsrc.org@localhost>
date: Fri Oct 13 17:59:11 2017 +0000
description:
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.
diffstat:
security/ruby-rex-nop/DESCR | 5 +++++
security/ruby-rex-nop/Makefile | 14 ++++++++++++++
security/ruby-rex-nop/PLIST | 18 ++++++++++++++++++
security/ruby-rex-nop/distinfo | 6 ++++++
4 files changed, 43 insertions(+), 0 deletions(-)
diffs (59 lines):
diff -r b279e3c75c7e -r 989939403bb0 security/ruby-rex-nop/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-rex-nop/DESCR Fri Oct 13 17:59:11 2017 +0000
@@ -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.
diff -r b279e3c75c7e -r 989939403bb0 security/ruby-rex-nop/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-rex-nop/Makefile Fri Oct 13 17:59:11 2017 +0000
@@ -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"
diff -r b279e3c75c7e -r 989939403bb0 security/ruby-rex-nop/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-rex-nop/PLIST Fri Oct 13 17:59:11 2017 +0000
@@ -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
diff -r b279e3c75c7e -r 989939403bb0 security/ruby-rex-nop/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-rex-nop/distinfo Fri Oct 13 17:59:11 2017 +0000
@@ -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