summaryrefslogtreecommitdiff
path: root/python/lineardisassembly.py
AgeCommit message (Expand)Author
2026-01-01update copyrights for 2026Jordan Wiens
2025-11-19Add more type hints to lineardisassembly.pyJosh Ferrell
2025-06-09More None checks when querying IL internal to APIBrandon Miller
2025-03-28missed the older dates!Jordan Wiens
2025-01-30Render LayersGlenn Smith
2024-10-21Allow multiple high level representations for display, add Pseudo Rust and a ...Rusty Wagner
2024-01-08update copyright yearJordan Wiens
2023-01-05Update copyright to 2023Josh F
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
2021-09-28Improve type hints in lineardisassembly.pyPeter LaFosse
2021-09-06Commonize _to_core_struct/_from_core_structPeter LaFosse
2021-09-06Fix some type errors in lineardisassembly.pyPeter LaFosse
2021-09-05Refactor Python TypesPeter 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-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 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