Current location - Quotes Website - Signature design - After injecting into the dynamic library, the packaged ipa flashback ends.
After injecting into the dynamic library, the packaged ipa flashback ends.
Made a dynamic library and put it in ipa file.

install _ name _ tool-change/Library/framework/CydiaSubstrate . framework/CydiaSubstrate @ loader _ path/lib substrate . dylib QQ angel . dylib

? /Users/joe/Desktop/ reverse installation package/tool for injecting dylib into macho/yollibqq? qqAngel.dylib

After re-signing, install it on your mobile phone, and click Open Flashback.

Exception type: EXC crash (SIGABRT)

Exception code: 0x0000000000000000, 0x0000000000000000.

Exception description:? EXC _ corpse _ notice

Description: DYLD, Unloaded library: @ executable _ path/frameworks/libsubstrate.dylib | quoted from:/var/containers/bundle/application/0a5d0588-5a5b-4f59-b3d8-0a416163b460/qq. ? Found it: | /usr/lib/libsubstrate.dylib: The file system sandbox blocked stat ().

Triggered by thread:? 0

The evil library was not loaded, and no suitable image was found.

Pay attention to @ executable _ path/frameworks/libsubstrate.dylib. I wrote @ loader _ path/libsubstrate.dylib. Could this be the reason?

Solved: just copy libsubstrate.dylib to/frameworks/libsubstrate.dylib.