summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
AgeCommit message (Expand)Author
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