From 4bd1f6b1477b910b580a0bcfcde118bcefc1ddc0 Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Mon, 3 May 2021 18:45:59 -0400 Subject: Easier Building with Rust (now requires nightly) --- rust/binaryninjacore-sys/linkhack/linkhack.c | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 rust/binaryninjacore-sys/linkhack/linkhack.c (limited to 'rust/binaryninjacore-sys/linkhack/linkhack.c') diff --git a/rust/binaryninjacore-sys/linkhack/linkhack.c b/rust/binaryninjacore-sys/linkhack/linkhack.c deleted file mode 100644 index 6d4b3f37..00000000 --- a/rust/binaryninjacore-sys/linkhack/linkhack.c +++ /dev/null @@ -1,20 +0,0 @@ -// Have some overlap with likely-called functions so ld on -// linux doesn't skip linking liblinkhack -void BNLog() {} -void BNLogDebug() {} -void BNLogInfo() {} -void BNLogWarn() {} -void BNLogError() {} -void BNLogAlert() {} -void BNShutdown() {} -void BNNewViewReference() {} -void BNFreeBinaryView() {} -void BNInitCorePlugins() {} -void BNAllocString() {} -void BNFreeString() {} -void BNRegisterBinaryViewType() {} -void BNGetArchitectureList() {} -void BNNewFunctionReference() {} -void BNFreeFunction() {} -void BNGetFunctionBasicBlockList() {} -void BNRegisterArchitecture() {} -- cgit v1.3.1