新手问题,Xcode正常开发的App可以打包成.deb吗?
@haiyangHiya wrote: 按照网上利用引导App来获取root权限的做法来打deb包,安装的时候报错,信息如下: 屏幕快照 2016-09-07 上午11.44.52.png904x600 387 KB Posts: 7 Participants: 2 Read full topic
View Article强制类型转换总是报错怎么整啊
@lower_dk wrote: int pAddress = 0x31c3f31; int* addressValue = (int*)pAddress; 报错:Tweak.xm:346:25: error: cast to 'int *' from smaller integer type 'int' [-Werror,-Wint-to-pointer-cast] int*...
View Article第一个Alert示例,正常启动不显示Alert
@MotoSc wrote: 第一个示例,安装成功了,但是手机重启后还是正常的开机了。论坛翻遍了,好多办法都试过了,还是不显示alert。求各位大神帮助帮助。PS:机型iPhone6 iOS9.3 Makefile: THEOS_DEVICE_IP = 192.168.31.204 ARCHS = armv7 arm64 armv7s TARGET = iphone:latest:7.0...
View Article如何点击alertview上的按钮??
@saultong wrote: 并且根本没有找到alertview或者alertcontroller!! 求指教! WechatIMG13.jpeg1242x2208 59.6 KB WechatIMG14.jpeg944x1178 62.9 KB Posts: 5 Participants: 2 Read full topic
View ArticleClass dump, dump 出微信的头文件,请问这些头文件的用途是?
@YaoYouGuang wrote: 这些头文件的用途是查找微信函数,还有呢?开发微信相关越狱插件需要将这些头文件放入Tweak工程中吗? Posts: 6 Participants: 2 Read full topic
View Article微信“按住 说话”改成“一键 录音”
@itx wrote: 工具 cycript iResign Xcode 分析前 ssh 连接到越狱的手机 cycript -p WeChat 找到聊天界面所在的viewController 以及内存地址 打印App的rootViewController //通过keyWindow获取rootViewController,0x15ceb31b0是rootcontroller对象的内存地址 cy#...
View Article关于logify生成tweak.xm的问题
@GFG wrote: 网上有篇文章,http://www.cnblogs.com/bugly/p/5652542.html具体说明了微信抢红包的步骤以及每一步分析,其中用BaseMsgContentViewController.h此文件生成相应的Tweak.xm文件,但是我执行/opt/theos/bin/logify.pl BaseMsgContentViewController.h...
View ArticleTheos开发微信插件做自动回复,hook微信新消息函数,收到新消息时,微信闪退。
@YaoYouGuang wrote: Makefile export THEOS = /opt/theosexport THEOS_DEVICE_IP = 192.168.1.106export ARCHS = armv7 arm64export TARGET = iPhone:latest:8.0include $(THEOS)/makefiles/common.mk TWEAK_NAME =...
View Article新人问问题,为什么class-dump不能复制到user/bin目录下呢?
@zizu wrote: 新人问问题,为什么class-dump不能复制到user/bin目录下呢? 屏幕快照 2016-09-08 23.52.40.png589x653 61.8 KB Posts: 2 Participants: 2 Read full topic
View ArticleIos9 “hello world" demo problem!
@guozeming wrote: code: %hook SpringBoard-(void)applicationDidFinishLaunching: (id)application { %orig; UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Hello, Tweak!" message:nil...
View Article/var/log/syslog: Permission denied
@llxyls wrote: 为什么会这样 Posts: 7 Participants: 2 Read full topic
View ArticleSyslog该如何查询?
@MotoSc wrote: syslog是在iPhone的/var/log/syslog这个路径么?我的iPhone中并没有这个。请问各位有查询syslog的资料么? Posts: 4 Participants: 2 Read full topic
View ArticleIphone/application空项目闪退
@MotoSc wrote: 实例二,按照书上的代码闪退,正常写一样闪退。。机型iPhone6 iOS9.3.2 Posts: 4 Participants: 1 Read full topic
View Article使用Logify跟踪函数调用时转换Tweak失败
@mfh313 wrote: import "NSObject.h" @interface BaseParser : NSObject{ id _layoutDelegate; unsigned long long _parserType;} (id)newInstance; (id)sharedInstance; (void).cxx_destruct;...
View Article求助!用IDA分析执行文件,里面有个bswap32这样的C函数,非系统函数,执行文件也无
@znn wrote: v12 = bswap32(v11); 用IDA分析执行文件,分析到一个C函数,C函数的伪代码中有如上这句话,这个bswap32没有在执行文件中找到,也不是系统自带的函数,那么这个函数我应该从哪方面入手找到它呢?有可能是该app引入了第三方库?那么我该在哪里找这个库呢? Posts: 2 Participants: 2 Read full topic
View Article我给微信红包的textfield赋值就会崩
@zzx79189917 wrote: 下面是代码 Pasted image728x303 25.9 KB 这个settext方法是可以的 我用cycript是可以成功赋值的 新手求解决! Posts: 2 Participants: 2 Read full topic
View Article在目录下找不到Foundation的可执行文件
@lanvsblue wrote: 按照书上的路径:"/System/Library/Frameworks/Foundation.framework/Foundation",但是在Foundation.framework中并没有名为"Foundation"的可执行文件。请问"Foundation"二进制文件真正的路径应该在哪里呢? Posts: 2 Participants: 2 Read...
View ArticleiOS9.3.2 iPhone6 MSHookFunction无效
@MotoSc wrote: 做示例2symbol中查到了对应函数名的地址,调用MSHookFunction之后,打印的内容还是之前的内容。 Posts: 7 Participants: 2 Read full topic
View ArticleTheos 使用make 命令编译的时候提示framework not found,怎么破,求解答
@hpzeorzero wrote: 我在自己的theos项目中,使用高德地图的sdk,我把SDK都放在跟Tweak.xm一样的目录下了,但是在make的时候就出现下面的错误:hp-MacBook-Pro:wechatplugin hp$ makeMaking all for tweak WeChatPlugin... Linking tweak WeChatPlugin...ld:...
View Article关于第二版205页
@Kratos28 wrote: 关于第二版205页将代码存成名为main.m ,用clang -arch armv7 -isysroot xcrun --sdk iphoneos --show-sdk-path -framework Foundation -o MainBinary main.m编译它成MainBinary二进制文件.然后将MainBinary二进制文件放到手机的/var目录下,...
View Article