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
2016-06-01
missed a few colors
Jordan Wiens
2016-06-01
stylized svg and start of tooltips
Jordan Wiens
2016-05-30
Add IL instruction to promote bool to int, used for MIPS jump tables
Rusty Wagner
2016-05-30
Add APIs for querying stack variable values and parameters by index
Rusty Wagner
2016-05-25
Adding API to retrieve basic block annotations
Rusty Wagner
2016-05-25
Fix formatting of negative hex values
Rusty Wagner
2016-05-25
Extending register value system to include ranges and lookup table values
Rusty Wagner
2016-05-24
Early prototype for svg export. Needs more styles, possibly fix clickable lin...
Jordan Wiens
2016-05-24
return instead of assignment to result
Jordan Wiens
2016-05-21
proper types, fixes #253
Jordan Wiens
2016-05-17
Merge branch 'dev' of github.com:Vector35/binaryninja-api into dev
Rusty Wagner
2016-05-17
Merge branch 'iterators' of https://github.com/withzombies/binaryninja-api in...
Rusty Wagner
2016-05-17
IL basic blocks are now in the IL function class
Rusty Wagner
2016-05-16
add support for auto updates
Jordan Wiens
2016-05-15
updated readme
Jordan Wiens
2016-05-15
small tweaks and add current version to main menu
Jordan Wiens
2016-05-15
Merge branch 'dev' of github.com:Vector35/binaryninja-api into dev
Jordan Wiens
2016-05-15
sample plugin to view all release notes or downgrade
Jordan Wiens
2016-05-15
Modify IL text API to allow for stack variable annotations
Rusty Wagner
2016-05-09
small typo
Jordan
2016-05-09
Adding an example plugin that shows how to resolve simple jump tables using t...
Rusty Wagner
2016-05-08
Merge branch 'dev' of github.com:Vector35/binaryninja-api into dev
Rusty Wagner
2016-05-08
Add additional IL stage for flags resolution
Rusty Wagner
2016-05-08
merge
Jordan Wiens
2016-05-08
refactor for better help/dir support as well as some simple built-in help for...
Jordan Wiens
2016-05-03
Add APIs for flag information and data flow
Rusty Wagner
2016-04-24
Create API for adding known indirect branch targets
Rusty Wagner
2016-04-20
missing or
Jordan Wiens
2016-04-20
expose length to python basic blocks
Jordan Wiens
2016-04-14
Add an example that uses the interators
Ryan Stortz
2016-04-14
Modifies the python api to allow iteration over some base types
Ryan Stortz
2016-04-11
adding readme, arm-syscall, bin-info, and breakpoint plugins
Jordan Wiens
2016-04-11
adding readme, arm-syscall, bin-info, and breakpoint plugins
Jordan Wiens
2016-04-10
remove broken license check
Jordan Wiens
2016-04-10
fix for #218
Jordan Wiens
2016-04-10
Add MIT license for API wrappers
Rusty Wagner
2016-04-10
Move all of API and Python bindings into api directory
Rusty Wagner