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
2016-06-30
Add API for analysis progress
Rusty Wagner
2016-06-29
Add analysis completion event and wait API
Rusty Wagner
2016-04-10
Add MIT license for API wrappers
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-01-31
Refactor API to fix design bug that causes use-after-free on many plugin objects
Rusty Wagner
2016-01-25
Initial implementation of platform ABI classes
Rusty Wagner
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-10
Backend string finding and API to fetch string list
Rusty Wagner
2015-08-28
Binary view API cleanup, and add reader/writer class to Python API
Rusty Wagner
2015-08-28
Add the rest of the binary view APIs and custom binary views to Python API
Rusty Wagner
2015-08-26
Get some of the binary view APIs into Python
Rusty Wagner
2015-08-18
Computed address and string annotations
Rusty Wagner
2015-08-17
Remove core header from API code
Rusty Wagner
2015-08-17
Architecture-specific function recognizers and ARM64 PLT analysis
Rusty Wagner
2015-08-17
Refactor ELF parser to use dynamic program header instead of section headers ...
Rusty Wagner
2015-07-29
Show basic register data flow information on hover
Rusty Wagner
2015-07-29
Show hex editor when hovering over an address that isn't a function
Rusty Wagner
2015-05-30
Move analysis undo events into core, and add P hotkey to disassembly view
Rusty Wagner
2015-05-24
Add UI for cross references, and generate them for code to data refs
Rusty Wagner
2015-05-19
Quick patches in right click menu
Rusty Wagner
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