summaryrefslogtreecommitdiff
path: root/python/fileaccessor.py
AgeCommit message (Expand)Author
2022-01-28Format All FilesKyleMiles
2022-01-03update copyright yearsJordan Wiens
2021-09-06Fix import of logPeter LaFosse
2021-09-05Don't inherit from object anymorePeter LaFosse
2021-09-05Add type hints to basicblock.py, lowlevelil.py, architecture.pyPeter LaFosse
2021-01-18updating copyright yearJordan Wiens
2020-01-01update copyright year to 2020Jordan Wiens
2019-05-23small cleanups from pylint plus fix for analysis_infoJordan Wiens
2019-01-17update company name and copyright dateJordan Wiens
2018-07-10Various Python 3 support changesKyleMiles
2018-07-10Additional changes for python 2/3 compatibilityPeter LaFosse
2018-07-10working division, prints, and metaclasses, but imports broken, still needs workJordan Wiens
2017-05-19update copyright yearJordan Wiens
2016-10-28Refactor python api into separate files and add Enumeration support. Also fix...plafosse