summaryrefslogtreecommitdiff
path: root/binaryninjaapi.cpp
AgeCommit message (Collapse)Author
2016-09-06Add APIs for interactive work queue and worker thread countRusty Wagner
2016-09-06ExecuteWorkerProcess new parms: out,err text,binAndrew Lamoureux
2016-08-31Add API to enqueue work on the worker thread(s)Rusty Wagner
2016-04-10Add MIT license for API wrappersRusty Wagner
2016-01-25Initial implementation of platform ABI classesRusty Wagner
2015-09-17Add version information when buildingRusty Wagner
2015-09-01Add user plugins and Python plugin supportRusty Wagner
2015-02-12Place API code with the associated classRusty 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-07Start implementation of ELF view and add stream objectsRusty Wagner
2015-02-03Refactor to allow for plugins and language bindingsRusty Wagner