summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
AgeCommit message (Expand)Author
2024-05-08Disassembly: Add relative to fixed base address modeGlenn Smith
2024-05-06Highlight matching indentation lines in linear viewGlenn Smith
2024-05-06Use a flags enum for address offset displayGlenn Smith
2024-05-03Add decimal format for relative address displayGlenn Smith
2024-05-03Bump ABI to 61Mason Reed
2024-05-03Expose LLVM demanglerMason Reed
2024-05-02Add address display mode optionsGlenn Smith
2024-04-25Moved TryReadPointer to core BinaryReader classBrandon Miller
2024-04-25Simplified base address detection UIBrandon Miller
2024-04-25Hiding base detection results widgets before runBrandon Miller
2024-04-25Querying candidate base address reasonsBrandon Miller
2024-04-25Base address detection widget in Triage viewBrandon Miller
2024-04-11Rename lineWidth -> paddingCols in GetTypeLines()Glenn Smith
2024-04-09Various fixes for recently added BinaryDataNotifications.Brian Potchik
2024-04-05Add ILIsCFGProtected attributePeter LaFosse
2024-04-03Add `importDependencies` argument to `ParseTypeString` to control library imp...Glenn Smith
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-15Separate local variable tokens in higher level ILs from stack variable tokens...Rusty Wagner
2024-03-14Add support for advanced binary search.Brian Potchik
2024-03-02Add support for memory intrinsics.Brian Potchik
2024-02-22Improvements to alias analysis.Brian Potchik
2024-02-14Make Project::Delete{File,Folder} return boolJosh Ferrell
2024-02-13Rename ExternalLocation APIs to be more clear, add ExternalLocation and Exter...Josh Ferrell
2024-02-12adding missing sync plugin typeJordan Wiens
2024-02-12Add defines for project extensionsJosh Ferrell
2024-02-11Add BinaryView::GetTypeNameByGuid APIPeter LaFosse
2024-02-10Use TypeID for serializing enum types, replace set_int_enum_display_typeid wi...kat
2024-02-07add exprIndex field to BNInstructionTextTokenRyan Snyder
2024-02-07Bump api version after all these changesGlenn Smith
2024-02-07Type ArchivesGlenn Smith
2024-02-07Add ImportTypeLibraryTypeByGuid API and dialogPeter LaFosse
2024-02-06New Tab Redesignkat
2024-02-05Sidebar improvementsRusty Wagner
2024-01-30Avoid windows CreateFile conflictJosh Ferrell
2024-01-30Make status bar buttons themeable.Alexander Taylor
2024-01-29Add creation timestamp to ProjectFileJosh Ferrell
2024-01-25Make new tab bar themable.Alexander Taylor
2024-01-23Bump ABI version due to projects changes.Alexander Taylor
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 TypeLib...Peter LaFosse
2024-01-11Expose the BinaryView::ForgetUndoActions API and use avoid undo actions warni...Xusheng
2024-01-08update copyright yearJordan Wiens
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-06Improve partial access resolution when one of the uses is an automatically di...Rusty Wagner
2023-12-06Add LLIL/MLIL instructions to describe integer vs. floating point argument usageRusty Wagner