summaryrefslogtreecommitdiff
path: root/view
AgeCommit message (Expand)Author
2025-04-02[SharedCache] Don't crash if we have a different metadata versionMason Reed
2025-04-02[SharedCache] Warn when loading BNDB with different shared cache metadata ver...Mason Reed
2025-03-28belated copyright year updateJordan Wiens
2025-03-28Fix initial navigation to DSCTriage viewPeter LaFosse
2025-03-19[KernelCache] Improvements to triage view; Fix double-click double-load issue...kat
2025-03-19Disable MH_FILESET parsing in Mach-O viewkat
2025-03-19Add iOS/macOS MH_FILESET KernelCache View and loader.kat
2025-03-19Add Kernel64 pointer format generickat
2025-03-18Fix loading .gnu_debugdata when loading an ELF with non-zero baseJosh Ferrell
2025-03-18[SharedCache] Limit sections being added in `SharedCache::InitializeHeader` t...WeiN76LQh
2025-03-18dyld_shared_cache: Resolve issue where Cache info tables were mistakenly edit...kat
2025-03-18MachO/ObjC: Avoid generating names containing non-printable charsDaniel Roethlisberger
2025-03-18[SharedCache] Improvements to triage view; Fix double-click double-load issue...kat
2025-03-18Documentation and type hints for sharedcache.py, properly import binaryninja....kat
2025-03-18[SharedCache] Resolve x86_64h binaries not being recognizedkat
2025-03-07Allow PE view endianness to be overridden to BEBrandon Miller
2025-03-04Use robust check for MIPS architecture when generating the lazy bind resolver...Brian Potchik
2025-03-03Perform fixups for MIPS local GOT slots using synthetic relocation entries.Brian Potchik
2025-03-03Correctly perform fixups for MIPS32 local symbols using synthetic relocation ...Brian Potchik
2025-02-28[SharedCache] Fix symbol view navigation away from DSCTriage into Linear/Graphkat
2025-02-26[SharedCache] Add the ability to install the plugin using CMakeWeiN76LQh
2025-02-26[SharedCache] Fix loading DSC BNDB from a local project crashingGlenn Smith
2025-02-24Implement Rust MemoryMapMason Reed
2025-02-19[SharedCache] Don't capture `this` within lambda passed to MMappedFileAccesso...Mark Rowe
2025-02-18[SharedCache] Fix un-updated symbols listMason Reed
2025-02-17[SharedCache] Fix building on windows due to unresolved extern symbolsMason Reed
2025-02-17[SharedCache] Remove using namespace statement from headersMason Reed
2025-02-17Don't fully initialize when in parseOnly modePeter LaFosse
2025-02-17[SharedCache] Split out symbol processing into own functionMason Reed
2025-02-17[SharedCache] Define BackingCacheTypeWeiN76LQh
2025-02-17[SharedCache] Remove serialization of "unsigned long" in favor of uintX_tGlenn Smith
2025-02-17Fix assert on deserialize routines_command_64Glenn Smith
2025-02-17[SharedCache] Split state into initial, loaded, and modifiedMark Rowe
2025-02-13Add licensing check for Rust codeMason Reed
2025-02-13[SharedCache] Use StringRef for performanceGlenn Smith
2025-02-13Remove bintxt.Brian Potchik
2025-02-12[SharedCache] Remove designator initializationMason Reed
2025-02-12[SharedCache] Don't pretty-print the metadataGlenn Smith
2025-02-12[SharedCache] Fix crash when trying to deserialize a `routines_command_64` wh...Mason Reed
2025-02-12[SharedCache] Fix misc compiler warningsMason Reed
2025-02-12[SharedCache] Fix designator order for fieldsMason Reed
2025-02-12[SharedCache] Always initialize logger firstMason Reed
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-10[SharedCache] Optimizations regarding stl container usage in SharedCache.cppkat