$ dpkg -l | grep appsync ii com.angelxwind.appsyncunified 110.0 iphoneos-arm Check hook injection:
| Daemon | Process Name | Function Patched | |--------|--------------|------------------| | installd | /usr/libexec/installd | MIInstall::verifySignature | | mobile_installation_proxy | mobile_installation_proxy | validateSignature | The .dylib overrides the return value of signature verification functions: appsync unified deb file
// Pseudocode of patch bool verifySignature(const char* ipa_path) // Original: call MIGetSignatureStatus() // Patched: always return 0 (success) return 0; // kMISuccess $ dpkg -l | grep appsync ii com