summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-29Fix typo in PythonAPIDocumentation.mdPeter LaFosse
2021-11-25Call correct functions in the binary view callbackXusheng
2021-11-24Rust API : Correct naming convention on scope and access fields and apply car...KyleMiles
2021-11-19adding enterprise licenseJordan Wiens
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-15Fix broken example of using StructureBuilderPeter LaFosse
2021-11-11Add aliased_var api testsKyleMiles
2021-11-11Resolves #2681; Return the SSAFunction's version of .ssa_vars from the non-SS...KyleMiles
2021-11-11Add Function::GetMediumLevelILSSAVariables and Function::GetHighLevelILSSAVar...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-10Initial commit of work in progress API documentationPeter LaFosse
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-09update startup.py docsJordan Wiens
2021-11-08add pep 484 and 561 compliance, fixes #2747Jordan Wiens
2021-11-06export linear disasmAndrew Lamoureux
2021-11-05Turn some apis back into Lists for ease of use, improve __repr__ for list and...Peter LaFosse
2021-11-05Add tooltips to linear view, make generic tooltip functionsGlenn Smith
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-11-04Expose RangeContainsRelocationPeter LaFosse
2021-11-02CMake: set link directories and librariesGlenn Smith
2021-10-29Add test for negative pointer offsetsRusty Wagner
2021-10-28Smartly update the TypeViewXusheng
2021-10-27Add API for global actions on global area widgetsRusty Wagner
2021-10-26Replace log/scripting console dock widgets with global area conceptRusty Wagner
2021-10-26remove python2 from troubleshooting documentation, it has been added to the p...Jordan Wiens
2021-10-25Prevent the streampos_simplifier and ios_base_simplifiers from running to avo...Peter LaFosse
2021-10-22Fix lineardisassembly.py typosGlenn Smith
2021-10-21Add test for liveness_atKyleMiles
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-19LinearView performance: remember cached regionsGlenn Smith