summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-26skip the support redirectlucasduffey
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
2017-03-24ensure jsoncpp is in libbinaryninjaapi.lib for makeAndrew Lamoureux
2017-03-24Merge branch 'dev' into stagingPeter LaFosse
2017-03-22Adding new value object to hold disjoint setsRusty Wagner
2017-03-22update basicblock.annotations to new argument order for function.get_block_an...Jordan Wiens
2017-03-22update documentation for get_instruction_low_level_ilJordan Wiens
2017-03-22Modifications to support partial uninstallationPeter LaFosse
2017-03-19Merge pull request #607 from chemberger/patch-2Jordan
2017-03-19change types in documentation for lowlevelil so the results will be clickable...Jordan Wiens
2017-03-16Switching to new data flow systemRusty Wagner
2017-03-16Adding APIs to query register and stack contents from ILRusty Wagner
2017-03-15root CMakeLists.txt references json properlyAndrew Lamoureux