summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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 ↵KyleMiles
cargofmt for types api changes
2021-11-19adding enterprise licenseJordan Wiens
2021-11-19Check if core is None in FileMetadata destructorPeter LaFosse
2021-11-18Enterprise apis and supportGlenn Smith
Also secrets provider + openUrl
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 ↵KyleMiles
non-SSA forms (pass the call from *LevelILFunction to *LevelILSSAFunction)
2021-11-11Add Function::GetMediumLevelILSSAVariables and ↵KyleMiles
Function::GetHighLevelILSSAVariables to the C++ API
2021-11-11Adds MediumLevelILFunction.aliased_vars, HighLevelILFunction.aliased_vars, ↵KyleMiles
and the respective C and C++ functions; Addressed the API side of #2662
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 ↵Peter LaFosse
.create()
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
for setting DataVariable's values
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 ↵Peter LaFosse
and mapping containers
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
Even when not building examples, the linked libraries should be set so that any dependent binaries can link with them. The link directories need to be set as well so the dependents can find them. Fixes #2751