summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-29Improve repr for NamedTypeReference to reduce confusionPeter LaFosse
2021-12-27ProgressTask and BackgroundThread from libCollaborationGlenn Smith
2021-12-27Expose BinaryNinjaUI::isBinaryNinjaDataBaseGlenn Smith
2021-12-21Cleaned up the GitHub issue report templates.Alexander Taylor
2021-12-20Fix EnumerationType.mutable_copy()Glenn Smith
2021-12-18add warning to abort_analysisJordan Wiens
2021-12-13Update minimum cmake versionGlenn Smith
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-12-02Rust API - Add BinaryView::data_variablesKyleMiles
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-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