index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
view
/
sharedcache
/
core
/
SharedCacheView.cpp
Age
Commit message (
Expand
)
Author
2026-05-27
Pull lambdas out into separate functions.
Alexander Taylor
2026-05-27
Better handling for shared cache files in projects.
Alexander Taylor
2026-05-27
Improve UX when loading shared cache.
Alexander Taylor
2026-03-30
[DSC] Process Objective-C metadata when loading view from .bndb
Mark Rowe
2026-02-24
[DSC] Simplify file mapping to fix intermittent unrelocated pointers
Mark Rowe
2025-12-20
Fix many of the warnings that show up when compiling with GCC 15.2
Mark Rowe
2025-11-26
[DSC] Place synthetic sections after the cache's address range
Mark Rowe
2025-10-14
Fix issue #7247
WeiN76LQh
2025-08-13
[DSC] Add support for DriverKit shared caches
Mark Rowe
2025-07-28
Improve and migrate to fmt logging functions in Mach-O/KernelCache/SharedCache
kat
2025-05-30
Misc shared cache improvements
Mason Reed
2025-05-06
[SharedCache] Add activities to core.function.metaAnalysis rather than a new ...
Mark Rowe
2025-05-03
[SharedCache] Avoid reading header fields outside of the bounds of the header
Daniel Roethlisberger
2025-04-28
[SharedCache] Support loading iOS shared caches older than 11
Mason Reed
2025-04-14
[SharedCache] Evict file accessors from the global file accessor cache on fil...
Mason Reed
2025-04-14
[SharedCache] Fix overzealous alert about missing shared cache entries
Mason Reed
2025-04-14
[SharedCache] Allow project databases to be stored in a separate folder
Mason Reed
2025-04-14
[SharedCache] Improve the gathering of cache entries in view init
Mason Reed
2025-04-14
[SharedCache] Misc cleanup
Mason Reed
2025-04-10
[SharedCache] Fix building on some toolchains
Mason Reed
2025-04-10
[SharedCache] Make the shared cache file lookup more straightforward
Mason Reed
2025-04-08
[SharedCache] Fix older BNDBs not updating workflow to use new workflow name
Mason Reed
2025-04-07
[SharedCache] Respect workflow override on shared cache databases
Mason Reed
2025-04-07
[SharedCache] Don't process shared cache when view is not file backed
Mason Reed
2025-04-07
[SharedCache] Allow the user to select the original shared cache file on disk
Mason Reed
2025-04-06
[SharedCache] Replace write log with callback registration for reapplying sli...
Mason Reed
2025-04-06
[SharedCache] Add a named symbol map
Mason Reed
2025-04-03
[SharedCache] Log the time it takes to load initial images in the view
Mason Reed
2025-04-02
[SharedCache] Misc formatting
Mason Reed
2025-04-02
[SharedCache] Consistent logger naming and misc changes
Mason Reed
2025-04-02
[SharedCache] Fix some bugs
Mason Reed
2025-04-02
[SharedCache] Refactor Shared Cache
Mason Reed