summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-30few small doc tweaksJordan Wiens
2016-07-30More BinaryView documentationplafosse
2016-07-30fix hotkeysJordan Wiens
2016-07-30Inital documentation of BinaryViewplafosse
2016-07-30remove C++ as well for now, default to just pythonJordan Wiens
2016-07-30manually add classesJordan Wiens
2016-07-30remove C for nowJordan Wiens
2016-07-30point to proper interdocs urlJordan Wiens
2016-07-30ignore autogenerated source filesJordan Wiens
2016-07-30include patching and scc in the future docsJordan Wiens
2016-07-30comment out developer guidesJordan Wiens
2016-07-30releasable docsJordan Wiens
2016-07-30remove C documentation reference for nowJordan Wiens
2016-07-30Merge branch 'dev' of github.com:Vector35/binaryninja-api into devJordan Wiens
2016-07-30new licensesJordan Wiens
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-28more work on getting started, new documentation help, remove head linksJordan Wiens
2016-07-28Merge branch 'dev' of github.com:Vector35/binaryninja-api into devJordan Wiens
2016-07-28updated gitignore and add s3 website configs for docs and apiJordan Wiens
2016-07-28Add API to remove user functionRusty Wagner
2016-07-27small typo in data buffer classJordan Wiens
2016-07-27Add APIs to add user typesRusty Wagner
2016-07-27use local theme instead of pip themeJordan Wiens
2016-07-27update path to mkdocs themeJordan Wiens
2016-07-26switch sphinx to rtd and upate pathsJordan Wiens
2016-07-26update mkdocs to work with offline file browsingJordan Wiens
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-06-30Add API for analysis progressRusty Wagner