index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
binaryninjaapi.h
Age
Commit message (
Expand
)
Author
2015-03-19
Improve performance by avoiding heavy lock contention
Rusty Wagner
2015-03-19
Add parsing of ELF symbol tables
Rusty Wagner
2015-03-18
Add a symbol management API
Rusty Wagner
2015-03-16
Improved graph layout algorithm, add trivial edges until edge routing is written
Rusty Wagner
2015-03-10
Implement make function hotkey and disassembly navigation
Rusty Wagner
2015-03-04
Modify architecture API for less allocations and more flexibility
Rusty Wagner
2015-03-04
Add architecture to graph edges, and add edge routing data field for layout
Rusty Wagner
2015-03-03
Add a logging system
Rusty Wagner
2015-03-03
Don't store instruction size list as it can be easily regenerated
Rusty Wagner
2015-03-03
Fix crashes on file close when analysis is still running
Rusty Wagner
2015-02-21
Handle sizing and complete event for disassembly view
Rusty Wagner
2015-02-20
Very early disassembly view rendering
Rusty Wagner
2015-02-20
Initial code for generating function graphs
Rusty Wagner
2015-02-19
Add APIs for accessing function information
Rusty Wagner
2015-02-18
Add simple basic block analysis
Rusty Wagner
2015-02-16
Add architecture plugin type, x86 plugin, and get ready for threads
Rusty Wagner
2015-02-16
Restyle the code to use smart tabs
Rusty Wagner
2015-02-14
Add menu items using transform registrations, hook up copy as and paste from
Rusty Wagner
2015-02-13
Add basic clipboard operations
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
Fix Windows build
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