2020-09-29 06:06:46 by Pierre Pronchery | Files touched by this commit (1) |
Log message: py-angr: fix the dependency for tests |
2020-09-29 02:51:21 by Pierre Pronchery | Files touched by this commit (1) | |
Log message: py-angr: update the list of files using version.mk |
2020-09-29 00:56:38 by Pierre Pronchery | Files touched by this commit (17) | |
Log message: py-angr: update to version 9.0.4378 The project did not release any list of changes. This spans 7 years worth of commits; tough to summarize for an outsider. |
2020-08-19 18:25:08 by Taylor R Campbell | Files touched by this commit (1) |
Log message: devel/py-angr: Forgot to add a patch. No revbump needed because this doesn't build without the patch, since we don't have unicorn>=1.0.2rc4 in pkgsrc. |
2020-08-18 22:24:58 by Taylor R Campbell | Files touched by this commit (17) | |
Log message: Update py-angr to 8.20.7.27, along with associated packages. Version is consolidated into devel/py-angr/version.mk now so the next person to come along will know what else needs to be updated. devel/py-pyvex distfiles are still kinda kludgey, and devel/py-angr's tests don't run without binary samples that I got bored trying to incorporate. |
2020-05-31 22:44:31 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Needs py-wheel |
2020-04-16 00:50:40 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Needs py-pip |
2020-01-09 15:02:32 by Thomas Klausner | Files touched by this commit (18) | |
Log message: py-angr: update py-angr and dependencies (all from the angr project) to 8.20.1.7 This now only supports python 3.x. Other changes not documented. |
2018-05-08 19:54:42 by Pierre Pronchery | Files touched by this commit (2) |
Log message: Fix build on macOS Inspired by a similar fix from tron@ |
2018-03-15 04:13:29 by Pierre Pronchery | Files touched by this commit (6) |
Log message: Import py-angr version 7.8.2.21 angr is a suite of python 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) It is maintained by the angr organization on GitHub. |