index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mediumlevelil.cpp
Age
Commit message (
Expand
)
Author
2022-01-03
update copyright years
Jordan Wiens
2021-04-16
add a DisassemblySettings* parameter to MLIL/HLIL functions that retrieve ins...
Xusheng
2021-01-27
Finish HLIL expression mapping APIs.
Brian Potchik
2021-01-18
updating copyright year
Jordan Wiens
2020-11-21
Add improved instruction mapping APIs.
Brian Potchik
2020-09-27
Add High Level IL Mappings.
Brian Potchik
2020-01-01
update copyright year to 2020
Jordan Wiens
2019-12-19
Add data flow query options
Rusty Wagner
2019-12-19
LLIL_JUMP_TO/MLIL_JUMP_TO now contain mappings from address to destination in...
Rusty Wagner
2019-01-17
update company name and copyright date
Jordan Wiens
2018-12-13
Commonize all InstructionTextToken generation
Peter LaFosse
2018-09-04
Add API to create graphs of IL functions
Rusty Wagner
2018-08-20
api: add methods to get basic block objects from IL instrs
Ryan Snyder
2018-04-05
Add SSA variable liveness API for MLIL
Rusty Wagner
2018-01-14
Container Memory Reservations.
Brian Potchik
2018-01-11
API Temporary Object Elimination.
Brian Potchik
2017-08-23
Added APIs for clobbered registers, global pointers, and function exit data f...
Rusty Wagner
2017-08-05
Refactor IL instruction access APIs
Rusty Wagner
2017-07-14
Add API to get list of all definitions or uses of a variable
Rusty Wagner
2017-07-14
Adding API to get type of MLIL expression
Rusty Wagner
2017-07-10
Add confidence levels to type objects
Rusty Wagner
2017-05-02
Renaming SSA index to version, more uniform register and variable representat...
Rusty Wagner
2017-04-21
Using variable identifiers in MLIL
Rusty Wagner
2017-04-20
Renaming and adding variable identifiers
Rusty Wagner
2017-04-17
Use new variable system in functions
Rusty Wagner
2017-03-22
Adding new value object to hold disjoint sets
Rusty Wagner
2017-03-16
Adding APIs to query register and stack contents from IL
Rusty Wagner
2017-03-15
APIs for performing range analysis
Rusty Wagner
2017-03-13
Branch dependence APIs for path sensitive analysis
Rusty Wagner
2017-03-10
Mappings between low level IL and medium level IL
Rusty Wagner
2017-03-07
Add outputs and parameters for call and return, handle aliasing
Rusty Wagner
2017-03-02
Adding MLIL instructions, moving stack contents data flow to a later stage
Rusty Wagner
2017-03-01
Adding framework for medium level IL
Rusty Wagner