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

Image may be NSFW.
Clik here to view.

砸壳成功后将.decrypted文件导出到mac发现路径不正确

@fuxiang wrote: 屏幕快照 2017-01-09 12.25.03 PM.png1506x476 76.4 KB 屏幕快照 2017-01-09 12.30.50 PM.png1144x280 41.8 KB 请问怎么查看这个文件的路径呢 Posts: 1 Participants: 1 Read full topic

View Article


Image may be NSFW.
Clik here to view.

重签名工具,简单解决重签名来回折腾,微信改不了名字的问题

@xiakj wrote: github.com codesourse/iInjection Contribute to iInjection development by creating an account on GitHub. 1111.jpg640x1136 64.9 KB 3333.jpg640x1136 42.3 KB Posts: 1 Participants: 1 Read...

View Article


Theos写的project怎么执行http下载功能

@byczd wrote: xcode里写的app,我添加了App Transport Security Settings就可以执行http下载,请问用theos写的project,这项属性要怎么添加进app里面?现在在theos写的app里面执行http下载,会显示:App Transport Security has blocked a cleartext HTTP (http://)...

View Article

Theos打包问题

@mengyecheng wrote: 创建了一个 [2.] iphone/application_modern 工程 , 输入make package 出现如下提示 make: *** No rule to make target `package'. Stop. 求解 Posts: 1 Participants: 1 Read full topic

View Article

Image may be NSFW.
Clik here to view.

Framework not found AppSupport

@tlee wrote: 在使用rocket bootstrap的时候,按照http://iphonedevwiki.net/index.php/RocketBootstrap使用,需要导入appsupport私有库文件失败.这是makefile文件 Posts: 2 Participants: 1 Read full topic

View Article


如何获取推送信息 push notification

@codososo wrote: 我本来以为在notification center 可以获取到所有的信息但是我hook了以后发现应该不是一回事。所以请问有研究过得吗 应该hook那些。或者有资料吗 Posts: 1 Participants: 1 Read full topic

View Article

Flipboard FLEX loader无法使用?

@tlee wrote: 在cydia中下载clipboard flex loader,在设置中勾选app,打开我勾选的app并没有弹出toolbar工具栏.系统是iOS7.按照帖子自己编译的lib也无法使用. Posts: 1 Participants: 1 Read full topic

View Article

请考虑回滚论坛设计

@NavilleZhang wrote: 现在的首页分屏显示太傻*了字数补丁补丁补丁 Posts: 4 Participants: 3 Read full topic

View Article


launchd中虚拟磁盘挂载尺寸分配问题导致UAF

@OSG-PEDIY wrote: 2016年 八月二十二日 星期一 launchd进程在0x10000420D(10.11.6)处的function自动生成MIG代码, msgh_id 437是由其解析而来。...

View Article


关于最近论坛图片不能显示的说明

@snakeninny wrote: 貌似是七牛的CDN采用了https,需要我来配置证书,周中还没有时间弄,周末弄一下!大家可以先采取信任目前证书的方式显示图片,谢谢! Posts: 1 Participants: 1 Read full topic

View Article

一个正向问题

@NavilleZhang wrote: Github有Fo我的人大概知道我最近在折腾macOS的壁纸引擎。那么问题来了。如何控制任意NSWindow/NSView的刷新率来节省能耗。 Posts: 1 Participants: 1 Read full topic

View Article

Image may be NSFW.
Clik here to view.

Hook函数内部地址

@111110 wrote: 在没有能力自己写cydia hook 框架的情况下,想实现在某个函数任意地址(目标12字节+)hook,怎么办呢。下面分享个小玩具,可以实现在函数中部hook。 步骤1:首先找到你要hook那条语句地址,比如0x493B12 步骤2:创建2个函数其中$warp函数是构造好的函数。...

View Article

Image may be NSFW.
Clik here to view.

PSA: 可以在可执行文件中嵌入Info.plist

@NavilleZhang wrote: 折腾自己的项目要用这个去研究了下 806C8E40-32C9-4A2E-9B41-0186C2D9AA2B.jpeg1278x670 69.6 KB 用法什么的自由发挥: )比如设置Daemon的ATS过滤规则啥的 For CLI Developers: -sectcreate __TEXT __info_plist /PATH/TO/Info.plist...

View Article


去掉腾讯视频啰嗦广告

@xiakj wrote: 废话不多说直接上代码 CHOptimizedMethod(0, self, KKAdsViewController*, KKAdsViewController, init){ KKAdsViewController *adsVC = CHSuper(0, KKAdsViewController, init);...

View Article

分享腾讯rofl

@NavilleZhang wrote: https://www.zhihu.com/question/54654250真是什么公司有什么样的人,什么样的人写什么代码。贵司的产品都是狗屎。手机QQ最近那个悄悄话功能我怀疑贵司产品经理幼儿园毕业了吗 Posts: 2 Participants: 1 Read full topic

View Article


如何Hook SpringBoard实现自动解锁

@yecoco wrote: ios9.3下应该Hook哪个类来实现自动解锁无密码的锁屏?尝试过Hook SBLockScreenView 使用scrollToPage 的方法来让锁屏界面scroll到第一页,但是好像不行。。。。。求大神赐教 Posts: 1 Participants: 1 Read full topic

View Article

Cycript 如何调试 Root App

@codernet wrote: Cycript 如何调试 Root App??? dylib 的注入,通过狗神的一篇文件是可以注入!!以及另一边文章有说到: 1.可执行文件被setuid或setgid了;2.可执行文件含有RESTRICT/restrict这个section;3.可执行文件被签了某个entitlements。 论坛有解决办法,只说了第二种,我要调试的app 是采用第一种的方式!...

View Article


Hopper 修改字符串如何添加?

@qingda wrote: 看了网上的这个帖子,http://www.cnblogs.com/jailbreaker/p/4183954.html 可以修改字符串. 如果要修改的目标字符串比 原来的短, 用 00 补位,那么如果我要修改的字符串比原来的长要怎么添加?? Posts: 5 Participants: 2 Read full topic

View Article

Theos 命令行程序出错Refusing client without bundle identifier (/usr/bin/mic1)

@dxy wrote: Jan 15 17:46:16 iPhone tccd[296] : Refusing client without bundle identifier (/usr/bin/mic1)Jan 15 17:46:16 iPhone tccd[296] : Refusing client without bundle identifier (/usr/bin/mic1)...

View Article

自动点击一个带参数的按钮,实现逻辑应该是怎么样的

@shawn wrote: 想了半天没想出来,有木有大神指点下,,, Posts: 4 Participants: 3 Read full topic

View Article
Browsing all 5702 articles
Browse latest View live