summaryrefslogtreecommitdiff
path: root/binaryview.cpp
AgeCommit message (Expand)Author
2016-09-10Add API for list of basic blocks starting at an addressRusty Wagner
2016-08-31Add API to determine if an address is backed by the fileRusty Wagner
2016-08-30Add API to reanalyzeRusty Wagner
2016-08-25Adding APIs for database save/load progress and constant referencesRusty Wagner
2016-08-23Fix some memory leaksRusty Wagner
2016-07-30Add API to find data in a binary viewRusty Wagner
2016-07-29Add API to set display type of integersRusty Wagner
2016-07-28Add API to remove user functionRusty Wagner
2016-07-27Add APIs to add user typesRusty Wagner
2016-07-22Add API to set type of functionRusty Wagner
2016-07-20Add API for previous start of basic blockRusty Wagner
2016-07-20Add notifications for data variablesRusty Wagner
2016-07-19Adding APIs for data variablesRusty Wagner
2016-07-12Add token and line types for function headers in linear viewRusty Wagner
2016-07-11Rename API to be more accurateRusty Wagner
2016-07-11Add APIs for querying data and code before address, and add settings paramete...Rusty Wagner
2016-07-10Add APIs for accessing linear disassemblyRusty Wagner
2016-06-30Add API for analysis progressRusty Wagner
2016-06-29Add analysis completion event and wait APIRusty Wagner
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