index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
binaryview.cpp
Age
Commit message (
Expand
)
Author
2015-04-28
Implement renaming of functions with persistence and undo
Rusty Wagner
2015-04-27
Initial database save/open, just file contents right now
Rusty Wagner
2015-04-26
Add serialization API for undo actions to prepare for storing in database
Rusty Wagner
2015-04-06
Implement follow pointer in hex view
Rusty Wagner
2015-03-21
Auto update graph when file contents change
Rusty Wagner
2015-03-20
Code cross references, undo for creation of functions
Rusty Wagner
2015-03-19
Update function list when analysis finds new functions
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-10
Implement make function hotkey and disassembly navigation
Rusty Wagner
2015-03-03
Fix crashes on file close when analysis is still running
Rusty Wagner
2015-02-20
Very early disassembly view rendering
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-12
Place API code with the associated class
Rusty Wagner