summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-26adding modified sphinx_rtd with red colorJordan Wiens
2016-07-24add initial api documentation for C++, C, and Python generated with sphinx, b...Jordan Wiens
2016-07-24very early checkin of template for user-docs, only a few pages filled outJordan Wiens
2016-07-24markdown requires spaces instead of tabs, force it with a .editorconfig fileJordan Wiens
2016-07-24Merge branch 'dev' of github.com:Vector35/binaryninja-api into devJordan Wiens
2016-07-24ignore generated html site folder, that will be pushed directly to the gh-pag...Jordan Wiens
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-15Cap opcode display length to max instruction length in Python APIRusty 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-09few small typos and add convenience getter/setter for function.nameJordan Wiens
2016-07-07Adding DemangleMS API and extending types for C++plafosse
2016-07-06Add API to get disassembly text for a basic block outside of a graphRusty Wagner
2016-07-02Added another exmample. This one can be compiled and ran from terminal.bambu
2016-07-02Merge remote-tracking branch 'upstream/dev' into devbambu
2016-06-30Add API for analysis progressRusty Wagner
2016-06-30remove sleep from sample pluginsJordan Wiens
2016-06-29Adding doxygen xml directory to .gitignoreplafosse
2016-06-29Adding initial documentation for c++plafosse
2016-06-29Fix missing includeRusty Wagner
2016-06-29Add analysis completion event and wait APIRusty Wagner
2016-06-05Makefile for building binaryninja-api and example c++ pluginbambu
2016-06-03Merge pull request #274 from withzombies/stack-contents-api-fixRusty Wagner
2016-06-02get_stack_contents_at* referenced an undefined variableRyan Stortz
2016-06-02fix padding bugs, no padding anywhere now but at least its consistentJordan Wiens
2016-06-02SVG export fixes for borderplafosse
2016-06-02properly escape higher unicode, use address instead of function in filename, ...Jordan Wiens
2016-06-01missed a few colorsJordan Wiens
2016-06-01stylized svg and start of tooltipsJordan Wiens
2016-05-30Add IL instruction to promote bool to int, used for MIPS jump tablesRusty Wagner
2016-05-30Adding data flow state for comparison resultsRusty Wagner
2016-05-30Add APIs for querying stack variable values and parameters by indexRusty Wagner
2016-05-25Adding API to retrieve basic block annotationsRusty Wagner
2016-05-25Fix formatting of negative hex valuesRusty Wagner
2016-05-25Extending register value system to include ranges and lookup table valuesRusty Wagner
2016-05-24Early prototype for svg export. Needs more styles, possibly fix clickable lin...Jordan Wiens
2016-05-24return instead of assignment to resultJordan Wiens
2016-05-21Fix crash caused by automatic operator=Rusty Wagner
2016-05-21proper types, fixes #253Jordan Wiens
2016-05-17Merge branch 'dev' of github.com:Vector35/binaryninja-api into devRusty Wagner
2016-05-17Merge branch 'iterators' of https://github.com/withzombies/binaryninja-api in...Rusty Wagner