summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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
add note about branches
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
replaced BNHasExplicitlyDefinedType with BNFunctionHasExplicitlyDefin…
2017-04-02replaced BNHasExplicitlyDefinedType with BNFunctionHasExplicitlyDefinedTypelucasduffey
2017-03-28Cleanup of some of the plugin manager APIsPeter LaFosse
2017-03-24ensure jsoncpp is in libbinaryninjaapi.lib for makeAndrew Lamoureux
(this was already the case for cmake builds)
2017-03-24Merge branch 'dev' into stagingPeter LaFosse
2017-03-22update basicblock.annotations to new argument order for ↵Jordan Wiens
function.get_block_annotations
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
example documentation fix for BinaryWriter
2017-03-19change types in documentation for lowlevelil so the results will be ↵Jordan Wiens
clickable, resolves #583
2017-03-15root CMakeLists.txt references json properlyAndrew Lamoureux
2017-03-15remove extra jsoncpp.cpp (just use one in ./json)Andrew Lamoureux
2017-03-15Merge pull request #573 from jhurliman/devAndrew Lamoureux
CMake files for building binaryninja-api and example c++ plugin
2017-03-15Merge branch 'dev' into devAndrew Lamoureux
2017-03-15build explanation, windows make filesAndrew Lamoureux
2017-03-15merged bambu PR #284, updated json to 1.8.0Andrew Lamoureux
2017-03-15Merge branch 'dev' of https://github.com/bambu/binaryninja-api into bambu-devAndrew Lamoureux
2017-03-15json 1.6.1 moved here from coreAndrew Lamoureux
(this will likely be updated in a bit, hang tight)
2017-03-15convenience function for bytes->ILAndrew Lamoureux
new function: get_low_leveil_il_from_bytes() in Architecture example use: >>> arch.get_low_level_il_from_bytes('\xeb\xfe', 0x40DEAD) <il: jump(0x40dead)>
2017-03-07Generator doesn't like typedefed function pointersPeter LaFosse
2017-03-05fixing failed mergePeter LaFosse
2017-03-05Merginging with devPeter LaFosse
2017-03-04Adding repo manager APIsPeter LaFosse
2017-03-03add more linux troubleshootingJordan Wiens
2017-02-24llvm services free returns void (no longer int)Andrew Lamoureux
2017-02-24llvmservices functions to core api headerAndrew Lamoureux
2017-02-23add get_install_directory and savelastrun to the apiJordan Wiens
2017-02-20Add dominance frontier APIsRusty Wagner
2017-02-18Add back edge property to block edgesRusty Wagner
2017-02-17Add dominator APIsRusty Wagner
2017-02-17update aur linkJordan Wiens
2017-02-16Basic blocks have incoming and outgoing edges with basic block references, ↵Rusty Wagner
use core object identity for equality
2017-02-14add libgit2 to licensing infoJordan Wiens
2017-02-10Merge branch 'type_view' into devRusty Wagner
2017-02-10Merge in pull requests that never made it into devRusty Wagner
2017-02-10Zoomgynophage
2017-02-10Update troubleshooting.mdlucasduffey
2017-02-09API for accessing platform-specific types and function definitionsRusty Wagner
2017-02-09APIs for handling platform typesRusty Wagner