summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
AgeCommit message (Expand)Author
2023-02-20Allow DataVariables to be added to Componentskat
2023-02-15Remove legacy BNDB Merge ToolJosh Ferrell
2023-02-14ShowILOpcodes to show what the IL operations areGlenn Smith
2023-02-14Add DisassemblySettings to LLIL::GetExprTextGlenn Smith
2023-02-08Remove default param in C api functionGlenn Smith
2023-02-08Add boolean for Function.user_type to indicate if a user type has been setPeter LaFosse
2023-02-04Initial support for constant data expressions.Brian Potchik
2023-01-30Fix Type object leaksRusty Wagner
2023-01-30Fix UAF on C++ BinaryView plugin init, improve demangler and BinaryView APIsRusty Wagner
2023-01-10[Enterprise] Add api for IsFloatingLicenseGlenn Smith
2023-01-10Integrate Enum IntegerDisplayType, Add MetadataChoiceDialogkat
2023-01-09added CollapsedPaddingLineType to BNTypeDefinitionLineType enumGalen Williamson
2023-01-05Update copyright to 2023Josh F
2023-01-03Move this api for consistencyGlenn Smith
2023-01-03Allow specifying snapshot name in SaveSettingsGlenn Smith
2023-01-03Add Snapshot::SetName apiGlenn Smith
2023-01-03Add instruction attributes to IL instructionsRusty Wagner
2023-01-03Function inliningRusty Wagner
2022-12-21Add support for adding magic values into expression parserXusheng
2022-12-01Revert commenting out of this macroGlenn Smith
2022-11-30Type library C++ api & import recordingGlenn Smith
2022-11-20Initial constant expression builtin outliner.Brian Potchik
2022-11-16Add TypePrinter::PrintAllTypes to export C headersGlenn Smith
2022-11-16Add ReplaceInvalidCharsEscapingType for C-compatible escapingGlenn Smith
2022-11-16Add BinaryView::GetDependencySortedTypesGlenn Smith
2022-11-11Convenience helpers for type parsing in c++Glenn Smith
2022-11-11Extra options for type parsersGlenn Smith
2022-11-11Fix some inconsistencies in python bindings between clang and core type parsersPeter LaFosse
2022-11-10Introduce a macro to implement `printf` attributeChristian Blichmann
2022-11-10Show Type Casts disassembly settingGlenn Smith
2022-11-10Add LoadSettingsFile API to support ephemeral settings.Brian Potchik
2022-11-10Prevent applying two different debug infoes at the same timeGlenn Smith
2022-11-10Several documentation improvements and fixeskat
2022-10-20Properly remove the debugger view from the FileMetadata after the target exit...Xusheng
2022-10-12Demangler improvementsPeter LaFosse
2022-10-12[Enterprise] API for license status callbacksGlenn Smith
2022-10-11api: expose methods needed to construct offset pointersRyan Snyder
2022-10-09Remove default load settings; Move settings `analysis.debugInfoInternal` and ...KyleMiles
2022-10-06Add APIs for checking and writing snapshot dataJosh F
2022-10-05Deprecate BNLogRegisterLoggerCallback and make its use in the LogView unneces...Peter LaFosse
2022-10-05Add SetExprType API to MLIL/HLILXusheng
2022-10-04Add API bindings for `BNBinaryViewGetDefaultLoadSettings` for force API actio...KyleMiles
2022-10-04Deprecate unused BinaryViewTypeArchitectureConstant APIXusheng
2022-09-29DebugInfo: make parseInfo have a progress callbackGlenn Smith
2022-09-29DebugInfo: take entire Type for function instead of by-partsGlenn Smith
2022-09-29Make DebugInfo::parse failableGlenn Smith
2022-09-29Expose CallingConvention::GetVariablesForParametersGlenn Smith
2022-09-29Interaction::RunProgressDialogGlenn Smith
2022-09-29Optimized api for getting the title of the last undo entryGlenn Smith
2022-09-29Quoted string escaping typeGlenn Smith