summaryrefslogtreecommitdiff
path: root/highlevelil.cpp
AgeCommit message (Expand)Author
2026-01-01update copyrights for 2026Jordan Wiens
2025-10-21Add derived strings and string recognizer APIRusty Wagner
2025-08-01Support MLIL expr mappings in C++Glenn Smith
2025-06-28Add support for ternary simplification in Psuedo C and disable in graph viewAlexander Khosrowshahi
2025-06-11API to create immediate function graphsGlenn Smith
2025-05-21Fix HLIL_LABEL renderingGlenn Smith
2025-03-282025 for other formats...Jordan Wiens
2025-02-14uidf refactorRyan Snyder
2025-02-11Fix partial initialization of `DisassemblyTextLine`Mason Reed
2024-10-28Eliminate AST parameter in high level rendering APIs, as it is already part o...Rusty Wagner
2024-10-28hlr: expose ability to claim line addressesRyan Snyder
2024-10-23Linear view function regions collapsePeter LaFosse
2024-10-21Allow `current_il_instruction` to work in Pseudo C (or any high level language)Rusty Wagner
2024-10-21Allow multiple high level representations for display, add Pseudo Rust and a ...Rusty Wagner
2023-08-10Add API to get all SSA versions of a variable for MLIL and HLILDan Killinger
2023-01-30Fix Type object leaksRusty Wagner
2023-01-03Add instruction attributes to IL instructionsRusty Wagner
2022-10-05Add SetExprType API to MLIL/HLILXusheng
2022-03-23Fix a bunch of reference miscounts in the C++ and python apisPeter LaFosse
2022-02-07Expose HLIL GenerateSSAForm via API and add python wrapper.Brian Potchik
2022-01-28Format All FilesKyleMiles
2021-10-21Add HighLevelILFunction::IsVarLiveAt and HighLevelILFunction::IsSSAVarLiveAtKyleMiles
2021-04-16add a DisassemblySettings* parameter to MLIL/HLIL functions that retrieve ins...Xusheng
2021-02-17add support for type xref and variable xrefXusheng
2020-11-21Add improved instruction mapping APIs.Brian Potchik
2020-04-27Add names for goto labelsRusty Wagner
2020-04-17Adding SSA support for HLILRusty Wagner
2020-04-17Add types to HLIL expressionsRusty Wagner
2020-04-17Add mem SSA to HLILRusty Wagner
2020-04-17Early HLIL testingRusty Wagner