summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
AgeCommit message (Expand)Author
2025-11-23Unify SettingsCache and MemoryMap access under immutable snapshots for consis...Brian Potchik
2025-11-04Add auto downloading of project file dependencies, clean up download APIsJosh Ferrell
2025-11-04Add project file dependenciesJosh Ferrell
2025-11-04Remove indenting APIs from Logger. These are thread unsafe by design.Rusty Wagner
2025-11-03Revert "Refactor Plugin Load/Management to support upcoming changes"0cyn
2025-10-31Add optional display name field for memory regions.Brian Potchik
2025-10-29Add ZipPython transform as a reference container example.Brian Potchik
2025-10-29Refactor Plugin Load/Management to support upcoming changes0cyn
2025-10-28Add transform override support to the container browswer.Brian Potchik
2025-10-23Fix lost type attributes in TypeBulider Python APIRusty Wagner
2025-10-23Bump core ABIMason Reed
2025-10-23Support bitfields in type systemMason Reed
2025-10-22Add API to dereference named type referencesRusty Wagner
2025-10-22Add interactive mode support to the container browser.Brian Potchik
2025-10-22Add Type::SetIgnored APIPeter LaFosse
2025-10-21Add derived strings and string recognizer APIRusty Wagner
2025-10-21Add constant renderer APIRusty Wagner
2025-10-16Add GetTypeCount APIPeter LaFosse
2025-10-16Add BNRunUnitTests APIPeter LaFosse
2025-10-15Required API changes for Enterprise find files.Alexander Taylor
2025-10-12Improve error handling in project apisJosh Ferrell
2025-10-10Add password prompting for encrypted containers in Container Browser.Brian Potchik
2025-10-06Add type attribute APIsRusty Wagner
2025-10-03Add zero-copy data pointer access for BinaryData objects for API-side contain...Brian Potchik
2025-10-03Add DecodeWithContext method to Transform API layers.Brian Potchik
2025-09-30Initial support for opening container formats.Brian Potchik
2025-09-29Add a new line disassembly text tokenBrandon Miller
2025-09-29Rust bindings for custom basic block analysisBrandon Miller
2025-09-11Added new IL attribute ILTransparentCopyHongyu Chen
2025-09-03Add disassembly setting for block labelsMason Reed
2025-08-29Add theme color for panes with keyboard focusRusty Wagner
2025-08-29Added additional theming for sidebar iconsRusty Wagner
2025-08-20Deprecate Workflow::Instance in favor of Workflow::Get and Workflow::GetOrCreateMark Rowe
2025-08-14Bump CURRENT_CORE_ABI_VERSION for GetFilePathInProjectAlexander Khosrowshahi
2025-08-14Expose GetFilePathInProject API for context menuAlexander Khosrowshahi
2025-08-01Add LogForException APIs to pass stack trace information separate from the me...Rusty Wagner
2025-07-29add inverted character constant integer display typeJordan Wiens
2025-07-29Add support for declarative downstream dependencies to workflow system.Brian Potchik
2025-07-22Fix memory leak when querying FWN relationshipsBrandon Miller
2025-07-15Finish guided analysis feature and add unit tests.Brian Potchik
2025-07-15Add the ability to limit the number of results in the cross reference APIsRusty Wagner
2025-07-15Add API to get all type references at the same time to avoid duplicating workRusty Wagner
2025-07-15Expose analysis' system call type and name retrievalMason Reed
2025-07-15Move LLIL instruction retrieval into the LLIL function where it belongsMason Reed
2025-07-12Add support for unbacked memory regions directly in the memory map.Brian Potchik
2025-07-10UI improvements for managing Guided Analysis mode.Brian Potchik
2025-07-09Update current abi version for get system cache directoryAlexander Khosrowshahi
2025-07-09Add get_system_cache_directory and GetSystemCacheDirectory to APIAlexander Khosrowshahi
2025-07-08Add wrapping support for long inline string annotationsAlexander Khosrowshahi
2025-07-08Various improvements for guided disassembly mode.Brian Potchik