summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
AgeCommit message (Collapse)Author
2023-11-01Add interaction.get_large_choice_input for large numbers of optionskat
2023-10-02Add GetEnd to Section API.Brian Potchik
2023-09-28correct LibraryFunctionSymbol documentationJordan Wiens
2023-09-11Fix memory leak in functions calling BNCreateUserFunctionXusheng
2023-09-01Make asserts from jsoncpp more descriptiveGlenn Smith
2023-08-17Ensure consistent lifetimes for UI-accessible BinaryView instances in Python.Brian Potchik
2023-08-16Add DefineUserTypes to Rust/Python (+ fix return type)Glenn Smith
2023-08-10Add OnNotificationBarrier callback and the ability to selectively enable ↵Brian Potchik
notification callbacks.
2023-08-10Add API to get all SSA versions of a variable for MLIL and HLILDan Killinger
2023-08-04Fix overloaded virtual function warningsJosh Ferrell
2023-08-03Add an API to get structure member including inherited ones. Fix auto ↵Xusheng
structure creation overwrites inherited fields. Close https://github.com/Vector35/binaryninja-api/issues/4540
2023-07-29Core workflows feature update.Brian Potchik
2023-07-17Add CheckForStringAnnotationType APIPeter LaFosse
2023-07-10Move binary view loading in to the core; deprecate open_view in favor of ↵KyleMiles
load; update examples
2023-07-07Expose function "pure" flag to api and typesystemGlenn Smith
2023-06-29Pass KeyValueStore ValueHash through the APIJosh Ferrell
2023-06-29Clarifying parts of the basic block APIs.Alexander Taylor
2023-06-21Allow copy & copy-as to operate on 'full' string instead of string annotationPeter LaFosse
2023-06-08API to read raw undo buffer (for DHView)Glenn Smith
2023-06-08Undo transactions / context managerGlenn Smith
2023-06-08Undo entry states and revertingGlenn Smith
2023-05-26[C++ Docs] Metadata and DataBuffer docs, and thread safety tags on namespace ↵kat
methods
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
To make possible the next commit
2023-02-09Fix crash caused by race condition on freeing plugin BinaryViewsRusty Wagner
`FreeObjectReference` on `BinaryView` can be deferred to not block the UI on teardown of large binary views. This causes `ReleaseForRegistration` to be called at a later time, which could cause a race that permitted two threads to delete the object at the same time. Moving the `FreeObjectReference` to be after the API reference release causes `ReleaseForRegistration` to be always called after all API references have been completed, so it will no longer free twice.
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 ↵Xusheng
https://github.com/Vector35/binaryninja-api/issues/3800
2023-01-10Integrate Enum IntegerDisplayType, Add MetadataChoiceDialogkat
2023-01-05Update copyright to 2023Josh F
2023-01-03Move this api for consistencyGlenn Smith
Sorry if you were using it (99.99% chance you weren't)
2023-01-03Allow specifying snapshot name in SaveSettingsGlenn Smith
2023-01-03Add Snapshot::SetName apiGlenn Smith