jmpews / Dobby

a lightweight, multi-platform, multi-architecture hook framework.
Apache License 2.0
3.98k stars 822 forks source link

编译失败,提示“ZzInstrument”找不到 #57

Closed weixingdeng closed 4 years ago

weixingdeng commented 5 years ago

Undefined symbols for architecture arm64: "_ZzInstrument", referenced from: ____main in ViewController.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

编译出来的libhookzz.dylib,放IDA里面看也没有ZzInstrument这个方法,麻烦问下是使用的原因吗。。

weixingdeng commented 5 years ago

已解决。

geekonion commented 5 years ago

已解决。

也遇到了这个问题,不知道怎么解决,求指点。

weixingdeng commented 5 years ago

已解决。

也遇到了这个问题,不知道怎么解决,求指点。

Make文件里面有开关,打开重新生成好像就可以了

geekonion commented 5 years ago

@weixingdeng 谢谢。

stoneJu commented 4 years ago

已解决。

也遇到了这个问题,不知道怎么解决,求指点。

Make文件里面有开关,打开重新生成好像就可以了

求助,我还是没找到是哪个开关

stoneJu commented 4 years ago

已解决。

也遇到了这个问题,不知道怎么解决,求指点。

Make文件里面有开关,打开重新生成好像就可以了

找到了