summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2018-08-21Add return hint MLIL instruction (used in intermediate stages, not emitted in...Rusty Wagner
2018-08-17Fix report collection reference count bug and add debug report supportRusty Wagner
2018-08-14Modify flow graph API to support multiple layout requests for a single graphRusty Wagner
2018-08-02Add API to query if an assembly instruction is a callRusty Wagner
2018-07-30Don't abort flow graph unless completion routine was setRusty Wagner
2018-07-26Merge branch 'dev' into test_stack_adjustRusty Wagner
2018-07-24Fix PluginCommand.register_for methods (#1084)Josh Watson
2018-07-16Fix format of strings in python/log.pyKyleMiles
2018-07-13Python2/3 String Compatibility FixKyleMiles
2018-07-13Add ability to update custom flow graphsRusty Wagner
2018-07-11Add APIs for subclassing flow graphsRusty Wagner
2018-07-10bv.write and bv.insert require byte-stringsKyleMiles
2018-07-10tests: Separate unit test corpus from resultsRyan Snyder
2018-07-10Rebased so commit history is correct nowKyleMiles
2018-07-10Various Python 3 support changesKyleMiles
2018-07-10Various Python 3 support changesKyleMiles
2018-07-10addition 3 compatibility changesJordan Wiens
2018-07-10Additional changes for python 2/3 compatibilityPeter LaFosse
2018-07-10working division, prints, and metaclasses, but imports broken, still needs workJordan Wiens
2018-07-06Python: More useful error when loading too-old Python on WindowsRyan Snyder
2018-07-06python: fix BasicBlock iteration for invalid instructionsRyan Snyder
2018-07-02python: avoid auto-generating docs for live contentRyan Snyder
2018-07-02downloadprovider: Fail gracefully on Ubuntu 14.04 installs, add fallbackRyan Snyder
2018-06-28Merge pull request #1062 from negasora/list_visibilitynegasora
2018-06-28Merge pull request #1068 from negasora/get_strings_bugnegasora
2018-06-28Fix lifting of intrinsics in Python bindingsRyan Snyder
2018-06-26Add new API to query active analysis info and set analysis limits.Brian Potchik
2018-06-26Add extended analysis state to core.Brian Potchik
2018-06-22fix #1057negasora
2018-06-20Add DownloadProvider Support.Brian Potchik
2018-06-11fix stylingnegasora
2018-06-11Add empty list properties to some classes to allow for visibilitynegasora
2018-06-04Generic flow graph API and report collectionsRusty Wagner
2018-05-11Fix Python BackgroundTask wrapperRyan Snyder
2018-05-10change stdin/out hijacking to be triggered by pythonplugin shared libraryJordan Wiens
2018-05-10default to loglevel info for log_to_stdoutJordan Wiens
2018-04-26fix broken up note lines in interaction documentationJordan Wiens
2018-04-25Adding tailcall analysis to the core.Brian Potchik
2018-04-11fix for #1015, thanks joshJordan Wiens
2018-04-05Add SSA variable liveness API for MLILRusty Wagner
2018-04-02Add plugin commands for LLIL and MLILRusty Wagner
2018-03-23Make indirect branch queries initialize CoreArchitecture objects correctlyRyan Snyder
2018-03-20Cache all created CoreArchitecture objectsRyan Snyder
2018-03-08Update AnalysisCompletionEvent documentation.Brian Potchik
2018-03-07Add APIs for skipping analysis of functions that are too large, and overridin...Rusty Wagner
2018-03-07Automatically update analysis after commands in interactive PythonRusty Wagner
2018-02-27Fix lifted IL access from PythonRusty Wagner
2018-02-26Architecture plugins no longer need to override the perform_* methods (you ca...Rusty Wagner
2018-02-26Fix type error for get_semantic_{flag,class}_name (#957)Kareem El-Faramawi
2018-02-21Fix documentationlucasduffey