summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-25fix links in offline user documentationJordan Wiens
2017-05-25typo in CLA sectionJordan Wiens
2017-05-23basic plugin usageJordan Wiens
2017-05-23make linux setup script features optional and include api setup as wellJordan Wiens
2017-05-23update install_api to use user directories by defaultJordan Wiens
2017-05-19add install_api script based on @withzombies scriptJordan Wiens
2017-05-19Merge branch 'dev' of github.com:Vector35/binaryninja-api into devJordan Wiens
2017-05-19update copyright yearJordan Wiens
2017-05-19fix indentationJordan Wiens
2017-05-17Merge pull request #696 from bambu/patch-1Jordan
2017-05-17BinaryView doc string fixesBambu
2017-05-16Adding pointer information to constant reference listRusty Wagner
2017-05-15Adding a constant expression with pointer hint for improved typesRusty Wagner
2017-05-14Expose some core API's for the demangling and type creationPeter LaFosse
2017-05-10add documentation for show_message_box and fix default button parameterJordan Wiens
2017-05-09add warnings for duplicate symbolsJordan Wiens
2017-05-09style tweaks and banner at the bottom of svgsJordan Wiens
2017-05-05Adding carry flag operand to IL instructions that need itRusty Wagner
2017-05-04Initial support for concrete flags computationRusty Wagner
2017-05-03Adding IL instruction for truncating result to smaller valueRusty Wagner
2017-05-02Fix NES plugin for new IL APIRusty Wagner
2017-05-02Renaming SSA index to version, more uniform register and variable representat...Rusty Wagner
2017-05-02add method to query log output statePeter LaFosse
2017-05-02Make plugin loading errors show up in error consolePeter LaFosse
2017-04-27Adding an API for performance debuggingRusty Wagner
2017-04-25Merge branch 'dev' of github.com:Vector35/binaryninja-api into devJordan Wiens
2017-04-25Fix invalid index in phi listRusty Wagner
2017-04-25function.platform now correctly returns the functions platformJordan Wiens
2017-04-22Type check ssa functions (#657)Josh Watson
2017-04-21Merge branch 'mlil' into devRusty Wagner
2017-04-21Add Python variable creation APIsRusty Wagner
2017-04-21Allowing rename of all types of variablesRusty Wagner
2017-04-21Using variable identifiers in MLILRusty Wagner
2017-04-20Renaming and adding variable identifiersRusty Wagner
2017-04-18fix transparency on code blocksJordan Wiens
2017-04-17update intro, fix typo, more explanation on ways to iterate over functionsJordan Wiens
2017-04-17Use new variable system in functionsRusty Wagner
2017-04-17aws s3 caching stinks for css, force invalidation with http query valueJordan Wiens
2017-04-17remove index.html from URLsJordan Wiens
2017-04-17minor typo fixJordan Wiens
2017-04-17Merge branch 'dev' of github.com:Vector35/binaryninja-api into devJordan Wiens
2017-04-17update css to support different image alignmentJordan Wiens
2017-04-17add LLIL dev tutorialJordan Wiens
2017-04-13Update README.mdJordan
2017-04-11add slack signup to readmeJordan Wiens
2017-04-11fix example to point to community repoJordan Wiens
2017-04-02Merge pull request #647 from lucasduffey/patch-9Jordan
2017-04-02replaced BNHasExplicitlyDefinedType with BNFunctionHasExplicitlyDefinedTypelucasduffey
2017-03-28Cleanup of some of the plugin manager APIsPeter LaFosse
2017-03-25Fixing partial variable write instructionRusty Wagner