非官方微信客户端检测机制是什么
@loufq wrote: 如果是bundleid,如何伪造请求的bundleid?直接hook nsbundle的获取id的方法程序直接闪退,本地同样安装了微信,苹果可能会直接检测是否有相同bundleid被注册。或者是否是同一个发布证书的。 Posts: 1 Participants: 1 Read full topic
View Article动态库调试问题
@Qway wrote: 各位大神,问一个有关动态库调试的问题,用iosOpenDev写的动态库有没有办法用XCode直接调试,就像做正常开发那样,可以在动态库中打断点或者在控制台查看log输出什么的? Posts: 4 Participants: 2 Read full topic
View Article微信的BundleID,有人知道吗?之前弄出来过,后来忘了。
@YaoYouGuang wrote: theos hook 微信 要用到。准备做自动回复,hook微信的新消息函数。 Posts: 5 Participants: 2 Read full topic
View Article9.3.3下使用theos 和 iosopnedev hook从appStore上下载的应用,均hook不到?
@TangAwesome wrote: 9.3.3系统下hook从appStore下载的应用不成功。SpringBoard和自己写的app均能hook到。 Posts: 1 Participants: 1 Read full topic
View ArticleiOS app有自己的加壳方式吗?求指教。。。
@gjzw wrote: 公司做金融类app,为了防止别人逆向,想找一种方式可以增大逆向的难度,尝试过代码混淆,不过即使混淆过后,代码还是有一定的可读性,有更好的办法吗,比如模仿appstore的加壳 Posts: 1 Participants: 1 Read full topic
View Article编写tweak可以导入第三方.h.m文件吗?想扩展个rsa加密方法
@jlcool wrote: 如题编写tweak可以导入第三方.h.m文件吗?想扩展个rsa加密方法最终目的是在别人程序里实现个注册码功能,正确后才可以使用功能,谢谢。 Posts: 3 Participants: 2 Read full topic
View Article使用iOSOpenDev时运行报错
@zzx79189917 wrote: Command /bin/sh failed with exit code 255请问这是个什么原因啊 Posts: 1 Participants: 1 Read full topic
View ArticleOpenssh问题
@Silent wrote: 运行语句ssh root@192.168.108.105报错ssh: connect to host 192.168.108.105 port 22: Operation timed out hefuchengdeMBP:~ hefucheng$ ssh -vvv root@192.168.108.105OpenSSH_6.9p1, LibreSSL...
View ArticleWhen you come acorss when debugging a block in LLDB, how to locate the block
@snakeninny wrote: I don't know what's under the hood at the moment, please just follow the example below. If you're curious, figure it out yourself and post a topic explaining the principles, thanks....
View Article非hook 读取进程类成员
@yemu123 wrote: 不是hook 有没办法直接跨进程内存地址读取类成员的值~ Posts: 9 Participants: 3 Read full topic
View Article论坛搜索不好用,建议在搜索引擎里用site:iosre.com xxx
@jlcool wrote: 这样可以搜索到更多东西 Posts: 1 Participants: 1 Read full topic
View Articlerootapp的UI的问题
@xiaofeng176 wrote: 请教一下各位大神,如何查看ROOTAPP的UI层次结构,cycript注入rootapp失败。谢谢 Posts: 1 Participants: 1 Read full topic
View ArticleLLDB setting to little endian byte order in disassemble command
@NickIN wrote: Question: How to set lldb setting to little endian byte order in disassemble command My Target : armv7 (iOS 7.1.2)lldb version : lldb-330.0.48 Already tried : settings set...
View Article如何实现单击home键后,app不在后台管理里展示?
@wingbywings wrote: 我记得iProtect+有这个功能,但是没有思路是如何实现的。 Posts: 2 Participants: 2 Read full topic
View Article学习 IOSOpenDev 发现好多方法不能使用,求解
@Ethan wrote: 最近在学习使用 IOSOpenDev 创建动态库,做了个Demo。运行安装后打印出来的结果 componentsSeparatedByString 方法却没有运行。求大神指教 Posts: 1 Participants: 1 Read full topic
View Article砸壳问题,新人求解
@Silent wrote: DISCLAIMER: This tool is only meant for security research purposes, not for application crackers. [+] detected 32bit ARM binary in memory.[-] This mach-o file is not encrypted. Nothing...
View Article怎么去class-dump系统UIKit库
@hong1 wrote: 1.一运行就会报错 2./Users/zhanghong/Library/Developer/Xcode/iOS DeviceSupport/8.3 (12F70)/Symbols/System/Library/Frameworks/UIKit.framework我在这个路径下面找的对吗? Posts: 2 Participants: 2 Read full topic
View ArticleSshpass 编译
@root007 wrote: cydia里有一个sshpass1.04的版本,不过貌似iOS7系统以上用不了,所以想自己编译一下。编译MacOS平台的倒是没有问题,iOS平台编译的方法搜索了好久都没有找到方法。希望有高人能告诉我一下,谢谢了。源代码地址 https://sourceforge.net/projects/sshpass/files/sshpass/ Posts: 1...
View Article