summaryrefslogtreecommitdiff
path: root/highlevelil.cpp
AgeCommit message (Collapse)Author
2022-10-05Add SetExprType API to MLIL/HLILXusheng
Add get/set_expr_type to MLIL/HLIL Python APi
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 ↵Xusheng
instruction/expr text
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