summaryrefslogtreecommitdiff
path: root/binaryview.cpp
AgeCommit message (Expand)Author
2016-04-10Add MIT license for API wrappersRusty Wagner
2016-04-04Fix extra references causing leaksRusty Wagner
2016-02-03Don't overwrite existing symbols when creating imported functionsRusty Wagner
2016-01-31Refactor API to fix design bug that causes use-after-free on many plugin objectsRusty Wagner
2016-01-25Initial implementation of platform ABI classesRusty Wagner
2015-12-30Allow opening a new tab or window to the same file, updates take effect in bothRusty Wagner
2015-12-29Show cross references for entire range when selecting multiple bytesRusty Wagner
2015-12-10Backend string finding and API to fetch string listRusty Wagner
2015-08-28Binary view API cleanup, and add reader/writer class to Python APIRusty Wagner
2015-08-28Add the rest of the binary view APIs and custom binary views to Python APIRusty Wagner
2015-08-26Get some of the binary view APIs into PythonRusty Wagner
2015-08-18Computed address and string annotationsRusty Wagner
2015-08-17Remove core header from API codeRusty Wagner
2015-08-17Architecture-specific function recognizers and ARM64 PLT analysisRusty Wagner
2015-08-17Refactor ELF parser to use dynamic program header instead of section headers ...Rusty Wagner
2015-07-29Show basic register data flow information on hoverRusty Wagner
2015-07-29Show hex editor when hovering over an address that isn't a functionRusty Wagner
2015-05-30Move analysis undo events into core, and add P hotkey to disassembly viewRusty Wagner
2015-05-24Add UI for cross references, and generate them for code to data refsRusty Wagner
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