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 /platform | |
| parent | e610029c1425fdb791b3570a4397dffcad420111 (diff) | |
Ultimate.
Diffstat (limited to 'platform')
| -rw-r--r-- | platform/decree/platform_decree.cpp | 4 | ||||
| -rw-r--r-- | platform/efi/platform_efi.cpp | 4 | ||||
| -rw-r--r-- | platform/freebsd/platform_freebsd.cpp | 4 | ||||
| -rw-r--r-- | platform/linux/platform_linux.cpp | 4 | ||||
| -rw-r--r-- | platform/mac/platform_mac.cpp | 4 | ||||
| -rw-r--r-- | platform/windows-kernel/platform_windows_kernel.cpp | 4 | ||||
| -rw-r--r-- | platform/windows/platform_windows.cpp | 4 |
7 files changed, 14 insertions, 14 deletions
diff --git a/platform/decree/platform_decree.cpp b/platform/decree/platform_decree.cpp index a0eb2b32..4d26566c 100644 --- a/platform/decree/platform_decree.cpp +++ b/platform/decree/platform_decree.cpp @@ -37,7 +37,7 @@ extern "C" { BN_DECLARE_CORE_ABI_VERSION -#ifndef DEMO_VERSION +#ifndef DEMO_EDITION BINARYNINJAPLUGIN void CorePluginDependencies() { AddOptionalPluginDependency("arch_x86"); @@ -45,7 +45,7 @@ extern "C" } #endif -#ifdef DEMO_VERSION +#ifdef DEMO_EDITION bool DecreePluginInit() #else BINARYNINJAPLUGIN bool CorePluginInit() diff --git a/platform/efi/platform_efi.cpp b/platform/efi/platform_efi.cpp index beee259f..eb743b96 100644 --- a/platform/efi/platform_efi.cpp +++ b/platform/efi/platform_efi.cpp @@ -245,7 +245,7 @@ extern "C" { BN_DECLARE_CORE_ABI_VERSION -#ifndef DEMO_VERSION +#ifndef DEMO_EDITION BINARYNINJAPLUGIN void CorePluginDependencies() { AddOptionalPluginDependency("arch_x86"); @@ -255,7 +255,7 @@ extern "C" } #endif -#ifdef DEMO_VERSION +#ifdef DEMO_EDITION bool EFIPluginInit() #else BINARYNINJAPLUGIN bool CorePluginInit() diff --git a/platform/freebsd/platform_freebsd.cpp b/platform/freebsd/platform_freebsd.cpp index fd936a55..8aa28f7f 100644 --- a/platform/freebsd/platform_freebsd.cpp +++ b/platform/freebsd/platform_freebsd.cpp @@ -90,7 +90,7 @@ extern "C" { BN_DECLARE_CORE_ABI_VERSION -#ifndef DEMO_VERSION +#ifndef DEMO_EDITION BINARYNINJAPLUGIN void CorePluginDependencies() { AddOptionalPluginDependency("arch_x86"); @@ -100,7 +100,7 @@ extern "C" } #endif -#ifdef DEMO_VERSION +#ifdef DEMO_EDITION bool FreeBSDPluginInit() #else BINARYNINJAPLUGIN bool CorePluginInit() diff --git a/platform/linux/platform_linux.cpp b/platform/linux/platform_linux.cpp index 683912d5..9a57c430 100644 --- a/platform/linux/platform_linux.cpp +++ b/platform/linux/platform_linux.cpp @@ -231,7 +231,7 @@ extern "C" { BN_DECLARE_CORE_ABI_VERSION -#ifndef DEMO_VERSION +#ifndef DEMO_EDITION BINARYNINJAPLUGIN void CorePluginDependencies() { AddOptionalPluginDependency("arch_x86"); @@ -245,7 +245,7 @@ extern "C" } #endif -#ifdef DEMO_VERSION +#ifdef DEMO_EDITION bool LinuxPluginInit() #else BINARYNINJAPLUGIN bool CorePluginInit() diff --git a/platform/mac/platform_mac.cpp b/platform/mac/platform_mac.cpp index c922dd18..6c2adf7a 100644 --- a/platform/mac/platform_mac.cpp +++ b/platform/mac/platform_mac.cpp @@ -267,7 +267,7 @@ extern "C" { BN_DECLARE_CORE_ABI_VERSION -#ifndef DEMO_VERSION +#ifndef DEMO_EDITION BINARYNINJAPLUGIN void CorePluginDependencies() { AddOptionalPluginDependency("arch_x86"); @@ -277,7 +277,7 @@ extern "C" } #endif -#ifdef DEMO_VERSION +#ifdef DEMO_EDITION bool MacPluginInit() #else BINARYNINJAPLUGIN bool CorePluginInit() diff --git a/platform/windows-kernel/platform_windows_kernel.cpp b/platform/windows-kernel/platform_windows_kernel.cpp index 637da1fd..da303f9f 100644 --- a/platform/windows-kernel/platform_windows_kernel.cpp +++ b/platform/windows-kernel/platform_windows_kernel.cpp @@ -134,7 +134,7 @@ extern "C" { BN_DECLARE_CORE_ABI_VERSION -#ifndef DEMO_VERSION +#ifndef DEMO_EDITION BINARYNINJAPLUGIN void CorePluginDependencies() { AddOptionalPluginDependency("arch_x86"); @@ -143,7 +143,7 @@ extern "C" } #endif -#ifdef DEMO_VERSION +#ifdef DEMO_EDITION bool WindowsKernelPluginInit() #else BINARYNINJAPLUGIN bool CorePluginInit() diff --git a/platform/windows/platform_windows.cpp b/platform/windows/platform_windows.cpp index eee88417..0c33bbee 100644 --- a/platform/windows/platform_windows.cpp +++ b/platform/windows/platform_windows.cpp @@ -595,7 +595,7 @@ extern "C" { BN_DECLARE_CORE_ABI_VERSION -#ifndef DEMO_VERSION +#ifndef DEMO_EDITION BINARYNINJAPLUGIN void CorePluginDependencies() { AddOptionalPluginDependency("arch_x86"); @@ -605,7 +605,7 @@ extern "C" } #endif -#ifdef DEMO_VERSION +#ifdef DEMO_EDITION bool WindowsPluginInit() #else BINARYNINJAPLUGIN bool CorePluginInit() |
