Tweak 编译问题: libfakeroot.dylib: mach-o, but wrong architecture
@hawk3 wrote: 需求: tweak 编译问题,求助**代码: 只用nic.pl新建了一个默认tweak, 什么都没改操作步骤: make package 会报错: dyld: could not load inserted library '/usr/local/Cellar/fakeroot/1.22/lib/libfakeroot.dylib' because no...
View Article请问有人用过%property吗
@zizhouwang wrote: 我这么写不行,总是编译报错求大佬帮忙 Posts: 1 Participants: 1 Read full topic
View ArticleiOS逆向实战 – QQ 自动抢红包功能实现
@imooogo wrote: 0x01 准备本文以 QQ 6.5.9 For iOS, ARMv7 Arch为例,实现1对1聊天类型自动抢红包的功能,其他红包功能均未测试。本文所使用的软件: IDARevealSSHLLDBTheos本文所使用的硬件: iPhone5RMBP0x02 分析调用逻辑首先通过UI找线索使用Reveal或者Xcode查看红包在聊天界面的视图结构(图1) 图1:...
View ArticleHttp://iosre2.rssing.com/chan-58670222/latest.php 这个网站是什么鬼,为什么盗我的帖子
@wylf wrote: http://iosre2.rssing.com/chan-58670222/latest.php 这个网站是什么鬼,为什么盗我的帖子 Posts: 2 Participants: 2 Read full topic
View Article一般来说,一个app的头文件特别多,你们该怎么逆向某个功能呢?
@albus123456 wrote: 比如吧,像微信这样的app,头文件都有几百上千个,这么多个头文件,到底哪个文件是我们想逆向的功能所在的文件呢?你们有什么快捷的方法吗? Posts: 1 Participants: 1 Read full topic
View ArticleTweak.xm文件过长,可以拆分成几个文件吗?
@deegar wrote: Tweak.xm文件过长,不太好管理,可以拆分成几个文件吗?如何拆?求大神指点 Posts: 3 Participants: 2 Read full topic
View Article关于微信验证登录的疑问
@CCbird wrote: 改了bundle id 前两个前缀 com.xxx.wechat 也就是xxx里面的内容完全不一样 安装了五六个微信分身结果全部不用验证就可以直接登录之前在这儿设备验证过的一个号码 Posts: 7 Participants: 2 Read full topic
View ArticleXcode更新后(更新了ios11sdk),tweak make报错了。。。
@liuxucau wrote: 今天上午更新了一下xcode到最新,貌似更新了ios11的sdk,结果发现电脑中所有的tweak项目make时都报错了,心塞,对ios 逆向了解不多,搞不定了。。。求大神指点,下面是报错日志: GongFangdeMac:yizhifutweak gongfang$ makeMaking all for tweak yiZhiFuTweak......
View ArticleDeb怎么安装后变成app那样啊
@Mr.Z wrote: 看到一些插件 比如ig这样的,安装后会变成app那样,有大神知道咋做的么 Posts: 2 Participants: 2 Read full topic
View Article修复应用弹窗是什么原理?
@iosre007 wrote: 爱思助手的这个功能好神奇啊,是什么原理呢? image.png1000x720 190 KB https://d-image.i4.cn/i4web/image//upload/20161229/1482998131373097672.png Posts: 7 Participants: 3 Read full topic
View Article关于logify.pl报错的问题!!
@jzbb99 wrote: 报错如下:Can't open ~/Desktop/xxxxxxxxxxxx.h: No such file or directory at /opt/theos/bin/logify.pl line 23.弄了几天了,不知道啥原因? Posts: 2 Participants: 2 Read full topic
View Articledebugserver为什么一直在Listening to port 1234 for a connection from *
@bianhao0903 wrote: 按照大神书上的教程以及论坛 里更新的教程 安装及调试lldb及debugserver 总是停留在listening to port 1234 for a connection from *..... 不是几分钟...
View Article求助:tweak工程编译错误
@mboy1987 wrote: 需求:用theos创建工程并打包 操作步骤:我安装了theos、ldid,用theos创建了工程,也下载了dpkg-deb和libsubstrate.dylib,但是make时始终过不去报错信息 图片.png1130x138 18.6 KB Makefile里内容ARCHS = armv7 arm64TARGET = iphone:latest:8.0...
View Article有关tweak hook的问题
@poooooooooooooi wrote: 1.jpg2052x1946 426 KB 2.jpg2910x536 519 KB 就打出了一个log,可能是MSHookFunction我想hook的地方如下图,hook其返回值。 3.jpg3838x2326 1.1 MB...
View ArticleNo matching process were found
@zyings wrote: 新手试写tweak,用了monkeydev 的logos tweak,用的是微信做实验,bundles里填的是com.tencent.xin,编译安装之后报killall -9 com.tencent.xin no matching process were found,如图,求解...
View Article有人玩过通过Tweak把百度地图集成到目标APP里面吗,小弟开始已经成功,现在总是报“地图所需资源文件不完整,请根据开发指南正确添加mapapi.bund...
@wylf wrote: 通过iOSOpenDev把百度地图hook进目标程序,开始已经完美的显示地图界面,而上午突然间地图界面就是一片空白了,在百度开发者平台设置的安全码绝对和目标APP 的 Bundle Identifier 一致。主要这个tweak刚装进去的是可以显示地图界面,只温存了两天,今天上午就不显示了 21506439568_.pic.jpg442x664 6.74 KB 而且报警告...
View Article想WeChat注入自己的Tweak后,进入app一会儿后,请各位大师帮忙指教,谢谢
@755929377 wrote: Sep 27 09:54:27 koukokyaku ReportCrash(CrashReporterSupport)[1577] : Notice: This report is abbreviated for syslog inclusion because it could not be saved to disk.Symbolication may...
View ArticleMSHook的原理是这样写的吗
@leaveMeAlone wrote: void MyHookMessageEx(Class aClass ,SEL oldSEL ,IMP imp1 ,IMP* imp2){ Method oldMethod = class_getInstanceMethod(aClass, oldSEL); *imp2 = method_getImplementation(oldMethod);...
View Article越狱 ios9.1 不明情况下,自带应用全部不显示包括Cydia
@Leo-80 wrote: 越狱 ios9.1 不明情况下,自带应用全部不显示包括Cydia ,但原来自主装的App都在哪位知道这种情况如何恢复 Posts: 1 Participants: 1 Read full topic
View ArticleiOS9 Root APP 连接VPN 连接不上
@Alan_xz wrote: iOS9 Root APP 连接VPN 连接不上第一次 连接跳转苹果VPN设置 回来的时候没反应 之后每次都是保存VPN设置失败 但是在系统的VPN显示确实是保存成功了 而且还能连接 就是在APP中不能连接 ,每次都会弹出是否Would Like to Add VPN Configurations,这是什么原因呢 ?附系统日志: Sep 28 11:25:37...
View Article