index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
Age
Commit message (
Expand
)
Author
2017-05-03
Adding IL instruction for truncating result to smaller value
Rusty Wagner
2017-05-02
Fix NES plugin for new IL API
Rusty Wagner
2017-05-02
Renaming SSA index to version, more uniform register and variable representat...
Rusty Wagner
2017-05-02
add method to query log output state
Peter LaFosse
2017-05-02
Make plugin loading errors show up in error console
Peter LaFosse
2017-04-27
Adding an API for performance debugging
Rusty Wagner
2017-04-25
Merge branch 'dev' of github.com:Vector35/binaryninja-api into dev
Jordan Wiens
2017-04-25
Fix invalid index in phi list
Rusty Wagner
2017-04-25
function.platform now correctly returns the functions platform
Jordan Wiens
2017-04-22
Type check ssa functions (#657)
Josh Watson
2017-04-21
Merge branch 'mlil' into dev
Rusty Wagner
2017-04-21
Add Python variable creation APIs
Rusty Wagner
2017-04-21
Allowing rename of all types of variables
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-04-11
fix example to point to community repo
Jordan Wiens
2017-04-02
replaced BNHasExplicitlyDefinedType with BNFunctionHasExplicitlyDefinedType
lucasduffey
2017-03-28
Cleanup of some of the plugin manager APIs
Peter LaFosse
2017-03-25
Fixing partial variable write instruction
Rusty Wagner
2017-03-24
Merge branch 'dev' into staging
Peter LaFosse
2017-03-22
Adding new value object to hold disjoint sets
Rusty Wagner
2017-03-22
update basicblock.annotations to new argument order for function.get_block_an...
Jordan Wiens
2017-03-22
update documentation for get_instruction_low_level_il
Jordan Wiens
2017-03-19
Merge pull request #607 from chemberger/patch-2
Jordan
2017-03-19
change types in documentation for lowlevelil so the results will be clickable...
Jordan Wiens
2017-03-16
Switching to new data flow system
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-15
convenience function for bytes->IL
Andrew Lamoureux
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
Use expression lists in call and return
Rusty Wagner
2017-03-07
Add outputs and parameters for call and return, handle aliasing
Rusty Wagner
2017-03-05
Merginging with dev
Peter LaFosse
2017-03-04
Adding repo manager APIs
Peter LaFosse
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-28
Adding return address register 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-02-23
add get_install_directory and savelastrun to the api
Jordan Wiens
2017-02-22
Add SSA form APIs
Rusty Wagner
2017-02-20
Add dominance frontier APIs
Rusty Wagner
2017-02-18
Add back edge property to block edges
Rusty Wagner
2017-02-17
Add dominator APIs
Rusty Wagner
2017-02-16
Basic blocks have incoming and outgoing edges with basic block references, us...
Rusty Wagner
2017-02-10
Merge branch 'type_view' into dev
Rusty Wagner
[next]