diff options
| author | KyleMiles <krm504@nyu.edu> | 2021-05-03 18:45:59 -0400 |
|---|---|---|
| committer | KyleMiles <krm504@nyu.edu> | 2021-05-11 16:53:24 -0400 |
| commit | 4bd1f6b1477b910b580a0bcfcde118bcefc1ddc0 (patch) | |
| tree | b8e18454053a22c3f97645c6c52a0e6b0bc6a4e3 /rust/binaryninjacore-sys/linkhack | |
| parent | eb7a52bf4bd3b19c22f2eadda444ab045c674fe3 (diff) | |
Easier Building with Rust (now requires nightly)
Diffstat (limited to 'rust/binaryninjacore-sys/linkhack')
| -rw-r--r-- | rust/binaryninjacore-sys/linkhack/linkhack.c | 20 |
1 files changed, 0 insertions, 20 deletions
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() {} |
