summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
AgeCommit message (Expand)Author
2017-01-20add product id from license fileJordan Wiens
2017-01-19Add API to find virtual address from file offsetRusty Wagner
2017-01-11Add a qualified name object in the C APIRusty Wagner
2017-01-11Use named type references for registered types, use qualified names for typesRusty Wagner
2017-01-03Tokenize typesRusty Wagner
2017-01-02Manual merging with devPeter LaFosse
2016-12-01Adding APIs to manipulate structuresRusty Wagner
2016-10-31Added APIs for dealing with Thumb more easilyRusty Wagner
2016-10-20Add API for multiple architectures distinguished by addressRusty Wagner
2016-10-10Merge branch 'segments' into devRusty Wagner
2016-10-09Adding NoReference typeplafosse
2016-10-09adding gnu3 demangler apisplafosse
2016-10-04Adding line types for section and segment separatorsRusty Wagner
2016-09-29Add line types for notes in linear viewRusty Wagner
2016-09-29Adding APIs for segments and sectionsRusty Wagner
2016-09-22Adding API to create simple dialogs with multiple input fieldsRusty Wagner
2016-09-19Add API for showing a message box in the UIRusty Wagner
2016-09-19Adding APIs to store arbitrary data on a per-view, per-file, or per-function ...Rusty Wagner
2016-09-16Add APIs for user interaction from pluginsRusty Wagner
2016-09-15Add APIs to display busy indicator for long running plugin tasksRusty Wagner
2016-09-14Add APIs for instruction and block highlightingRusty Wagner
2016-09-10Add API for list of basic blocks starting at an addressRusty Wagner
2016-09-09Minor changes to API for creation of IL functionsRusty Wagner
2016-09-06Add APIs for interactive work queue and worker thread countRusty Wagner
2016-09-06ExecuteWorkerProcess new parms: out,err text,binAndrew Lamoureux
2016-09-03Adding APIs to ensure IL is available for upcoming caching methodsRusty Wagner
2016-08-31Add API to determine if an address is backed by the fileRusty Wagner
2016-08-31Add API to enqueue work on the worker thread(s)Rusty Wagner
2016-08-30Add API to reanalyzeRusty Wagner
2016-08-30Add API to determine if a function still has analysis updates to completeRusty Wagner
2016-08-25Adding APIs for database save/load progress and constant referencesRusty Wagner
2016-08-18Add API to execute code on the main threadRusty Wagner
2016-08-18Add Python script provider for UI Python consoleRusty 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-23Add endian argument to registering archs with viewsRusty 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-15Add API for instruction length and option for showing opcodes in disassemblyRusty Wagner
2016-07-13Add token types for hex dumpRusty 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-10Merge branch 'dev' into linear_viewRusty Wagner
2016-07-10Add APIs for accessing linear disassemblyRusty Wagner
2016-07-07Adding DemangleMS API and extending types for C++plafosse