summaryrefslogtreecommitdiff
path: root/python/examples/angr_plugin.py
AgeCommit message (Expand)Author
2018-07-10Rebased so commit history is correct nowKyleMiles
2018-07-10working division, prints, and metaclasses, but imports broken, still needs workJordan Wiens
2017-07-15Fixed wrong enumeration in angr pluginPeter LaFosse
2017-05-19update copyright yearJordan Wiens
2017-01-07More fixes for refactorPeter LaFosse
2017-01-05Modifying how enumerations are exposed and used, and a bunch of cleanup of ex...Peter LaFosse
2016-10-28Merging with devplafosse
2016-10-28Refactor python api into separate files and add Enumeration support. Also fix...plafosse
2016-10-10Rename data to session_data, as this API is per-session and not stored in the dbRusty Wagner
2016-09-19Add example plugin to solve with angrRusty Wagner