Tutorial [iOS] Hook on jailed [iSH]

Undefined symbols for architecture arm64:
"__Z4hookPPvS0_i", referenced from:
__Z4initv in ImGuiDrawView.mm.2cd55216.o
ld: symbol(s) not found for architecture arm64
clang-11: error: linker command failed with exit code 1 (use -v to see invocation) get this error can anyone help me
 
Undefined symbols for architecture arm64:
"__Z4hookPPvS0_i", referenced from:
__Z4initv in ImGuiDrawView.mm.2cd55216.o
ld: symbol(s) not found for architecture arm64
clang-11: error: linker command failed with exit code 1 (use -v to see invocation) get this error can anyone help me
hook.h
C:
#ifdef __cplusplus
extern "C" {
#endif

    bool hook(void *o[], void *n[], int c);

#ifdef __cplusplus
}
#endif
 
Back
Top Bottom