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
10 lines
194 B
Makefile
10 lines
194 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2019/07/23 19:22:22 jasper Exp $
|
|
|
|
COMMENT = classes with architecture-specific information
|
|
|
|
ANGR_PYTHON_MODULE = archinfo
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|