diff options
| author | kat <kat@vector35.com> | 2025-06-06 12:48:09 -0400 |
|---|---|---|
| committer | kat <kat@vector35.com> | 2025-06-06 12:48:09 -0400 |
| commit | 380b645519c41b2ec48877145c5db63c40cb224d (patch) | |
| tree | b2551fbfb97b9f794cd620c47f2ce2e477fb078f /view/sharedcache/core/ObjC.h | |
| parent | ddc3075e265aee39ad5b74836d2d452bdeea630c (diff) | |
Objective-C Processor: Remove vestigial code tracking whether view was backed by a database
Diffstat (limited to 'view/sharedcache/core/ObjC.h')
| -rw-r--r-- | view/sharedcache/core/ObjC.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/sharedcache/core/ObjC.h b/view/sharedcache/core/ObjC.h index f44323d6..a30b9de4 100644 --- a/view/sharedcache/core/ObjC.h +++ b/view/sharedcache/core/ObjC.h @@ -69,7 +69,7 @@ namespace DSCObjC { BinaryNinja::Ref<BinaryNinja::Section> GetSectionWithName(const char *sectionName) override; public: - SharedCacheObjCProcessor(BinaryNinja::BinaryView* data, bool isBackedByDatabase, uint64_t imageAddress); + SharedCacheObjCProcessor(BinaryNinja::BinaryView* data, uint64_t imageAddress); uint64_t GetObjCRelativeMethodBaseAddress(BinaryNinja::ObjCReader* reader) override; }; |
