How to change mach-o's architecture from 'arm7' to 'arm64'
You can run armv7 binaries on arm64 machines; they're backward compatible.
View ArticleiOS app有自己的加壳方式吗?求指教。。。
公司做金融类app,为了防止别人逆向,想找一种方式可以增大逆向的难度,尝试过代码混淆,不过即使混淆过后,代码还是有一定的可读性,有更好的办法吗,比如模仿appstore的加壳
View Article微信的BundleID,有人知道吗?之前弄出来过,后来忘了。
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View Article微信的BundleID,有人知道吗?之前弄出来过,后来忘了。
iTunes 下载微信.ipa ,改.zip解压出WeChat.app 右键显示包内容。找到info.plist ,里面就有bundleID
View Article编写tweak可以导入第三方.h.m文件吗?想扩展个rsa加密方法
如题编写tweak可以导入第三方.h.m文件吗?想扩展个rsa加密方法最终目的是在别人程序里实现个注册码功能,正确后才可以使用功能,谢谢。
View ArticleHow to change mach-o's architecture from 'arm7' to 'arm64'
Dear Naville, Thank you for your reply. I got the idea to translate, but I found it is a little hard to combine the two engines to target the job. Do I need to read the sources more carefully and...
View ArticleHow to change mach-o's architecture from 'arm7' to 'arm64'
Yep. It's so hard and time-consuming that there are no publicly available tools for now, afaik. It's gonna take you ridiculous amount of time to achieve this. So why don't you just use armv7 on arm64...
View Article