summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2022-01-20[Enterprise] Support for sparse/trimmed snapshotsGlenn Smith
2022-01-20Rework IL inheritance for Call instructionsPeter LaFosse
2022-01-20Add support for mmlil_if_availablePeter LaFosse
2022-01-20Create setter signed in TypeBuilderPeter LaFosse
2022-01-19Fix comparison operators for Variable objects, make setting of name & type sy...Peter LaFosse
2022-01-19Fix __eq__ operator for IL classesPeter LaFosse
2022-01-19Turn some asserts back into exceptionsPeter LaFosse
2022-01-19Many type check fixesPeter LaFosse
2022-01-19Use Dict instead of Mapping where appropriatePeter LaFosse
2022-01-19Add getters and setters for syscall number in type objectsPeter LaFosse
2022-01-19Make enumeration's signed property BoolWithConfidencePeter LaFosse
2022-01-19Fix many python type errors/warningsPeter LaFosse
2022-01-19Fix FunctionBuilder.createPeter LaFosse
2022-01-19Fancier generator.cpp with *types*Glenn Smith
2022-01-17Make various database progress functions cancellableGlenn Smith
2022-01-17Single function mode in linear viewRusty Wagner
2022-01-17Decompile to Crose
2022-01-16Fix ArrayBuilder, PointerBuilder in python/types.pyAndrew Lamoureux
2022-01-13Fix a bunch of core function calls with bad argsGlenn Smith
2022-01-13Allow the creation of const/volatile NTRsPeter LaFosse
2022-01-10Refactor main area to use pane systemRusty Wagner
2022-01-06Add Function::HasUserAnnotationsPeter LaFosse
2022-01-04small pydoc updtaesJordan Wiens
2022-01-04added BinaryView.get_data_offset_for_address to python APIGalen Williamson
2022-01-03update copyright yearsJordan Wiens
2021-12-29Fixes Vector35/binaryninja-api#2789Peter LaFosse
2021-12-29Fix bug in python structure/enum equalityPeter LaFosse
2021-12-29Improve repr for NamedTypeReference to reduce confusionPeter LaFosse
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