index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
lowlevelil.py
Age
Commit message (
Expand
)
Author
2018-09-12
Merging with dev
Peter LaFosse
2018-09-04
Add API to create graphs of IL functions
Rusty Wagner
2018-08-31
Merging with dev
Peter LaFosse
2018-08-30
Fix signed constants in Python IL
Rusty Wagner
2018-08-20
api: add methods to get basic block objects from IL instrs
Ryan Snyder
2018-08-16
Adding EXTERN_PTR type
Peter LaFosse
2018-08-14
Adding LLIL_RELOC_PTR
Peter LaFosse
2018-07-10
Various Python 3 support changes
KyleMiles
2018-07-10
Various Python 3 support changes
KyleMiles
2018-07-10
addition 3 compatibility changes
Jordan Wiens
2018-07-10
Additional changes for python 2/3 compatibility
Peter LaFosse
2018-07-10
working division, prints, and metaclasses, but imports broken, still needs work
Jordan Wiens
2018-06-28
Fix lifting of intrinsics in Python bindings
Ryan Snyder
2018-04-25
Adding tailcall analysis to the core.
Brian Potchik
2018-02-27
Fix lifted IL access from Python
Rusty Wagner
2018-02-21
Fix documentation
lucasduffey
2018-02-20
and the other modulus...
Jordan Wiens
2018-02-20
one more signed/unsigned copy paste failure
Jordan Wiens
2018-02-20
unsigned improperly using signed division
Jordan Wiens
2018-02-16
fix a typo
Jordan Wiens
2018-02-09
Add instructions for tracking freed register stack slots
Rusty Wagner
2018-02-02
Add rounding instructions
Rusty Wagner
2018-01-31
Allow intrinsics to write flags
Rusty Wagner
2018-01-31
Adding CPU intrinsics support
Rusty Wagner
2018-01-16
Add classes and groups for semantic flags resolution
Rusty Wagner
2017-12-26
Merge branch 'dev' into fpu
Rusty Wagner
2017-11-27
Register stack adjustments in calling conventions
Rusty Wagner
2017-10-30
__hash__ for three types of basic blocks
Jordan Wiens
2017-10-06
Adding support for register stacks in IL (for x87)
Rusty Wagner
2017-10-03
Add basic floating point instructions
Rusty Wagner
2017-08-29
Updating APIs to deal with stack adjustment
Rusty Wagner
2017-08-11
Fixing llil and mlil incoming/outgoing edges, and dominator apis
Peter LaFosse
2017-07-26
Merge type propagation into dev
Rusty Wagner
2017-07-25
Add mappings from LLIL to normal MLIL
Rusty Wagner
2017-07-15
Add flags option to LLIL store
Peter LaFosse
2017-07-10
Add confidence levels to type objects
Rusty Wagner
2017-06-07
Allow ILRegister's to be compared properly
Peter LaFosse
2017-06-06
Adding missing X_ADD_OVERFLOW ILOperation
Peter LaFosse
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-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-04-22
Type check ssa functions (#657)
Josh Watson
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
[next]