summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
AgeCommit message (Expand)Author
2023-05-26[C++ Docs] Metadata and DataBuffer docs, and thread safety tags on namespace ...kat
2023-05-23Add support for changing enumeration member names by clicking 'N' on their tokenPeter LaFosse
2023-05-18Add ReadPointer to BinaryReader classkat
2023-05-10Add name to worker tasks for debuggingGlenn Smith
2023-05-08Pass debug file along with original file to debug info parsersKyleMiles
2023-04-18Exceptions with stack traces because I neeeeed themGlenn Smith
2023-04-18Add APIs for dumping the contents of TypeLibrariesPeter LaFosse
2023-03-30Add support for deriving structures from other structuresRusty Wagner
2023-03-29BinaryView::LookupImportedType*Glenn Smith
2023-03-29Add support for warnings to ScriptingInstanceJosh Ferrell
2023-03-01Fix Confidence<> operator==Peter LaFosse
2023-02-20Allow DataVariables to be added to Componentskat
2023-02-19Account for BinaryData::Ctor potentially failingGlenn Smith
2023-02-17Ensure we reserve space in the vector in NameList constructorPeter LaFosse
2023-02-15Remove legacy BNDB Merge ToolJosh Ferrell
2023-02-14Add DisassemblySettings to LLIL::GetExprTextGlenn Smith
2023-02-09Fix crash caused by race condition on freeing plugin BinaryViewsRusty Wagner
2023-02-08Clean up possible early deletion issues in API callbacksRusty Wagner
2023-02-08Add boolean for Function.user_type to indicate if a user type has been setPeter LaFosse
2023-02-05Add IsConstantData to the C++ RegisterValue API.Brian Potchik
2023-02-04Initial support for constant data expressions.Brian Potchik
2023-02-03Expose GetSymbolsByRawName in the C++ APIPeter LaFosse
2023-01-30Fix UAF on C++ BinaryView plugin init, improve demangler and BinaryView APIsRusty Wagner
2023-01-19Update docs for parse_expression. Fix https://github.com/Vector35/binaryninja...Xusheng
2023-01-10Integrate Enum IntegerDisplayType, Add MetadataChoiceDialogkat
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-23Minor fix for API function namesXusheng
2022-12-22Add LowLevelILFunction documentationkat
2022-12-21Clearer documentation on 'GetData/CodeReferences' functionskat
2022-12-21Add support for adding magic values into expression parserXusheng
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 BinaryView::GetDependencySortedTypesGlenn Smith
2022-11-11Convenience helpers for type parsing in c++Glenn Smith
2022-11-11Extra options for type parsersGlenn Smith
2022-11-10Introduce a macro to implement `printf` attributeChristian Blichmann
2022-11-10Include C++ standard headersChristian Blichmann
2022-11-10Windows/MSVC: Avoid compiler warning if `NOMINMAX` is already setChristian Blichmann
2022-11-10Remove trailing whitespace.Brian Potchik
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-17[C++ docs] Several fixes, improvements, additions, and general cleanupkat