From de5fdb36657a8a2ac500e4d924870c052c2941f7 Mon Sep 17 00:00:00 2001 From: kat Date: Thu, 27 Jun 2024 12:45:20 -0400 Subject: Add iOS Platforms. Add Mach-O Typelib support --- view/macho/machoview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/macho/machoview.h') diff --git a/view/macho/machoview.h b/view/macho/machoview.h index 4bf37ef0..6a5e80ae 100644 --- a/view/macho/machoview.h +++ b/view/macho/machoview.h @@ -1285,7 +1285,7 @@ namespace BinaryNinja std::vector symbolStubSections; std::vector symbolPointerSections; - std::vector dylibs; + std::vector> dylibs; build_version_command buildVersion; std::vector buildToolVersions; -- cgit v1.3.1