summaryrefslogtreecommitdiff
path: root/view/sharedcache/core/SharedCache.h
diff options
context:
space:
mode:
authorWeiN76LQh <WeiN76LQh@github.com>2024-12-29 13:45:27 +0000
committerkat <kat@vector35.com>2025-01-08 15:09:07 -0500
commitfaac469f6fb026ebd91e6b93169046bdd2bae320 (patch)
tree9c3752aa3d1b1b4a4654e4a11e472e4e3ed8229e /view/sharedcache/core/SharedCache.h
parentb34393c33a82050dcb5e65d5fc7d36960c18e167 (diff)
[SharedCache] Fix uninitialized `loaded` field for mappings returned by `BNDSCViewGetAllImages`
Diffstat (limited to 'view/sharedcache/core/SharedCache.h')
-rw-r--r--view/sharedcache/core/SharedCache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/view/sharedcache/core/SharedCache.h b/view/sharedcache/core/SharedCache.h
index 8fa98c05..3a521894 100644
--- a/view/sharedcache/core/SharedCache.h
+++ b/view/sharedcache/core/SharedCache.h
@@ -581,6 +581,7 @@ namespace SharedCacheCore {
std::vector<std::string> GetAvailableImages();
std::vector<MemoryRegion> GetMappedRegions() const;
+ bool IsMemoryMapped(uint64_t address);
std::vector<std::pair<std::string, Ref<Symbol>>> LoadAllSymbolsAndWait();