index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
highlevelil.cpp
Age
Commit message (
Collapse
)
Author
2024-10-28
Eliminate AST parameter in high level rendering APIs, as it is already part ↵
Rusty Wagner
of the HLIL instruction
2024-10-28
hlr: expose ability to claim line addresses
Ryan Snyder
2024-10-23
Linear view function regions collapse
Peter LaFosse
Update collapse code to support PseudoC
2024-10-21
Allow `current_il_instruction` to work in Pseudo C (or any high level language)
Rusty Wagner
2024-10-21
Allow multiple high level representations for display, add Pseudo Rust and a ↵
Rusty Wagner
Pseudo Python example plugin
2023-08-10
Add API to get all SSA versions of a variable for MLIL and HLIL
Dan Killinger
2023-01-30
Fix Type object leaks
Rusty Wagner
2023-01-03
Add instruction attributes to IL instructions
Rusty Wagner
2022-10-05
Add SetExprType API to MLIL/HLIL
Xusheng
Add get/set_expr_type to MLIL/HLIL Python APi
2022-03-23
Fix a bunch of reference miscounts in the C++ and python apis
Peter LaFosse
2022-02-07
Expose HLIL GenerateSSAForm via API and add python wrapper.
Brian Potchik
2022-01-28
Format All Files
KyleMiles
2021-10-21
Add HighLevelILFunction::IsVarLiveAt and HighLevelILFunction::IsSSAVarLiveAt
KyleMiles
2021-04-16
add a DisassemblySettings* parameter to MLIL/HLIL functions that retrieve ↵
Xusheng
instruction/expr text
2021-02-17
add support for type xref and variable xref
Xusheng
2020-11-21
Add improved instruction mapping APIs.
Brian Potchik
2020-04-27
Add names for goto labels
Rusty Wagner
2020-04-17
Adding SSA support for HLIL
Rusty Wagner
2020-04-17
Add types to HLIL expressions
Rusty Wagner
2020-04-17
Add mem SSA to HLIL
Rusty Wagner
2020-04-17
Early HLIL testing
Rusty Wagner