38a44ba7e3
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.
14 lines
411 B
Makefile
14 lines
411 B
Makefile
# $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
|
|
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"
|