summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
AgeCommit message (Collapse)Author
2024-05-02Add address display mode optionsGlenn Smith
2024-04-25Querying candidate base address reasonsBrandon Miller
Querying vector of reason information for a candidate base address using the new core API
2024-04-25Base address detection widget in Triage viewBrandon Miller
Initial implementation of base address detection UI widget in triage summary
2024-04-12Fix Setting docstring tableJosh Ferrell
2024-04-11Change default paddingCols value to 64Glenn Smith
80 would have made sense if it were characters, but blocks of 0x50 bytes just look plain weird
2024-04-11Rename lineWidth -> paddingCols in GetTypeLines()Glenn Smith
This is a more accurate name for what the parameter actually does. Documentation was improved as well.
2024-04-09Various fixes for recently added BinaryDataNotifications.Brian Potchik
2024-04-03Add `importDependencies` argument to `ParseTypeString` to control library ↵Glenn Smith
imports
2024-04-03Switch TypeParser to use TypeContainer for its external type sourceGlenn Smith
2024-04-01Add md1rom binary view with pure Rust lzma implementationRusty Wagner
2024-03-21Add uiSelectionControl documentation (skip-ci).Brian Potchik
2024-03-15Separate local variable tokens in higher level ILs from stack variable ↵Rusty Wagner
tokens in lower levels, and improve token usage in disassembly
2024-03-14Add support for advanced binary search.Brian Potchik
2024-03-02Add support for memory intrinsics.Brian Potchik
2024-02-19Clean up type archives docsGlenn Smith
2024-02-14Make Project::Delete{File,Folder} return boolJosh Ferrell
2024-02-13Rename ExternalLocation APIs to be more clear, add ExternalLocation and ↵Josh Ferrell
ExternalLibrary API documentation
2024-02-11Add BinaryView::GetTypeNameByGuid APIPeter LaFosse
2024-02-10Use TypeID for serializing enum types, replace set_int_enum_display_typeid ↵kat
with set_int_display_type, add get_int_display_type_and_typeid, bump ABI
2024-02-07add exprIndex field to BNInstructionTextTokenRyan Snyder
2024-02-07Type ArchivesGlenn Smith
2024-02-07Add ImportTypeLibraryTypeByGuid API and dialogPeter LaFosse
2024-01-30Avoid windows CreateFile conflictJosh Ferrell
2024-01-29Add creation timestamp to ProjectFileJosh Ferrell
2024-01-22Project supportJosh Ferrell
2024-01-19Add support for components in debug infoKyleMiles
2024-01-15Add APIs for getting the the base Metadata object for BinaryViews and ↵Peter LaFosse
TypeLibraries
2024-01-12Add QNAT::operator== so unordered_map worksGlenn Smith
Surprised this isn't a thing yet
2024-01-11Expose the BinaryView::ForgetUndoActions API and use avoid undo actions ↵Xusheng
warning in the debugger
2024-01-08update copyright yearJordan Wiens
2024-01-05Actually, this specific formatter is unnecessaryGlenn Smith
We don't need a formatter for Confidence<Ref<T>> when we have Confidence<T> and Ref<T> already, so this can just go.
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 ↵Xusheng
https://github.com/Vector35/binaryninja-api/issues/4861
2024-01-04Add local label symbol type to always prioritize normal local symbols over ↵Rusty Wagner
compiler generated labels
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
See https://github.com/Vector35/binaryninja-api/issues/4751
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 ↵Peter LaFosse
parameter
2023-11-06Type Containers: API DocsGlenn Smith
2023-11-06Type BrowserGlenn Smith
2023-11-06Type ContainersGlenn Smith