dexload icon indicating copy to clipboard operation
dexload copied to clipboard

编译arm64-v8a 时报如下错误,请问如何解决。

Open tonnycose opened this issue 8 years ago • 0 comments

编译arm64-v8a 时报如下错误,请问如何解决。 [arm64-v8a] Compile++ : dload <= Hook.cpp jni/Hook.cpp:25:11: error: use of undeclared identifier 'GodinHook' int res= GodinHook::NativeHook::registeredHook((size_t)addr, (size_t)new_func, (size_t **)old_func); ^ jni/Hook.cpp:41:2: error: use of undeclared identifier 'GodinHook' GodinHook::NativeHook::registeredHook((size_t)addr, (size_t)new_func, (size_t **)old_func); ^ jni/Hook.cpp:50:2: error: use of undeclared identifier 'GodinHook' GodinHook::NativeHook::registeredHook((size_t)addr, (size_t)new_func, (size_t **)old_func); ^ 3 errors generated. make: *** [obj/local/arm64-v8a/objs/dload/Hook.o] Error 1

tonnycose avatar Aug 31 '17 09:08 tonnycose