summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
AgeCommit message (Expand)Author
2015-03-19Improve performance by avoiding heavy lock contentionRusty Wagner
2015-03-19Add parsing of ELF symbol tablesRusty Wagner
2015-03-18Add a symbol management APIRusty Wagner
2015-03-16Improved graph layout algorithm, add trivial edges until edge routing is writtenRusty Wagner
2015-03-10Implement make function hotkey and disassembly navigationRusty Wagner
2015-03-04Modify architecture API for less allocations and more flexibilityRusty Wagner
2015-03-04Add architecture to graph edges, and add edge routing data field for layoutRusty Wagner
2015-03-03Add a logging systemRusty Wagner
2015-03-03Don't store instruction size list as it can be easily regeneratedRusty Wagner
2015-03-03Fix crashes on file close when analysis is still runningRusty Wagner
2015-02-21Handle sizing and complete event for disassembly viewRusty Wagner
2015-02-20Very early disassembly view renderingRusty Wagner
2015-02-20Initial code for generating function graphsRusty Wagner
2015-02-19Add APIs for accessing function informationRusty 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-16Restyle the code to use smart tabsRusty Wagner
2015-02-14Add menu items using transform registrations, hook up copy as and paste fromRusty Wagner
2015-02-13Add basic clipboard operationsRusty Wagner
2015-02-12Add API for registering transformsRusty Wagner
2015-02-11Get UI working with the core view type system, ELF view now worksRusty Wagner
2015-02-11More ELF parsing, and a view type registration systemRusty Wagner
2015-02-07Fix Windows buildRusty Wagner
2015-02-07Start implementation of ELF view and add stream objectsRusty Wagner
2015-02-03Refactor to allow for plugins and language bindingsRusty Wagner