diff options
| author | Glenn Smith <glenn@vector35.com> | 2025-02-12 17:06:31 -0500 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2025-02-13 13:51:54 -0500 |
| commit | 5365728462076834832090072788972585260876 (patch) | |
| tree | 488624f36cc3c3da2bb2acb14cf76a9e39918619 /view/sharedcache/api/sharedcachecore.h | |
| parent | 1925885513166893508719453618249182735388 (diff) | |
[SharedCache] Use StringRef for performance
Diffstat (limited to 'view/sharedcache/api/sharedcachecore.h')
| -rw-r--r-- | view/sharedcache/api/sharedcachecore.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/sharedcache/api/sharedcachecore.h b/view/sharedcache/api/sharedcachecore.h index 155f39de..c2e1c7bd 100644 --- a/view/sharedcache/api/sharedcachecore.h +++ b/view/sharedcache/api/sharedcachecore.h @@ -66,6 +66,7 @@ extern "C" typedef struct BNBinaryView BNBinaryView; typedef struct BNSharedCache BNSharedCache; + typedef struct BNStringRef BNStringRef; typedef struct BNDSCImageMemoryMapping { char* filePath; @@ -109,7 +110,7 @@ extern "C" typedef struct BNDSCSymbolRep { uint64_t address; - char* name; + BNStringRef* name; char* image; } BNDSCSymbolRep; |
