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
2020-11-21
Add improved instruction mapping APIs.
Brian Potchik
2020-06-09
Fix warnings
Rusty Wagner
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-03-28
Fix default flag write generation for some ops
Ryan Snyder
2018-02-12
Merge branch 'dev' into fpu
Rusty Wagner
2018-01-31
Adding CPU intrinsics support
Rusty Wagner
2018-01-14
Container Memory Reservations.
Brian Potchik
2018-01-11
API Temporary Object Elimination.
Brian Potchik
2017-10-06
Adding support for register stacks in IL (for x87)
Rusty Wagner
2017-08-05
Refactor IL instruction access APIs
Rusty Wagner
2017-07-25
Add mappings from LLIL to normal MLIL
Rusty Wagner
2017-07-10
Add confidence levels to type objects
Rusty Wagner
2017-05-19
update copyright year
Jordan Wiens
2017-05-15
Adding a constant expression with pointer hint for improved types
Rusty Wagner
2017-05-05
Adding carry flag operand to IL instructions that need it
Rusty Wagner
2017-05-04
Initial support for concrete flags computation
Rusty Wagner
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