diff options
| author | kat <kat@vector35.com> | 2024-06-27 12:45:20 -0400 |
|---|---|---|
| committer | kat <kat@vector35.com> | 2024-06-27 12:45:20 -0400 |
| commit | de5fdb36657a8a2ac500e4d924870c052c2941f7 (patch) | |
| tree | 43c14db7a2a8ab8603cb5e61a993d81f4021a275 /view/macho/machoview.h | |
| parent | 015bb4fa79d01a1e2d4887cba96d150c7e1dd3bb (diff) | |
Add iOS Platforms. Add Mach-O Typelib support
Diffstat (limited to 'view/macho/machoview.h')
| -rw-r--r-- | view/macho/machoview.h | 2 |
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; |
