summaryrefslogtreecommitdiff
path: root/view/sharedcache/core/MachOProcessor.h
diff options
context:
space:
mode:
Diffstat (limited to 'view/sharedcache/core/MachOProcessor.h')
-rw-r--r--view/sharedcache/core/MachOProcessor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/sharedcache/core/MachOProcessor.h b/view/sharedcache/core/MachOProcessor.h
index 4b014f4e..86772c99 100644
--- a/view/sharedcache/core/MachOProcessor.h
+++ b/view/sharedcache/core/MachOProcessor.h
@@ -21,4 +21,6 @@ public:
uint64_t ApplyHeaderSections(SharedCacheMachOHeader& header);
void ApplyHeaderDataVariables(SharedCacheMachOHeader& header);
+
+ void ApplyUnmappedLocalSymbols(const SharedCache& cache, const SharedCacheMachOHeader& header, BinaryNinja::Ref<BinaryNinja::TypeLibrary> typeLib);
};