* Fixed adding a raw string on python3 * Fix a missing parenthesis * Ensure a raw string is converted to bytes when creating a new Metadata 2018-12-13Commonize all InstructionTextToken generationPeter LaFosse 2018-12-12better error handling for bv.readJordan Wiens 2018-12-12deprecate current_function.medium_level_il in favor of .mlil and move ↵Jordan Wiens .instructions to mlil instead of main function -- likewise for llil 2018-11-21Fix typo.Brian Potchik 2018-11-19Update analysis_info documentation.Brian Potchik 2018-11-13Add expression parsing APIsPeter LaFosse Add text-based and constant-based searching 2018-11-06byte string to fix python 3 loading bndbJordan Wiens 2018-10-26open bndb files in binary mode, fixes #1186Jordan Wiens 2018-10-24Add new APIs for querying data referencesPeter LaFosse 2018-10-15Refactor to how symbols and namespaces workPeter LaFosse 2018-10-11Fixes #1164, #1166 and #1165Peter LaFosse 2018-10-10Fix get_section_by_name APIPeter LaFosse 2018-10-06Fix misspelled APIPeter LaFosse 2018-10-05python3: ensure callbacks live long enoughRyan Snyder 2018-10-05api: remove some lingering xrange uses in python bindingsRyan Snyder 2018-09-28Namespace API cleanupPeter LaFosse 2018-09-12Merging with devPeter LaFosse 2018-08-31Merging with devPeter LaFosse 2018-08-28Merge branch 'dev' into test_stack_adjustRusty Wagner 2018-08-10Return the boolean value from bv.navigate in the Python API.Brian Potchik 2018-08-01Fix analysis_info broken in python merge from b460b9495a.Brian Potchik 2018-07-27Expose the ability to suppress analysis of auto-discovered functionsRyan 2018-07-26Merge branch 'dev' into test_stack_adjustRusty Wagner 2018-07-13Python2/3 String Compatibility FixKyleMiles 2018-07-13Merging with devPeter LaFosse 2018-07-11Bug fix for getting section semanticsPeter LaFosse 2018-07-10bv.write and bv.insert require byte-stringsKyleMiles 2018-07-10tests: Separate unit test corpus from resultsRyan Snyder 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-06-29Add api for querying relocationPeter LaFosse 2018-06-28Merge pull request #1062 from negasora/list_visibilitynegasora Add empty list properties to some classes to allow for visibility