summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2021-12-20Fix EnumerationType.mutable_copy()Glenn Smith
2021-12-18add warning to abort_analysisJordan Wiens
2021-12-08[Enterprise] API for getting the current session tokenGlenn Smith
2021-12-08[Enterprise] "Remember me" option in apiGlenn Smith
2021-12-07[Enterprise] APIs for server name, version, idGlenn Smith
2021-12-06fixed documentation for flowgraph.FlowGraph.populate_nodesGalen Williamson
2021-12-06fixed python/examples/asm_to_llil_view.py for API v3.0Galen Williamson
2021-12-06PEP8 + cleanups for enterprise.pyGlenn Smith
2021-12-03Fix type hint for get_instruction_low_level_ilPeter LaFosse
2021-11-29Better handling of symbols whose raw names are obfuscatedPeter LaFosse
2021-11-29Fix error logging in types.pyPeter LaFosse
2021-11-29Minor type hint improvements to lowlevelil.pyPeter LaFosse
2021-11-29Fully deprecate (Low|Medium|High)LevelILExpr in favor of ExpressionIndexPeter LaFosse
2021-11-29Minor code cleanup in get_varPeter LaFosse
2021-11-29Rename il operand helpers to start with _Peter LaFosse
2021-11-29Fix type hint in TagList.__init__Peter LaFosse
2021-11-29Fix type hints for BasicBlockListPeter LaFosse
2021-11-29Fix type check warnings in TypedDataAccessorPeter LaFosse
2021-11-29Fix import path in register_platform_recognizerPeter LaFosse
2021-11-19Check if core is None in FileMetadata destructorPeter LaFosse
2021-11-18Enterprise apis and supportGlenn Smith
2021-11-16Type hints for plugin register APIsJosh Ferrell
2021-11-11Resolves #2681; Return the SSAFunction's version of .ssa_vars from the non-SS...KyleMiles
2021-11-11Adds MediumLevelILFunction.aliased_vars, HighLevelILFunction.aliased_vars, an...KyleMiles
2021-11-11Resolves #2748; Variable.ssa_versions; Fixes some type annotationsKyleMiles
2021-11-10Rename ILInstruction classes as pure camel casePeter LaFosse
2021-11-10Add support for passing list of types to StructureBuilder\StructureType .crea...Peter LaFosse
2021-11-10Rename TypedDataReader to TypedDataAccessorPeter LaFosse
2021-11-10Fix name collision on 'ILInstruction'Peter LaFosse
2021-11-10Small refactor to DataVariable/CoreDataVariable inheritance, and add support ...Peter LaFosse
2021-11-08add pep 484 and 561 compliance, fixes #2747Jordan Wiens
2021-11-05Turn some apis back into Lists for ease of use, improve __repr__ for list and...Peter LaFosse
2021-11-05Fix vars_written/vars_read/vars_address_takenPeter LaFosse
2021-11-05Fix TypedDataReader member accessesPeter LaFosse
2021-11-05Add IL class heirarchy graph reportPeter LaFosse
2021-11-05Properly calculate the width of NamedTypeReferences in TypedDataReaderPeter LaFosse
2021-11-05Make all ILInstructions inherit from the same abstract base classPeter LaFosse
2021-11-05Improvements to AdvancedILFunctionList to support iterating supplied iteratorsPeter LaFosse
2021-11-05Backward compatible workaround for log importPeter LaFosse
2021-10-28Smartly update the TypeViewXusheng
2021-10-26Replace log/scripting console dock widgets with global area conceptRusty Wagner
2021-10-22Fix lineardisassembly.py typosGlenn Smith
2021-10-21Add HighLevelILFunction::IsVarLiveAt and HighLevelILFunction::IsSSAVarLiveAtKyleMiles
2021-10-21Fix version_switcher.pyJosh F
2021-10-20Update Function.function_type to use types.FunctionType instead of types.TypeJosh F
2021-10-19More accurate description of operand argumentGlenn Smith
2021-10-19Docs for get/set integer display typeGlenn Smith
2021-10-15Database python apiGlenn Smith
2021-10-11Allow get_functions_by_name to get functions which start with 'sub_'Peter LaFosse
2021-10-11Fix return type of lowlevelil 'get_float'Peter LaFosse