summaryrefslogtreecommitdiff
path: root/view/macho/machoview.h
diff options
context:
space:
mode:
authorkat <kat@vector35.com>2024-06-27 12:45:20 -0400
committerkat <kat@vector35.com>2024-06-27 12:45:20 -0400
commitde5fdb36657a8a2ac500e4d924870c052c2941f7 (patch)
tree43c14db7a2a8ab8603cb5e61a993d81f4021a275 /view/macho/machoview.h
parent015bb4fa79d01a1e2d4887cba96d150c7e1dd3bb (diff)
Add iOS Platforms. Add Mach-O Typelib support
Diffstat (limited to 'view/macho/machoview.h')
-rw-r--r--view/macho/machoview.h2
1 files changed, 1 insertions, 1 deletions
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<section_64> symbolStubSections;
std::vector<section_64> symbolPointerSections;
- std::vector<std::string> dylibs;
+ std::vector<std::pair<std::string, std::string>> dylibs;
build_version_command buildVersion;
std::vector<build_tool_version> buildToolVersions;