summaryrefslogtreecommitdiff
path: root/view/sharedcache/api/sharedcacheapi.h
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2025-04-03 13:00:47 -0400
committerMason Reed <mason@vector35.com>2025-04-03 13:00:47 -0400
commit578c5e77a60957a4d04eaac000679de3e5534e7b (patch)
tree8353c7e6c4be46b9b0781fd72f82d6f4cca2c634 /view/sharedcache/api/sharedcacheapi.h
parent254fd7b1f48c0e79889e4c786c7e507e7ac2e067 (diff)
[SharedCache] Identify unloaded symbols that are called in standard functions
Fixes https://github.com/Vector35/binaryninja-api/issues/6550
Diffstat (limited to 'view/sharedcache/api/sharedcacheapi.h')
-rw-r--r--view/sharedcache/api/sharedcacheapi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/sharedcache/api/sharedcacheapi.h b/view/sharedcache/api/sharedcacheapi.h
index ee49140e..db5eeefc 100644
--- a/view/sharedcache/api/sharedcacheapi.h
+++ b/view/sharedcache/api/sharedcacheapi.h
@@ -287,6 +287,8 @@ namespace SharedCacheAPI {
BNSymbolType type;
uint64_t address;
std::string name;
+
+ BinaryNinja::Ref<BinaryNinja::Symbol> GetBNSymbol(BinaryNinja::BinaryView& view) const;
};
std::string GetSymbolTypeAsString(const BNSymbolType& type);