summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
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
2020-06-23Turn the HLIL->MLIL mapping APIs back onRusty Wagner
2020-06-23Add ability to set can_return on mutable function type objectsPeter LaFosse
2020-06-23Add BinaryView.parse_types_from_string to the python API and update how the u...Peter LaFosse
2020-06-23Convert error string to utf-8 in ParseExpression error conditionPeter LaFosse
2020-06-20Remove CopyValuesFrom Settings API.Brian Potchik
2020-06-20Add serialization support to the Settings Python API.Brian Potchik
2020-06-19add callers/callees documentation, fixes #1687Jordan Wiens
2020-06-18support for big-endian values in structureddataviewsJordan Wiens
2020-06-17ResetAll settings API resets settings in the active schema by default.Brian Potchik
2020-06-17many spelling fixesJordan Wiens
2020-06-16Use Python 3 for bininfo testRusty Wagner
2020-06-15Default to requests in downloadprovider, fall back to urllib if not availableRusty Wagner
2020-06-11fix for fixed commentJordan Wiens
2020-06-11Fix dict super initialization to support Python2.Brian Potchik
2020-06-09Add warning on attempts to set scripting provider auto-variables.Brian Potchik
2020-06-06Cleanup mappedview.py exmaple.Brian Potchik
2020-06-06Add BinaryView.init documentation to mappedview.py example.Brian Potchik
2020-06-06fix handle reference in type with_confidence call, resolves #1731Jordan Wiens
2020-06-03Update rebase documentation and fix return value.Brian Potchik
2020-06-03Update 'get_view_of_file_with_options' documentation.Brian Potchik
2020-06-03Fix error handling in mappedview exampleNick Shipp
2020-05-29Remove unnecessary context manager at toplevel, but keep convenience methodPeter LaFosse
2020-05-28small clarification on get_view_of_file docsJordan Wiens
2020-05-28Add optional type to define as in Function::ApplyImportedTypes and BinaryView...Peter LaFosse
2020-05-27Add context manager for BinaryViews in the python APIPeter LaFosse
2020-05-21documentation formattingJordan Wiens
2020-05-20Fix hash method for ReferenceSource classPeter LaFosse
2020-05-18MLIL mappings from HLIL are not yet functional, temporarily disable APIs that...Rusty Wagner
2020-05-15documentation improvements to remove_user_function and remove_functionJordan Wiens
2020-05-14lowlevelil documentation correctionsJordan Wiens
2020-05-11re-add deleted ge with the proper nameJordan Wiens
2020-05-11clean up some linter warningsJordan Wiens
2020-05-11Fixes #1619 Hash transforms encode functions should return bytes instead of strPeter LaFosse
2020-05-09Fix DownloadProvider get_response helper.Brian Potchik
2020-05-08cleaner check for types on parse_type_from_sourceJordan Wiens
2020-05-07Fix graph updatePeter LaFosse
2020-05-07better guard rails for some python apisJordan Wiens
2020-05-06Remove python UndoAction class and old methodJosh Ferrell
2020-05-05add warning to add_analysis_completion_eventJordan Wiens
2020-05-05Fix analysis completion events for python 2Josh Ferrell
2020-05-05Allow analysis completion callbacks without parametersJosh Ferrell