summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2020-09-17Fix get_next_data_var_after when handling auto data variables shadowed by use...Brian Potchik
2020-09-16fixup broken warning syntaxJordan Wiens
2020-09-16Fix #1857 and #1959; Fix bytes/bytearray/string handling for databuffersKyleMiles
2020-09-16add support to databuffers, cstr helper, and bv.write for bytearraysJordan Wiens
2020-09-16Add 'disable_default_log' method in the Python API.Brian Potchik
2020-09-16Add setting to control logging in headless.Brian Potchik
2020-09-15more detailed documentation for core_set_licenseJordan Wiens
2020-09-15Add support for custom flowgraph edgesPeter LaFosse
2020-09-15display as in linear viewXusheng
2020-09-14Custom request types and data transfer for DownloadProviderGlenn Smith
2020-09-13Disable logging during headless unit tests.Brian Potchik
2020-09-13Enable python logging to stderr by default when in headless mode.Brian Potchik
2020-09-10Fix Windows file deletion issue in testsChinmay
2020-09-10Update API name for ParsePossibleValueSetChinmay
2020-09-10Adds tests related to UIDFChinmay
2020-09-08UI changes for user-informed dataflowChinmay
2020-09-06fix parse_types_from_string()Xusheng
2020-09-03Fix cmake generator target not copying python filesGlenn Smith
2020-09-03allow redefining an existing typeXusheng
2020-09-02update snippets from latest pluginJordan Wiens
2020-08-27Fix generator target depending on itselfGlenn Smith
2020-08-26Better docs on variable.name = NoneGlenn Smith
2020-08-26Don't trigger reanalysis in variable name updatesGlenn Smith
2020-08-26update basic_block property documentation on flowgraphnodeJordan Wiens
2020-08-26More efficient analysis updateGlenn Smith
2020-08-26Reload default variable name when unset; don't clobber user type.Kevin Burk
2020-08-26Persistent setter for variable names.Kevin Burk
2020-08-21Allow negative indexing of hlil functionJosh Ferrell
2020-08-19Documentation for SaveSettings and SaveOptionJosh Ferrell
2020-08-17Incorporates review commentsChinmay
2020-08-17Adds documentation for UIDFChinmay
2020-08-16fix lack of judgement whether c is None in binaryview.get_ascii_string_at()Heran Gao
2020-08-14small documentation typo in bv.hlilJordan Wiens
2020-08-13Update function names and change up APIChinmay
2020-08-13Changes to implement User-informed dataflowChinmay
2020-08-13Add BV level generators for hlil instructions and basic blocksPeter LaFosse
2020-08-02Fix BNDB loading with get_view_of_file_with_options.Brian Potchik
2020-07-30initial implementationXusheng
2020-07-29fix some colors and add preferences for showing opcodes and addressesJordan Wiens
2020-07-29update export svg to include other graph modes and fix windows with python3Jordan Wiens
2020-07-28add __repr__ for LowLevelILFunctionXusheng
2020-07-22Expose C++ HLIL instruction comparison operators to PythonRusty Wagner
2020-07-17Switch build system to cmakeRusty Wagner
2020-07-17- fix TypeError: expected LP_BNSaveSettings instance instead of SaveSettingsverylazyguy
2020-07-17- fix BinaryView.get_data_tags_in_range by not having parameter name shadow g...verylazyguy
2020-07-10Add save settingsJosh Ferrell
2020-07-04Workspace Settings are now Project Settings.Brian Potchik
2020-07-03Allow triage view navigation via featuremap for firmwares with no entry point.Brian Potchik
2020-06-30Revert "Add setters for Segment attributes, will be removing the core APIs sh...Jordan Wiens
2020-06-30Add setters for Segment attributesNick Shipp