summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-24Fix partially broken api_testPeter LaFosse
2022-01-24Add additional unit tests for types.py and fix some resulting bugsPeter LaFosse
2022-01-24Fix Variable.__hash__ and fix some Type APIsPeter LaFosse
2022-01-24Change name of MediumLevelILLoadStruct_ssa -> MediumLevelILLoadStructSsa for ...Peter LaFosse
2022-01-24Remove unnecessary check in Type.functionPeter LaFosse
2022-01-22Fix leak of scripting instances when new windows are createdRusty Wagner
2022-01-22Fix memory leak when creating new window from panesRusty Wagner
2022-01-22Add recreateViewFrames API for sync/rebaseRusty Wagner
2022-01-21Fix race in BackgroundThreadGlenn Smith
2022-01-21Reimplement progresstask with std::condition_variableGlenn Smith
2022-01-21Move OptionsDialog::queryViewTypes into public bool methodGlenn Smith
2022-01-20Async IL fetching in stack, variables, and xref viewsRusty Wagner
2022-01-20[Enterprise] APIs for get/set server urlGlenn Smith
2022-01-20Move generator fake architecture into coreRusty Wagner
2022-01-20[Enterprise] Support for sparse/trimmed snapshotsGlenn Smith
2022-01-20Only show graph header IL picker if pane headers are hiddenRusty Wagner
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-18Fix leak in reference count assignment operatorRusty Wagner
2022-01-17OptionsDialog/SettingsView + ProgressTask fixesGlenn Smith
2022-01-17Make various database progress functions cancellableGlenn Smith
2022-01-17Right-click options on split button to improve discoverabilityRusty Wagner
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-13remove broken workflowJordan
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-12automatically add new issues to project boardJordan
2022-01-10Refactor main area to use pane systemRusty Wagner
2022-01-06Add Function::HasUserAnnotationsPeter LaFosse
2022-01-05describe location of qsettings cross-platform and what is stored in itJordan Wiens
2022-01-04small pydoc updtaesJordan Wiens
2022-01-04added BinaryView.get_data_offset_for_address to python APIGalen Williamson
2022-01-04Fix mismatch in parameter namesChristian Blichmann
2022-01-04Remove duplicate declaration for `BNGetParentPath()`Christian Blichmann
2022-01-03update copyright yearsJordan Wiens
2021-12-29Fixes Vector35/binaryninja-api#2789Peter LaFosse
2021-12-29Fix bug in python structure/enum equalityPeter LaFosse