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 (
Expand
)
Author
2026-01-01
update copyrights for 2026
Jordan Wiens
2025-10-21
Add derived strings and string recognizer API
Rusty Wagner
2025-08-01
Support MLIL expr mappings in C++
Glenn Smith
2025-06-28
Add support for ternary simplification in Psuedo C and disable in graph view
Alexander Khosrowshahi
2025-06-11
API to create immediate function graphs
Glenn Smith
2025-05-21
Fix HLIL_LABEL rendering
Glenn Smith
2025-03-28
2025 for other formats...
Jordan Wiens
2025-02-14
uidf refactor
Ryan Snyder
2025-02-11
Fix partial initialization of `DisassemblyTextLine`
Mason Reed
2024-10-28
Eliminate AST parameter in high level rendering APIs, as it is already part o...
Rusty Wagner
2024-10-28
hlr: expose ability to claim line addresses
Ryan Snyder
2024-10-23
Linear view function regions collapse
Peter LaFosse
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
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
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 ins...
Xusheng
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