index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
highlevelilinstruction.cpp
Age
Commit message (
Expand
)
Author
2024-06-19
Fix double traversal of HLIL switch case contents when not in AST form
Rusty Wagner
2024-06-10
Add fmt formatters for IL instructions
Glenn Smith
2023-02-24
Refactor VisitExprs to give separate API to gather subexpressions
Rusty Wagner
2023-02-04
Initial support for constant data expressions.
Brian Potchik
2023-01-03
Add instruction attributes to IL instructions
Rusty Wagner
2022-11-20
Initial constant expression builtin outliner.
Brian Potchik
2022-06-22
Add unreachable instruction for switch statements with an unreachable default
Rusty Wagner
2022-06-14
Fix HLIL_ASSIGN_UNPACK_MEM_SSA mapping
Glenn Smith
2022-06-14
Add Dump() to *LILInstruction
Glenn Smith
2022-01-28
Format All Files
KyleMiles
2020-11-10
Fix warnings
Rusty Wagner
2020-06-25
Add C++ APIs to get SSA and non-SSA forms of HLIL instructions
Rusty Wagner
2020-05-11
Modifications for supporting jemalloc in the core
Rusty Wagner
2020-04-27
Add names for goto labels
Rusty Wagner
2020-04-20
Fix typo in rotate left with carry
Rusty Wagner
2020-04-17
Adding SSA support for HLIL
Rusty Wagner
2020-04-17
Add HLIL instructions for variable declarations
Rusty Wagner
2020-04-17
Add member index for structure field HLIL instructions
Rusty Wagner
2020-04-17
Add types to HLIL expressions
Rusty Wagner
2020-04-17
Expand support for HLIL switch/case and data flow access
Rusty Wagner
2020-04-17
Add mem SSA to HLIL
Rusty Wagner
2020-04-17
Add continue HLIL instruction
Rusty Wagner
2020-04-17
Early HLIL testing
Rusty Wagner