summaryrefslogtreecommitdiff
path: root/python/lineardisassembly.py
AgeCommit message (Expand)Author
2020-04-17Add IL support to linear viewRusty Wagner
2020-04-17Rename linear view disassembly API to use existing optionRusty Wagner
2020-04-17Remove old linear view implementationRusty Wagner
2020-04-17Initial implementation of new linear view APIRusty Wagner
2020-01-01update copyright year to 2020Jordan Wiens
2019-09-30include more tag documentation references to other APIs, fix cross-module doc...Jordan Wiens
2019-06-10more updates for the undocumented properties changeset -- specifically revert...Jordan Wiens
2019-06-08final refactor for missing parametersJordan Wiens
2019-01-17update company name and copyright dateJordan Wiens
2017-08-11Fix some documentation issuesPeter LaFosse
2017-05-19update copyright yearJordan Wiens
2016-10-28Refactor python api into separate files and add Enumeration support. Also fix...plafosse