20 Commits

Author SHA1 Message Date
jasper
56471577a2 zap a stray comment 2021-03-31 18:13:11 +00:00
jasper
0c7e890365 - update angr to 9.0.6642
- submitted patches have been merged upstream
- get rid of another superfluous patch and handle it with CXXFLAGS
- drop maintainership
2021-03-31 18:12:19 +00:00
jasper
556b3cb005 submitted upstream 2021-03-29 07:54:39 +00:00
jasper
29518bba22 update angr to 9.0.5450 2021-01-21 19:46:42 +00:00
jasper
65779d71ae update angr to 9.0.5405, lots of backwards incompatible changes... 2021-01-17 19:50:44 +00:00
sthen
ff4f2a7583 devel/angr/py-angr: "fix" bogus LIB_DEPENDS, this is a mess because a file
in py-angr is linked to an _unversioned_ .so from py-unicorn.

LIB_DEPENDS without an associated WANTLIB is incorrect, the LIB_DEPENDS is
stripped so py-unicorn is not recorded as a dep in here. and WANTLIB requires
a versioned .so file.

convert to BUILD+RUN_DEPENDS, it's not 100% correct either but the only
sane way.
2020-12-31 14:11:49 +00:00
kn
3f02253b46 Remove myself as MAINTAINER 2020-11-04 20:58:16 +00:00
kn
0a1cfa833a Update to angr 8.20.7.6 2020-07-07 14:51:51 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
kn
09f0de0a37 Update to angr 8.20.6.8
OK jasper
2020-06-15 08:49:02 +00:00
ajacoutot
6b2361632d math/py-networkx -> math/py-networkx${MODPY_FLAVOR} 2020-06-14 10:14:14 +00:00
kn
a13f815b94 Update angr and angrop to 8.20.1.7
Feedback and OK jasper
2020-02-15 18:36:18 +00:00
kn
feba8d69f7 Sort RDEPS 2020-02-11 20:52:12 +00:00
jasper
144ba21562 fix backwards logic and remove BUILD_DEPENDS from RUN_DEPENDS
pointed out by kili@
ok kn@
2020-02-11 13:13:58 +00:00
jasper
8c44613d6f adjust py-cachetools dependency 2019-12-28 14:10:21 +00:00
kn
457d24db2a Update to angr-8.19.10.30 2019-11-10 09:29:32 +00:00
kn
c75d2640cb Fix angr-vex dependency
angr-vex's library is dlopen(3)ed py py-pyvex (not py-angr itself), so
register it as proper RDEP in py-pyvex (and only there).

Spotted after `pkg_add angrop' on a fresh installation where angr-vex was
not installed;  even though angr has an LDEP on it, our framework does not
turn it into a RDEP unless angr also links against it.
2019-10-26 12:12:24 +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
kn
f1274de1cd Comment the patch 2019-07-23 19:51:08 +00:00
jasper
29511e6dc8 import angr-8.19.4.5 and supporting libraries
angr is a suite of Python 3 libraries that let you load a binary
and do a lot of cool things to it:

- Disassembly and intermediate-representation lifting
- Program instrumentation
- Symbolic execution
- Control-flow analysis
- Data-dependency analysis
- Value-set analysis (VSA)
- Decompilation

join work with and ok kn@
rough edges will be handled in-tree
2019-07-23 19:22:21 +00:00