summaryrefslogtreecommitdiff
path: root/python/lineardisassembly.py
AgeCommit message (Collapse)Author
2022-04-22Fix type annotation for single_function_language_representationJosh F
2022-01-28Format All FilesKyleMiles
2022-01-19Many type check fixesPeter LaFosse
2022-01-17Single function mode in linear viewRusty Wagner
2022-01-17Decompile to Crose
2022-01-03update copyright yearsJordan Wiens
2021-10-22Fix lineardisassembly.py typosGlenn Smith
These functions were passing the python object to the C API instead of the ctypes handle
2021-09-28Improve type hints in lineardisassembly.pyPeter LaFosse
2021-09-06Commonize _to_core_struct/_from_core_structPeter LaFosse
Improve implementation of immutable_copy/mutable_copy
2021-09-06Fix some type errors in lineardisassembly.pyPeter LaFosse
2021-09-05Refactor Python TypesPeter LaFosse
Remove _mutable types
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-05-03Fix up equality operators and had hash operatorsPeter LaFosse
2020-05-01Fix iterating over LinearViewObjectsJosh Ferrell
2020-04-17Adding SSA support for HLILRusty Wagner
2020-04-17Early HLIL testingRusty Wagner
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 ↵Jordan Wiens
doc linking and other small formatting cleanups
2019-06-10more updates for the undocumented properties changeset -- specifically ↵Jordan Wiens
revert on LinearDisassemglyLine so third-party plugins that leverage lineardisassemblylines can work again
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 ↵plafosse
fixed bugs found with pyflakes