summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2018-10-05Patch FlowGraph lockingnegasora
2018-10-05python3: ensure callbacks live long enoughRyan Snyder
2018-10-05api: remove some lingering xrange uses in python bindingsRyan Snyder
2018-10-05Fix generation of core.BNLogJosh Watson
2018-09-28Namespace API cleanupPeter LaFosse
2018-09-20Merge branch 'dev' into test_relocationPeter LaFosse
2018-09-20Adding NameSpace tokens and plumbing through some namespce apisPeter LaFosse
2018-09-18python: make BasicBlocks iterate over disassembly lines, not instrsRyan Snyder
2018-09-17api: fix read beyond bounds of basic blockRyan Snyder
2018-09-13Add callee saved registers on calling conventions to specify which registers ...Rusty Wagner
2018-09-12Merging with devPeter LaFosse
2018-09-10import MainThreadAction from the correct locationgaasedelen
2018-09-10Fix an incorrect field name in FlowGraphLayoutRequest._completeJosh Watson
2018-09-04Add API to create graphs of IL functionsRusty Wagner
2018-08-31Add some docs to flow graph APIRusty Wagner
2018-08-31Merging with devPeter LaFosse
2018-08-30Fix signed constants in Python ILRusty Wagner
2018-08-30Allow negative stack offsets for functions like alloca_probeRusty Wagner
2018-08-28Merge branch 'dev' into test_stack_adjustRusty Wagner
2018-08-23add support for original_filename propertyJordan Wiens
2018-08-21Add return hint MLIL instruction (used in intermediate stages, not emitted in...Rusty Wagner
2018-08-20api: add methods to get basic block objects from IL instrsRyan Snyder
2018-08-17Fix report collection reference count bug and add debug report supportRusty Wagner
2018-08-16Adding EXTERN_PTR typePeter LaFosse
2018-08-16Fix Python3 Multiline Input In Script ConsoleKyle Martin
2018-08-14Modify flow graph API to support multiple layout requests for a single graphRusty Wagner
2018-08-14Adding LLIL_RELOC_PTRPeter LaFosse
2018-08-10Return the boolean value from bv.navigate in the Python API.Brian Potchik
2018-08-10Expose BNIsUIEnabled via Python.Brian Potchik
2018-08-02Add API to query if an assembly instruction is a callRusty Wagner
2018-08-02Fix Update import broken in python merge from b460b9495a.Brian Potchik
2018-08-02Fix DownloadProvider broken in python merge from b460b9495a.Brian Potchik
2018-08-01Fix analysis_info broken in python merge from b460b9495a.Brian Potchik
2018-07-31removing ability to set autodefinedPeter LaFosse
2018-07-30Don't abort flow graph unless completion routine was setRusty Wagner
2018-07-27Expose the ability to suppress analysis of auto-discovered functionsRyan
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-13Merging with devPeter LaFosse
2018-07-11Bug fix for getting section semanticsPeter LaFosse
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