Commit Graph

3 Commits

Author SHA1 Message Date
jasper
30b8616cf9 move ONLY_FOR_ARCHS from vex' Makefile to angr{,rop}
vex is amd64-only and there is no point in attempting to build packages
only to have them fail when the RDEP on vex cannot be resolved (e.g. on
i386 as reported by sthen).

prompted by sthen@
ok kn@
2019-09-30 08:24:44 +00:00
kn
f2fc1be99a Update angr to 8.19.7.25
Mostly just bugfixes;  there is no changelog, so please have a look at
https://github.com/angr/angr/commits/master/

"Go ahead" jasper
2019-09-15 13:29:50 +00:00
jasper
f60405f947 import angrop-8.19.4.5
angrop is a tool to automatically generate ROP chains.

It is built on top of angr's symbolic execution engine, and uses constraint
solving for generating chains and understanding the effects of gadgets.

angrop should support all the architectures supported by angr, although more
testing needs to be done.

Typically, it can generate rop chains (especially long chains) faster than
humans.

It includes functions to generate chains which are commonly used in exploitation
and CTF's, such as setting registers, and calling functions.

join work with and ok kn@
2019-07-23 19:24:59 +00:00