index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
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
Merge branch 'master' into dev
Rusty Wagner
2016-05-09
Adding an example plugin that shows how to resolve simple jump tables using ↵
Rusty Wagner
the API
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 ↵
Jordan Wiens
for read-only properties
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-19
Add unique token for addresses relative to instruction pointer
Rusty Wagner
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
Introduces __iter__ to Function, which yields BasicBlocks Introduces __iter__ to BasicBlock, with yields instruction text Extended BasicBlock with ILBasicBlock, to iterate over ILBasicBlocks (which yields ILInstruction instances)
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
Add gitignore
Rusty Wagner
2016-04-10
Update README.md
Jordan
fix link to pdf
2016-04-10
remove broken license check
Jordan Wiens
2016-04-10
fix for #218
Jordan Wiens
2016-04-10
clarify readme
Jordan Wiens
2016-04-10
readme and license for new repo
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
2016-04-10
Show stack variables and implement naming, undo, and persistence
Rusty Wagner
2016-04-05
Add backend support for discovering stack variables
Rusty Wagner
2016-04-04
Fix extra references causing leaks
Rusty Wagner
2016-02-03
Don't overwrite existing symbols when creating imported functions
Rusty Wagner
2016-02-02
Detect system calls that do not return
Rusty Wagner
2016-01-31
Create functions and types from function pointer parameters, now finds ↵
Rusty Wagner
main() on Linux armv7
2016-01-31
Refactor API to fix design bug that causes use-after-free on many plugin objects
Rusty Wagner
2016-01-27
Implement platform type libraries, though types folder is not yet ↵
Rusty Wagner
automatically copied
2016-01-25
Initial implementation of platform ABI classes
Rusty Wagner
2016-01-01
Armv7 lifting initial check in
plafosse
2015-12-30
Allow opening a new tab or window to the same file, updates take effect in both
Rusty Wagner
2015-12-29
Show cross references for entire range when selecting multiple bytes
Rusty Wagner
2015-12-14
Plugin command UI
Rusty Wagner
2015-12-14
Backend code for plugin command registration
Rusty Wagner
2015-12-10
Backend string finding and API to fetch string list
Rusty Wagner
2015-11-02
Don't allow update to be aborted in critical path, and fixes for updating ↵
Rusty Wagner
after manually overwriting a build
2015-10-28
Implement auto update functionality
Rusty Wagner
2015-10-27
Implement update API (no UI yet)
Rusty Wagner
2015-10-16
Implement update version list API
Rusty Wagner
[prev]
[next]