diff options
| author | Alexander Taylor <alex@vector35.com> | 2024-09-03 17:19:13 -0400 |
|---|---|---|
| committer | Alexander Taylor <alex@vector35.com> | 2024-09-13 10:52:48 -0400 |
| commit | 590b594850ccd15b9e2cb2b0e8f3050d782647b3 (patch) | |
| tree | 7d204faf40705c4f99918ecb7fca901dae0282c1 /view/macho/machoview.cpp | |
| parent | e610029c1425fdb791b3570a4397dffcad420111 (diff) | |
Ultimate.
Diffstat (limited to 'view/macho/machoview.cpp')
| -rw-r--r-- | view/macho/machoview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/macho/machoview.cpp b/view/macho/machoview.cpp index 9d854f7b..4859d73d 100644 --- a/view/macho/machoview.cpp +++ b/view/macho/machoview.cpp @@ -1767,7 +1767,7 @@ bool MachoView::InitializeHeader(MachOHeader& header, bool isMainHeader, uint64_ string archName = UniversalViewType::ArchitectureToString(m_archId, 0, is64Bit); if (!archName.empty()) { - #ifdef DEMO_VERSION + #ifdef DEMO_EDITION if ((archName == "arm64") /* MACHO_CPU_TYPE_ARM64 */ || (archName == "arm64v8") || (archName == "arm64e") @@ -3961,7 +3961,7 @@ extern "C" { BN_DECLARE_CORE_ABI_VERSION -#ifdef DEMO_VERSION +#ifdef DEMO_EDITION bool MachoPluginInit() #else BINARYNINJAPLUGIN bool CorePluginInit() |
