summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
AgeCommit message (Expand)Author
2024-01-05Actually, this specific formatter is unnecessaryGlenn Smith
2024-01-05Fix formatters for BinaryNinja::ConfidenceSaagar Jha
2024-01-05Add a new API to get the original image base of the binary view. Fix https://...Xusheng
2024-01-04Add local label symbol type to always prioritize normal local symbols over co...Rusty Wagner
2024-01-04Add GetRelocationsAt APIRusty Wagner
2023-12-14Fix object settings.Brian Potchik
2023-12-06Add LLIL/MLIL instructions to describe integer vs. floating point argument usageRusty Wagner
2023-12-04Replace NULL with nullptr for some default initialization.Brian Potchik
2023-11-28Add type confidence info to StructureMember typeScott Lagler
2023-11-26Change password setting types to use new 'hidden' property.Brian Potchik
2023-11-24Add Symbolic symbols type.Brian Potchik
2023-11-16Initial components UI update.Brian Potchik
2023-11-14Fix a number of leaks and bad uses of free in the apiGlenn Smith
2023-11-13Add fmt library to apiGlenn Smith
2023-11-10Add support for object settingsJosh Ferrell
2023-11-10Add "password" setting typeJosh Ferrell
2023-11-10Update documentation for APIs that return IL Labels, fix GetLabelForAddress p...Peter LaFosse
2023-11-06Type Containers: API DocsGlenn Smith
2023-11-06Type BrowserGlenn Smith
2023-11-06Type ContainersGlenn Smith
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 noti...Brian Potchik
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 structu...Xusheng
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 load...KyleMiles
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
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