summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2017-04-11fix example to point to community repoJordan Wiens
2017-04-02replaced BNHasExplicitlyDefinedType with BNFunctionHasExplicitlyDefinedTypelucasduffey
2017-03-28Cleanup of some of the plugin manager APIsPeter LaFosse
2017-03-24Merge branch 'dev' into stagingPeter LaFosse
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-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-15convenience function for bytes->ILAndrew Lamoureux
2017-03-05Merginging with devPeter LaFosse
2017-03-04Adding repo manager APIsPeter LaFosse
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-16Basic blocks have incoming and outgoing edges with basic block references, us...Rusty Wagner
2017-02-10Merge branch 'type_view' into devRusty Wagner
2017-02-10Merge in pull requests that never made it into devRusty Wagner
2017-02-09API for accessing platform-specific types and function definitionsRusty Wagner
2017-02-09APIs for handling platform typesRusty Wagner
2017-02-09Fix highlight API's to work with HighlightStandardColor properlyPeter LaFosse
2017-02-06Add type IDs for types to track across renamesRusty Wagner
2017-01-28example documentation fix for BinaryWriterClaude Hemberger
2017-01-27use cleaner import and update API to actually trigger updateJordan Wiens
2017-01-27add install_pending_update and is_update_installation_pending APIsJordan Wiens
2017-01-23BinaryView.get_view_of_file Fix (#603)Josh Watson
2017-01-20also add product type and license count to the APIJordan Wiens
2017-01-20add product id from license fileJordan Wiens
2017-01-19Add API to find virtual address from file offsetRusty Wagner
2017-01-17Add missing Python APIsRusty Wagner
2017-01-17add documentation for shutdownJordan Wiens
2017-01-16Fix lint issuesRusty Wagner
2017-01-16Merge branch 'dev' into type_viewRusty Wagner
2017-01-11Add a qualified name object in the C APIRusty Wagner
2017-01-11Create qualified name objectRusty Wagner
2017-01-11Properly free demangled namesPeter LaFosse
2017-01-11Use correct enum type in Plugin objectPeter LaFosse
2017-01-11Use named type references for registered types, use qualified names for typesRusty Wagner
2017-01-10Fix bv.symbolsPeter LaFosse
2017-01-09Use new style class definitions, add __init__ BinaryDataNotificationPeter LaFosse
2017-01-09Wrapping some unwrapped enumeration values, and adding il basic block indexingPeter LaFosse
2017-01-07More fixes for refactorPeter LaFosse
2017-01-05Modifying how enumerations are exposed and used, and a bunch of cleanup of ex...Peter LaFosse
2017-01-03Reverting last commit, we can't use this method in the core, since it will br...Peter LaFosse
2017-01-03Dont override stdin/stdout/stderr if launching from terminalPeter LaFosse
2017-01-02Manual merging with devPeter LaFosse
2017-01-02merging minor typoPeter LaFosse
2017-01-02merging svg export changesPeter LaFosse
2017-01-02Making platform and architecture optional parameters where possiblePeter LaFosse
2016-12-01Adding APIs to manipulate structuresRusty Wagner