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 /arch | |
| parent | e610029c1425fdb791b3570a4397dffcad420111 (diff) | |
Ultimate.
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm64/arch_arm64.cpp | 4 | ||||
| -rw-r--r-- | arch/armv7/arch_armv7.cpp | 4 | ||||
| -rw-r--r-- | arch/mips/arch_mips.cpp | 2 | ||||
| -rw-r--r-- | arch/powerpc/arch_ppc.cpp | 2 | ||||
| -rw-r--r-- | arch/x86/arch_x86.cpp | 4 |
5 files changed, 8 insertions, 8 deletions
diff --git a/arch/arm64/arch_arm64.cpp b/arch/arm64/arch_arm64.cpp index e46847fa..ee4c2ea9 100644 --- a/arch/arm64/arch_arm64.cpp +++ b/arch/arm64/arch_arm64.cpp @@ -3544,7 +3544,7 @@ extern "C" { BN_DECLARE_CORE_ABI_VERSION -#ifndef DEMO_VERSION +#ifndef DEMO_EDITION BINARYNINJAPLUGIN void CorePluginDependencies() { AddOptionalPluginDependency("view_elf"); @@ -3553,7 +3553,7 @@ extern "C" } #endif -#ifdef DEMO_VERSION +#ifdef DEMO_EDITION bool Arm64PluginInit() #else BINARYNINJAPLUGIN bool CorePluginInit() diff --git a/arch/armv7/arch_armv7.cpp b/arch/armv7/arch_armv7.cpp index 57ed3057..677abe39 100644 --- a/arch/armv7/arch_armv7.cpp +++ b/arch/armv7/arch_armv7.cpp @@ -3229,7 +3229,7 @@ extern "C" { BN_DECLARE_CORE_ABI_VERSION -#ifndef DEMO_VERSION +#ifndef DEMO_EDITION BINARYNINJAPLUGIN void CorePluginDependencies() { AddOptionalPluginDependency("view_elf"); @@ -3238,7 +3238,7 @@ extern "C" } #endif -#ifdef DEMO_VERSION +#ifdef DEMO_EDITION bool ARMv7PluginInit() #else BINARYNINJAPLUGIN bool CorePluginInit() diff --git a/arch/mips/arch_mips.cpp b/arch/mips/arch_mips.cpp index 286ae6de..938facde 100644 --- a/arch/mips/arch_mips.cpp +++ b/arch/mips/arch_mips.cpp @@ -3226,7 +3226,7 @@ extern "C" { BN_DECLARE_CORE_ABI_VERSION -#ifndef DEMO_VERSION +#ifndef DEMO_EDITION BINARYNINJAPLUGIN void CorePluginDependencies() { AddOptionalPluginDependency("view_elf"); diff --git a/arch/powerpc/arch_ppc.cpp b/arch/powerpc/arch_ppc.cpp index e44564c4..89cfa282 100644 --- a/arch/powerpc/arch_ppc.cpp +++ b/arch/powerpc/arch_ppc.cpp @@ -2456,7 +2456,7 @@ extern "C" { BN_DECLARE_CORE_ABI_VERSION -#ifndef DEMO_VERSION +#ifndef DEMO_EDITION BINARYNINJAPLUGIN void CorePluginDependencies() { AddOptionalPluginDependency("view_elf"); diff --git a/arch/x86/arch_x86.cpp b/arch/x86/arch_x86.cpp index a4bae9af..26e7cf27 100644 --- a/arch/x86/arch_x86.cpp +++ b/arch/x86/arch_x86.cpp @@ -4800,7 +4800,7 @@ extern "C" { BN_DECLARE_CORE_ABI_VERSION -#ifndef DEMO_VERSION +#ifndef DEMO_EDITION BINARYNINJAPLUGIN void CorePluginDependencies() { AddOptionalPluginDependency("view_elf"); @@ -4809,7 +4809,7 @@ extern "C" } #endif -#ifdef DEMO_VERSION +#ifdef DEMO_EDITION bool X86PluginInit() #else BINARYNINJAPLUGIN bool CorePluginInit() |
