summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
AgeCommit message (Collapse)Author
2022-04-13Add Database::TrimSnapshot apiGlenn Smith
2022-03-23OpenView for 2 more argument types: data and bvGlenn Smith
2022-03-16Add LogTracePeter LaFosse
2022-03-16Add support for structured loggingPeter LaFosse
2022-03-14These functions do not return positive values.Alexander Taylor
2022-03-11Add bulk symbol management API to improve performance when adding/removing ↵Rusty Wagner
large numbers of symbols
2022-03-11Move stack var refs and constant refs behind advanced analysis requests for ↵Rusty Wagner
significant memory savings
2022-03-02Add function update request API.Brian Potchik
2022-02-16Escape type names and definitionsGlenn Smith
Closes #2427, #2585, #1658, #1632, probably others
2022-02-10Move TypeView::getLinesForType into core as Type::GetLinesGlenn Smith
2022-02-07Expose HLIL GenerateSSAForm via API and add python wrapper.Brian Potchik
2022-02-04BinaryNinja::OpenView() c++ port of python open_view()Glenn Smith
Why has this never existed
2022-01-28Format All FilesKyleMiles
2022-01-22Fix leak of scripting instances when new windows are createdRusty Wagner
2022-01-20Async IL fetching in stack, variables, and xref viewsRusty Wagner
2022-01-20[Enterprise] Support for sparse/trimmed snapshotsGlenn Smith
2022-01-20Add support for mmlil_if_availablePeter 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-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-17Single function mode in linear viewRusty Wagner
2022-01-17Decompile to Crose
2022-01-13Allow the creation of const/volatile NTRsPeter LaFosse
2022-01-06Add Function::HasUserAnnotationsPeter LaFosse
2022-01-04Fix mismatch in parameter namesChristian Blichmann
Function parameters should be named the same in both declaration and definition.
2022-01-03update copyright yearsJordan Wiens
2021-11-18Enterprise apis and supportGlenn Smith
Also secrets provider + openUrl
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-04Expose RangeContainsRelocationPeter LaFosse
2021-10-28Smartly update the TypeViewXusheng
2021-10-21Add HighLevelILFunction::IsVarLiveAt and HighLevelILFunction::IsSSAVarLiveAtKyleMiles
2021-10-05More HLIL API parity; Resolves #2363KyleMiles
2021-10-04Custom tab widget for tear-away tabsRusty Wagner
2021-09-27Better support for change type in linear viewXusheng
2021-09-06Add BNTypeBuilderSetChildTypePeter LaFosse
2021-09-06Change NamedTypeReference.GetTypeClass to GetTypeReferenceClass as it was ↵Peter LaFosse
conflicting with Type.GetTypeClass
2021-09-05Add TypeBuilder SetAlternateName/SetParameters/SetSignedPeter LaFosse
2021-09-05Move MemberAccess/MemberScope to StructureMemberPeter LaFosse
Fix rust AddStructureMemebers
2021-09-05Refactor Python TypesPeter LaFosse
Remove _mutable types
2021-09-05Add ability for TypeBuilder objects to utilize ↵Peter LaFosse
StructureBuilder/EnumerationBuilder/NamedTypeReferenceBuilder objects
2021-08-20Workflows basic blocks and IL function analysis setters.Brian Potchik
2021-08-20platforms: specify platform types and add bvt platform callbacksRyan Snyder
2021-08-17Websocket providerGlenn Smith
2021-08-13Workflows early preview.Brian Potchik
2021-08-05Also return the incomingType member in TypeFieldReferenceXusheng
2021-08-04Add IsConstant API for Register.Brian Potchik
2021-08-04Add query mode to flow graph reports.Brian Potchik