index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lowlevelil.cpp
Age
Commit message (
Expand
)
Author
2017-05-03
Adding IL instruction for truncating result to smaller value
Rusty Wagner
2017-05-02
Renaming SSA index to version, more uniform register and variable representat...
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-10
Mappings between low level IL and medium level IL
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
2017-02-28
Map expressions to SSA form and add API to query expression value
Rusty Wagner
2017-02-25
Add APIs to access SSA-based data flow
Rusty Wagner
2017-02-23
Add APIs for definitions and uses of SSA variables
Rusty Wagner
2017-02-23
Instruction starts and SSA form are a property of IL functions
Rusty Wagner
2017-01-03
Tokenize types
Rusty Wagner
2016-09-09
Minor changes to API for creation of IL functions
Rusty Wagner
2016-05-30
Add IL instruction to promote bool to int, used for MIPS jump tables
Rusty Wagner
2016-05-17
IL basic blocks are now in the IL function class
Rusty Wagner
2016-05-15
Modify IL text API to allow for stack variable annotations
Rusty Wagner
2016-05-08
Add additional IL stage for flags resolution
Rusty Wagner
2016-04-24
Create API for adding known indirect branch targets
Rusty Wagner
2016-04-10
Add MIT license for API wrappers
Rusty Wagner
2016-04-10
Show stack variables and implement naming, undo, and persistence
Rusty Wagner
2016-01-31
Refactor API to fix design bug that causes use-after-free on many plugin objects
Rusty Wagner
2016-01-01
Armv7 lifting initial check in
plafosse
2015-09-03
Implement low level IL from Python
Rusty Wagner
2015-08-16
Typedefing llil identifiers as ExprId
plafosse
2015-07-31
Find functions that don't return based on control flow, and use that in paren...
Rusty Wagner
2015-07-10
Additional instructions for x86 -> IL
Rusty Wagner
2015-07-10
Initial implementation of low level IL
Rusty Wagner