summaryrefslogtreecommitdiff
path: root/python/examples/angr_plugin.py
AgeCommit message (Collapse)Author
2022-01-28Format All FilesKyleMiles
2022-01-03update copyright yearsJordan Wiens
2021-01-18updating copyright yearJordan Wiens
2020-01-01update copyright year to 2020Jordan Wiens
2019-01-17update company name and copyright dateJordan 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 ↵Peter LaFosse
existing plugins
2016-10-28Merging with devplafosse
2016-10-28Refactor python api into separate files and add Enumeration support. Also ↵plafosse
fixed bugs found with pyflakes
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