-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
inject thin 32bit binary failed! #3
Comments
@lidee92805 it works,thx |
你遇到了什么错误?这一句是很常见的,肯定没有错误。你有用ObjC的编译器吗? |
哦,抱歉,你不能直接从Xcode执行,必须从DerriviedData夺取应用,./yololib <原版应用> <插入dylib> |
I have the same Problem with FGY631298068 |
你好,用这个命令注入添加动态库,只要ipa包只有32位指令,注入成功后,打包安装后,启动必然闪退,这个怎么解决 |
你有把ipa从新签署吗?
Get Outlook for iOS
On Tue, Feb 14, 2017 at 11:05 AM +0800, "lzj0718" <[email protected]> wrote:
你好,用这个命令注入添加动态库,只要ipa包只有32位指令,注入成功后,打包必然闪退,这个怎么解决
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
有重新签署 |
把ipa上传吧,我会看一下
Get Outlook for iOS
On Tue, Feb 14, 2017 at 2:00 PM +0800, "lzj0718" <[email protected]> wrote:
有重新签署
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
你好,附件的ipa就是32位指令的,只要注入一个动态库,签名安装后,就会闪退 |
好像大于10M,我邮箱发给你 |
你好,附件的ipa就是32位指令的,只要注入一个动态库,签名安装后,就会闪退 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In MH_MAGIC case, you call inject_dylib_64 method. When I injected thin 32bit binary always fail.
If I replace to inject_dylib method, it successed.
The text was updated successfully, but these errors were encountered: