15 Commits

Author SHA1 Message Date
jasper
f572b8befb update to ROPgadget-6.9 2022-08-24 13:30:49 +00:00
jasper
0ccc3028bc update to ROPgadget-6.8 2022-08-21 18:40:33 +00:00
naddy
8c0294c2fa drop RCS Ids 2022-03-11 19:53:16 +00:00
sthen
29389da44c bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:02:15 +00:00
jasper
1122be858a update to ROPgadget-6.6 2021-09-01 08:37:10 +00:00
jasper
5d60db212d update to ROPGadget-6.5 2021-03-28 14:17:23 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
jasper
6b3692d637 update to ROPgadget-6.4 2021-01-03 12:54:12 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
jasper
904ffa1f7e update to ROPGadget-6.3 2020-06-13 09:00:37 +00:00
rpointel
dda7f6176a update ROPGadget to 6.2.
ok jasper@.
2020-04-09 07:11:59 +00:00
jasper
5ae7adc814 update to ROPGadget-5.9 2019-10-31 07:50:22 +00:00
rpointel
c145c2ebbd update ROPgadget to 5.8.
ok jasper@
PERMIT_PACKAGE_CDROM -> PERMIT_PACKAGE, from kn@, ok kn@.
2019-06-17 05:25:52 +00:00
kmos
c45cd79fc7 Add RUN_DEPENDS to TEST_DEPENDS automatically for ports using the
lang/python port module. I've not yet come up with a port that
would not need this and one can always set MODPY_TESTDEP to "no"
to prevent the module from touching TEST_DEPENDS.

Idea from afresh1 who pointed out the cpan module already does this.

aja "I support this move."

OK sthen@
2019-05-15 12:04:34 +00:00
jasper
0eb30fe059 import ROPgadget 5.7
This tool lets you search your gadgets on your binaries to facilitate your ROP
exploitation. ROPgadget supports ELF, PE and Mach-O format on x86, x64, ARM,
ARM64, PowerPC, SPARC and MIPS architectures.

initial port by and OK rpointel@
2019-03-30 12:33:36 +00:00