Quantcast
Channel: 睿论坛 - 最新话题
Browsing all 5731 articles
Browse latest View live

Theos make时遇到一个奇怪的问题

@shixngbang wrote: 按照书上的教程一步步走下来的(theos的来源不一样,因为书上给的源里vender里没东西..)配好了makefile,写好了tweak之后,maketerminal里输出的信息都挺正常的,然而得到的obj文件夹里并没有dylib文件,只有一个空的debug文件夹,有大神能提示一下吗。。 Posts: 4 Participants: 3 Read full...

View Article


Image may be NSFW.
Clik here to view.

关于书上修改音频通话方式的问题

@sherlockLGC wrote: 还是一如既往地写tweak,make package install成功,但是打开设置看了还是没有默认切换到Speaker,请问我姿势又哪里不对了 Pasted image940x345 56.6 KB Posts: 1 Participants: 1 Read full topic

View Article


简要探讨创业——关于快递服务的一点思考

@formylove_wmy wrote: 事情的起因是这样的,本人急于自主创业,在加入了几个QQ群以后,发现经常有做广告的,于是对其中一个关于快递单录入的群比较感兴趣。发现目前绝大多数快递单还是寄件人手写,然后快递公司自己人工录入或者外包,由此引发我几点思考: 一、外包产生的信息安全隐患:寄件人个人信息泄露,QQ群无法保证业务人员的诚信问题;...

View Article

写的dylib获取IDFA每次都不一样,被另外一个dylib hook了,求助

@xiaogu wrote: 各路大神,本人小白。求助~是这样的,我在别人的APP里加上一个自己写的dylib,其中用了IDFA获取的代码是:[[[ASIdentifierManager sharedManager] advertisingIdentifier] UUIDString]] 但是 只要APP删除重装 获取到的 IDFA就会变,经检查 是IPA包里的一个dylib造成的。...

View Article

Image may be NSFW.
Clik here to view.

我输入make编译报的错误,求助

@fanguoyi wrote: C3E1EFA9-16AE-478C-A742-61D5806789FE.png1146x157 36.9 KB Posts: 6 Participants: 2 Read full topic

View Article


求助:APSettingsController 与 APNetworksController为什么hook不上?

@TndB wrote: iOS Setting Wi-Fi 控制器为APNetworksController进入当前连接Wi-Fi的详情后控制器为APSettingsController。在tweak创建时:[iphone/tweak] MobileSubstrate Bundle filter [com.apple.springboard]:...

View Article

Image may be NSFW.
Clik here to view.

【新手求助】Theos make 无dylib文件

@weiliang.soon wrote: ldid dpkg-deb 已经添加,并设置权限libsubstrate.dylib 已经添加,用的最新的theos 求教,谢谢 附makefile ARCHS = armv7 arm64TARGET = iphone:latest:7.0 include $(THEOS)/makefiles/common.mk TWEAK_NAME =...

View Article

【小疑问】关于thoes make package install 所安装到的手机路径

@weiliang.soon wrote: thoes make package install ,会安装到我的手机上 请问1、所安装到的路径具体是哪里呢?/var/root/Media/Cydia/AutoInstall里面没有2、( setCustomSubtitleText:(id)arg1 withColor:(id)Arg2...

View Article


App添加一些entitlements后,无法安装在越狱机器

@iosdiy wrote: App添加一些entitlements后,无法安装在越狱机器,提示 “The executable was signed with invalid entitlements.” Posts: 4 Participants: 3 Read full topic

View Article


iOS 8.1上使用vm_allocate分配内存失败

@chengyang wrote: rt,我尝试在iOS 8.1上运行这样一段代码来分配一段内存: vm_address_t addr= 0; vm_address_t buf; vm_size_t read_size, bufsiz = 0xc00; kret = vm_allocate(mach_task_self(), &buf, bufsiz, VM_PROT_READ |...

View Article

淘宝app class-dump不出头文件

@iceiPhone wrote: 淘宝app class-dump不出头文件,请问是做了什么防护吗?ice$ class-dump --arch armv7 /Users/ice/Desktop/破解/app/淘宝/Taobao4iPhone.decrypted -H -o /Users/ice/Desktop/破解/app/淘宝/Header/2016-08-03 14:45:46.452...

View Article

Image may be NSFW.
Clik here to view.

用什么方法可以把[设置]隐藏

@ch4r0n wrote: 如图,把这个东西隐藏,给个思路呀 Posts: 13 Participants: 6 Read full topic

View Article

狗神 SMSNinja源码中的短信拦截

@chen wrote: @snakeninny 狗神 我照着你的源码中 做IOS8.3的短信拦截 %group SNIncomingMessageHook_5_6_7_8%hook IMDServiceSession- (void)didReceiveMessage:(id)message forChat:(NSString *)arg2 style:(unsigned char)arg3 //...

View Article


Image may be NSFW.
Clik here to view.

【求助】关于usbmuxd lldb debugserver 连接手机,调试

@weiliang.soon wrote:  请问 1,书本上的usbmuxd 在没有wifi的情况下,是指手机没有wifi吗,还是电脑,还是两者都不能有2. 在 br s -a 0xAff60 之后,按手机的 home键,控制台没有任何输出,是为什么呢 (0x13F60 + 0x9c000 = 0xaff60 )3, (lldb) image list -o -f...

View Article

ssh到手机的时候提示ssh: connect to host 192.168.1.66 port 22: Host is down

@TTKD wrote: 看到书本介绍debugserver的章节的时候想跟着做,ssh到手机的时候就提示ssh: connect to host 192.168.1.66 port 22: Host is down了,请问该怎么解决这个问题呢 Posts: 3 Participants: 2 Read full topic

View Article


yololib动态库注入后 闪退

@qin_king wrote: 我把一个ipa砸壳以后,自己写了一个简单的动态库进行注入,然后用命令行重新打包生成ipa包,通过pp助手可以安装到越狱的机子上,但是打开就会闪退(没有对动态库和可执行文件重签名)。想问一下闪退是不是由于没有签名造成的,新手对这块的内容不太熟悉,还望各位大神不吝赐教,小弟拜谢了! Posts: 4 Participants: 2 Read full topic

View Article

陌生人社交的风口是不是在公益的场景上,大家给点板砖

@haozi wrote: 大家好!早上读到地主的创业文章被指引到这里,抛个砖看能不能找到个同道中人。...

View Article


ida的springboard分享

@susnmos wrote: 这个arm64下的springboard中没有relaunchspringboard这个函数吗?我网上下载的32位的能搜到这个函数 Posts: 1 Participants: 1 Read full topic

View Article

手机qq的抢红包分析讲解文章,谁有推荐的文章。。。

@11131 wrote: 微信的抢红包插件可以截获左右的信息,QQ的呢?如何实现?有没有相关的分析文章? Posts: 1 Participants: 1 Read full topic

View Article

dyld_decache提取二进制文件

@susnmos wrote: 有个疑问,同一部手机,刷机前后提取的二进制文件一样吗? Posts: 6 Participants: 3 Read full topic

View Article
Browsing all 5731 articles
Browse latest View live