summaryrefslogtreecommitdiff
path: root/security/py-angr/files/patch-setup.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix buildAntoine Brodin2021-01-161-0/+11
| | | | | | | | Reported by: pkg-fallout MFH: 2021Q1 Notes: svn path=/head/; revision=561718
* Update the angr project ports to 9.0.4378Mateusz Piotrowski2020-09-241-11/+0
| | | | | | | | | | This patch introduces security/py-angr/Makefile.version file, which stores the shared version of all the angr ports (as ANGR_VERSION). It also stores the tagname of a distribution file, which is required for testing (ANGR_BINARIES_TAGNAME). Notes: svn path=/head/; revision=549925
* New port: security/py-angrMateusz Piotrowski2020-03-121-0/+11
angr is a platform-agnostic binary analysis framework in a form of 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 The most common angr operation is loading a binary: p = angr.Project('/bin/bash') If you do this in an enhanced REPL like IPython, you can use tab-autocomplete to browse the top-level-accessible methods and their docstrings. angr is brought to you by the Computer Security Lab at UC Santa Barbara, SEFCOM at Arizona State University, their associated CTF team, Shellphish, the open source community, and @rhelmot. WWW: https://github.com/angr/angr PR: 244562 Requested by: lwhsu@ (via wiki.freebsd.org/WantedPorts) Reviewed by: kaktus (local patches for native_log.c) Differential Revision: https://reviews.freebsd.org/D23935 Notes: svn path=/head/; revision=528280