summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-15Add binary to test tailcall register clobbers.Brian Potchik
2018-08-14Modify flow graph API to support multiple layout requests for a single graphRusty Wagner
2018-08-14Add armv7 jumptable example for computed goto dispatch.Brian Potchik
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-10Finish DownloadProvider C++ API.Brian Potchik
2018-08-10Fix DownloadProvider reference counting and instance cleanup.Brian Potchik
2018-08-10Fix ScriptingProvider reference counting and instance cleanup.Brian Potchik
2018-08-10Make Metadata constructors explicit.Brian Potchik
2018-08-02Add API to query if an assembly instruction is a callRusty Wagner
2018-08-02Fix crash on flow graphs with no associated basic blockRusty 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-30Added WideCharTypeClass to BNTypeClass enumJosh Ferrell
2018-07-30Adding support for namespacesPeter 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-24Fix CMakeLists.txt for both mlil_parser and llil_parser examples (#1061)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-13Merge pull request #1069 from Vector35/test_python3_unitrssor
2018-07-13Merging with devPeter LaFosse
2018-07-13Add dataRelocation field to RelocationInfoPeter LaFosse
2018-07-11Bug fix for getting section semanticsPeter LaFosse
2018-07-11Add APIs for getting the underlying symbol from a relocationPeter 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-10tests: update for lifter, generator bugfixesRyan Snyder
2018-07-10Various Python 3 support changesKyleMiles
2018-07-10Initial python API testsnegasora
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-10updated unit tests with descriptive outputnegasora
2018-07-10Change enum from ExternalCode... to External...Peter LaFosse
2018-07-09Merge branch 'dev'Ryan Snyder
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-29Add api for querying relocationPeter LaFosse