summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-02-12[SharedCache] Appease formatting rulezMason Reed
2025-02-12[SharedCache] Fix performance when loading images from iOS 14 shared cachesMark Rowe
2025-02-12[SharedCache] Don't crash if we open a file with slide version 1Mason Reed
2025-02-12Add Symbol constructor for pre-allocated core namespaceMason Reed
2025-02-12[SharedCache] Rework how file accessors are handledMark Rowe
2025-02-12[SharedCache] Simplify MMappedFileAccessor::Read* methodsMark Rowe
2025-02-12[SharedCache] Make MetadataSerializable::Load staticMark Rowe
2025-02-12bugfix: ARM64: missing break in il.cpp's switchMaxime Meignan
2025-02-12Fix setter in FWN relationships Python APIBrandon Miller
2025-02-11Fix partial initialization of `DisassemblyTextLine`Mason Reed
2025-02-11Fix memory leak when calling `DataRenderer::GetLinesForData` or `DataRenderer...Mason Reed
2025-02-11Rust API misc formattingMason Reed
2025-02-11Fix FlowGraph::low_level_il crash in Rust APi with no LLIL function objectMason Reed
2025-02-11Do not load user or repo plugins by default when initializing a headless inst...Mason Reed
2025-02-11Fix Rust InstructionTextTokenKind not consulting the string token contextMason Reed
2025-02-11Add AsMut impl for Ref in Rust APIMason Reed
2025-02-11Truncate requested section names to 16 bytes when importing DWARF info from a...Josh Ferrell
2025-02-11Implement Snapshot::HasData()Glenn Smith
2025-02-11Add SplitTabWidget::setTabSizesGlenn Smith
2025-02-11Add typedef for ProgressFunction and add DefaultProgressFunctionGlenn Smith
2025-02-11Add LowLevelILOperation.LLIL_BOOL_TO_INT. Fix https://github.com/Vector35/bin...Xusheng
2025-02-10[mips] Merging PR https://github.com/Vector35/binaryninja-api/pull/6013: addi...Galen Williamson
2025-02-10Add API to get remote server build versionJosh Ferrell
2025-02-10Fix item indices getting desynced when moving nested items in project browserJosh Ferrell
2025-02-10[SharedCache] Optimizations regarding stl container usage in SharedCache.cppkat
2025-02-10Fix some issues regarding allocations within the sharedcache plugin FFIkat
2025-02-10[SharedCache] Make `m_exportInfos` map's values a `shared_ptr`WeiN76LQh
2025-02-10[SharedCache] Only setup undo actions and bulk modify in `SharedCache::FindSy...WeiN76LQh
2025-02-10[SharedCache] Improve the types for `m_exportInfos`WeiN76LQh
2025-02-10[SharedCache] Add parameter to `SharedCache::InitializeHeader` to check if `m...WeiN76LQh
2025-02-10[SharedCache] Use `m_exportInfos` as an export list cacheWeiN76LQh
2025-02-07Fix misc Rust example unused varMason Reed
2025-02-07Implement Rust BaseAddressDetectionRubens Brandao
2025-02-07Implement Rust DisassemblyTextRendererRubens Brandao
2025-02-07Implement Rust WebsocketProviderRubens Brandao
2025-02-07Fix incorrect casts in Rust RepositoryPluginMason Reed
2025-02-07Add server error to EnterpriseCheckoutError::RefreshExpiredLicenseFailedMason Reed
2025-02-07Move session registration for Rust headless initialization to be immediateMason Reed
2025-02-07Fix Rust LinearDisassemblyLine not freeing properlyMason Reed
2025-02-07Update types Rust test to check for type deletionMason Reed
2025-02-07Fix secrets_provider Rust tests failing for enterprise buildsMason Reed
2025-02-06Update Rust tests to respect image baseMason Reed
2025-02-06Fix BinaryReader and BinaryWriter not respecting image base in Rust APIMason Reed
2025-02-06Fix rust decompile exampleMason Reed
2025-02-06Misc rust API formattingMason Reed
2025-02-06Fix double ref increment for misc Repository C++ APIsMason Reed
2025-02-06Correctly quote the string in the Debug impl for BnStringMason Reed
2025-02-06Implement Rust RepositoryRubens Brandao
2025-02-06Implement Rust SecretsProviderRubens Brandao
2025-02-06Add ability to query IL functions in FlowGraph for Rust APIMason Reed