summaryrefslogtreecommitdiff
path: root/binaryview.cpp
AgeCommit message (Collapse)Author
2015-05-19Quick patches in right click menuRusty Wagner
2015-04-28Implement renaming of functions with persistence and undoRusty Wagner
2015-04-27Initial database save/open, just file contents right nowRusty Wagner
2015-04-26Add serialization API for undo actions to prepare for storing in databaseRusty Wagner
2015-04-06Implement follow pointer in hex viewRusty Wagner
2015-03-21Auto update graph when file contents changeRusty Wagner
2015-03-20Code cross references, undo for creation of functionsRusty Wagner
2015-03-19Update function list when analysis finds new functionsRusty Wagner
2015-03-19Add parsing of ELF symbol tablesRusty Wagner
2015-03-18Add a symbol management APIRusty Wagner
2015-03-10Implement make function hotkey and disassembly navigationRusty Wagner
2015-03-03Fix crashes on file close when analysis is still runningRusty Wagner
2015-02-20Very early disassembly view renderingRusty Wagner
2015-02-18Add simple basic block analysisRusty Wagner
2015-02-16Add architecture plugin type, x86 plugin, and get ready for threadsRusty Wagner
2015-02-12Place API code with the associated classRusty Wagner