summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2017-03-13Branch dependence APIs for path sensitive analysisRusty Wagner
2017-03-10Mappings between low level IL and medium level ILRusty Wagner
2017-03-07Use expression lists in call and returnRusty Wagner
2017-03-07Add outputs and parameters for call and return, handle aliasingRusty Wagner
2017-03-02Adding MLIL instructions, moving stack contents data flow to a later stageRusty Wagner
2017-03-01Adding framework for medium level ILRusty Wagner
2017-02-28Map expressions to SSA form and add API to query expression valueRusty Wagner
2017-02-28Adding return address register valueRusty Wagner
2017-02-25Add APIs to access SSA-based data flowRusty Wagner
2017-02-23Add APIs for definitions and uses of SSA variablesRusty Wagner
2017-02-23Instruction starts and SSA form are a property of IL functionsRusty Wagner
2017-02-22Add SSA form APIsRusty Wagner
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-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
2016-11-19Remove debuging codePeter LaFosse