Loading...
testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces/foo2.cpp
dyld-1066.10
⇄
dyld-940
--- dyld/dyld-1066.10/testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces/foo2.cpp
+++ dyld/dyld-940/testing/kernel-cache-tests/auxkc-pageablekc-vtable-patching-namespaces/foo2.cpp
@@ -1,18 +1,3 @@
-
-
-#include "../kmod.h"
-
-__attribute__((visibility(("hidden"))))
-int startKext() {
- return 0;
-}
-
-__attribute__((visibility(("hidden"))))
-int endKext() {
- return 0;
-}
-
-KMOD_EXPLICIT_DECL(com.apple.foo2, "1.0.0", (void*)startKext, (void*)endKext)
#include "foo2.h"