index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
binaryninjaapi.cpp
Age
Commit message (
Collapse
)
Author
2017-02-23
add get_install_directory and savelastrun to the api
Jordan Wiens
2017-02-10
Merge branch 'type_view' into dev
Rusty Wagner
2017-02-06
Add type IDs for types to track across renames
Rusty Wagner
2017-01-20
add C++ API for GetProduct, GetProductType, and GetLicenseCount
Jordan Wiens
2016-09-06
Add APIs for interactive work queue and worker thread count
Rusty Wagner
2016-09-06
ExecuteWorkerProcess new parms: out,err text,bin
Andrew Lamoureux
2016-08-31
Add API to enqueue work on the worker thread(s)
Rusty Wagner
2016-04-10
Add MIT license for API wrappers
Rusty Wagner
2016-01-25
Initial implementation of platform ABI classes
Rusty Wagner
2015-09-17
Add version information when building
Rusty Wagner
2015-09-01
Add user plugins and Python plugin support
Rusty Wagner
2015-02-12
Place API code with the associated class
Rusty Wagner
2015-02-12
Add API for registering transforms
Rusty Wagner
2015-02-11
Get UI working with the core view type system, ELF view now works
Rusty Wagner
2015-02-11
More ELF parsing, and a view type registration system
Rusty Wagner
2015-02-07
Start implementation of ELF view and add stream objects
Rusty Wagner
2015-02-03
Refactor to allow for plugins and language bindings
Rusty Wagner