Does insert dylib support arm architecture? For example, m1? Why did my injection fail?
lw404-ai opened this issue · 3 comments
lw404-ai commented
Does insert dylib support arm architecture? For example, m1? Why did my injection fail?
Install failed: Execute command: codesign --remove-sign /Applications/WeChat.app/Contents/MacOS/WeChat failed: {
NSAppleScriptErrorAppName = "wechattweak-cli";
Run with --help for more information.";-sign is required
Run with --help for more information."; is required
NSAppleScriptErrorNumber = 106;
NSAppleScriptErrorRange = "NSRange: {0, 87}";
}
lw404-ai commented
Https://github.com/aik002/insert_dylib
Is this project helpful?
lw404-ai commented
OK, I found a solution. You can manually use insert_dylib to inject your plug-in successfully, and then use the software signature to run successfully.
lw404-ai commented
Thanks