summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Collapse)Author
2022-06-16Add support for executing scripts from fileskat
2022-06-16clarify documentation for analysis_skipped and reanalyzeJordan Wiens
2022-06-16Implement .tokens property in HLIL.Sean
LLIL and MLIL instructions both have this property. HLIL has .lines which functions similarly, but returns a a generator of DisassemblyTextLines. The .tokens property flattens those lines to return a list of InstructionTestTokens in line with LLIL and MLIL instructions. This enables plugins to work consistently regardless of instruction type and makes the API more consistent.
2022-06-15Fix use of undefined attributeKevin Orr
2022-06-14Function.get_variable_by_nameGlenn Smith
2022-06-14Add error for loading UI plugins in headlessRusty Wagner
2022-06-10Fix undefined DebuggerController in PythonScriptingInstanceXusheng
2022-06-10Fix missing debugger_imported definition in PythonScriptingInstanceXusheng
2022-06-09Remove built-in workflow docs and objectivec example.Brian Potchik
2022-06-09Better handling of the injected dbg objectXusheng
2022-06-02Fix Python exceptions when accessing functions with skipped IL analysisRusty Wagner
2022-06-02HLILRet should be a Return, not just ControlFlowJordan Wiens
2022-05-31Increase coverage of architecture.pyrose
2022-05-31fixup invalid pydoc documentationJordan Wiens
2022-05-25Fix binaryview __getitem__ __setitem__ and add many additional BinaryView ↵Peter LaFosse
unit tests
2022-05-25Add BinaryView::ParseTypesFromSource for clang+typelibsGlenn Smith
2022-05-24update api docs for get_code_refs and get_data_refsJordan Wiens
2022-05-23update binaryview class example documentationJordan Wiens
2022-05-23Esure parse_types api raise proper exceptionsPeter LaFosse
2022-05-23Fix some places in binaryview.py that raised AttributeError instead of ↵Peter LaFosse
ValueError
2022-05-23Fix TypeParserResult type hintPeter LaFosse
2022-05-23Fix get_unique_section_namesPeter LaFosse
2022-05-23Fix nes.py examplePeter LaFosse
2022-05-23Fix numerous bugs in TypedDataAccessor and add many unit tests for itPeter LaFosse
2022-05-23Fix many small bugs in TypedDataAccessorPeter LaFosse
2022-05-23Fix `ParameterVariables.__{eq,repr}__` implementationsJon Palmisciano
2022-05-20Fix some bugs in SymbolMapping objectPeter LaFosse
2022-05-20Fix BinaryViewType.parse methodPeter LaFosse
2022-05-20Add some unit tests for binaryview.py and fix some minor bugsPeter LaFosse
2022-05-19use raw strings to pacify pytestJordan Wiens
2022-05-18Allow QualifiedName.escape() to accept all of QualifiedNameTypeGlenn Smith
2022-05-14mendJordan Wiens
2022-05-14remove more vestigal py2 codeJordan Wiens
2022-05-13Add missing import that broke the build.Alexander Taylor
2022-05-12Add notes for Enterprise edition-only module/class.Alexander Taylor
2022-05-11Clang+TypeParser APIsGlenn Smith
2022-05-11Add documentaiton decorator for Enterprise.Alexander Taylor
2022-05-06many pydoc formatting cleanups, added deprecated decorator and replaced ↵Jordan Wiens
ad-hoc messages with consistent decorator
2022-05-03Remove the Python enum moduleXusheng
2022-05-02[Enterprise] Always cache licensesGlenn Smith
2022-05-01Clarify use of `BinaryView.add_function` in docsJon Palmisciano
2022-04-30Add debug report alias.Brian Potchik
2022-04-29Check in the debuggerXusheng
2022-04-26Fix BinaryWriter.endianness. Fix #3088.Xusheng
2022-04-24Ensure Intrinsic is included in low/medium/highlevelil.pyPeter LaFosse
2022-04-24Add commonil class for intrinsicsFabian Freyer
2022-04-24Finish a BackgroundTaskThread on exceptionFabian Freyer
Fixes #1431
2022-04-22Fix type annotation for single_function_language_representationJosh F
2022-04-22Add FunctionBuilder setter for stack adjustment w/ confidencePeter LaFosse
2022-04-22Ensure stackadjustment confidence and varargs have better default confidence ↵Peter LaFosse
when they aren't specified in FunctionBuilder/Function.create