小白求助 classdump 的问题 只生成了一个CDStructures.h
@xiongkousuidashi wrote: 首先这个app 是我自己打包生成 是为加密的 我的xcode 版本是Version 8.0 然后 生成一个 发布到appstore 的ipa包 otool -l Payload/reddream.app/reddream | grep cryptid 查看 输出的两个 架构 都是 0cryptid 0cryptid 0...
View Articleappstore下载100M限制能去掉么?
@byczd wrote: 最近移动赠送了4G流量,用不完,于是干啥都都用4G,才发现原来用4G流量下,appstore中下载app居然还有100M的限制!大于100M的app,不能用4G下载,于是想着怎么把这个限制绕过,比如下载app时,欺骗appstore还是在wifi状态?...大神们有什么好的思路,请不吝赐教!谢谢! Posts: 1 Participants: 1 Read full...
View Article请教一个动态库调用的问题、
@sixdragon wrote: 我现在有两个要注入程序的动态库,一个A,一个B。现在的想法是怎么在A中编写代码调用动态库B中的功能?因为A是用来Hook的,B只是提供了功能。。。。 Posts: 6 Participants: 3 Read full topic
View ArticleHopper 显示的问题
@DanielChan wrote: 鄙人刚入门请指教。 屏幕快照 2016-12-09 下午8.32.51.png2370x1410 761 KB 我看到书上以及论坛里的朋友显示的参数都是r开头(如r0 r1 r2 r3),为什么我这边显示的却是x?请赐教! Posts: 4 Participants: 4 Read full topic
View Article最近发现别人的软件里边有些会弹出一些激活码之类的,这些好像是被人为的加进去的,什么原理呢?
@1515835306 wrote: 最近发现别人的软件里边有些会弹出一些激活码之类的,这些好像是被人为的加进去的,什么原理呢? Posts: 1 Participants: 1 Read full topic
View ArticleFrida简介(安装)
@OSG-PEDIY wrote: Frida简介(安装) 原文链接:http://www.frida.re/docs/home/ 原文作者:Rotlogix 译者:lockdown(看雪ID:小调调) 编辑:凌迟 Frida简介(安装)-看雪安全论坛 Installation Frida从安装到配置只需要几分钟,如果你曾经遇到过比较蛋疼的问题,请提交Issues(或Pull...
View Article升级到10.12系统Homebrew安装 出现问题
@Qway wrote: 为了适配适配ios10把电脑系统升级到了10.12系统,目前电脑上装了两个XCode,一个7.2.1的一个8.1的,现在在终端使用Homebrew出问题了,在终端输入brew doctor 报出如下图警告,是因为Xocde 的版本问题还是10.12系统文件的读写权限改变了呢,在不更新XCode的前提下怎么解决呢?请教各位大神 屏幕快照 2016-12-01...
View Article[MobileNotes] Error: unrecognized selector nextResponder sent to object...
@whydbg wrote: 按照书上的方法,想在 Notes 的标题处实时显示长度但是报错了,如下图所示,求大神指导 Screen Shot 2016-12-11 at 8.35.21 PM.png1914x674 192 KB Posts: 5 Participants: 3 Read full topic
View Article为什么用Reveal看不到微信的视图层级,这是加了什么保护
@DavidMind wrote: 微信版本是6.3.31版本,有人遇到这种情况吗?其它的app,比如淘宝和京豆都可以。 Posts: 4 Participants: 3 Read full topic
View Article请指教动态库加密方法
@cbangchen wrote: @NavilleZhang 请指教动态库加密,拒绝hopper和ida的方法 Posts: 2 Participants: 2 Read full topic
View Article求普及,怎么实现类似ifile安装本地deb功能?
@jackche2006 wrote: 我自己做了一个deb,想实现安装本地deb(通过网络下载到指定位置的deb),然后再自动重启手机。求大神普及怎么实现 Posts: 2 Participants: 2 Read full topic
View Article想要用MobileInstallationUninstallForLaunchServices( )删除app
@MuMuTian wrote: 系统log中提示 Process faker (pid 2237) is required to have an entitlement named "com.apple.private.mobileinstall.allowedSPI" with an array containing "UninstallForLaunchServices" to call...
View Article使用debugserver + lldb 出现的问题
@wanghe wrote: 为什么我在使用Debugserver 调试的时候,可以debug 系统应用SpringBoard,如图 屏幕快照 2016-12-12 下午5.05.17.png1326x208 91.7 KB 但是在调试其他应用,比如微信的时候却不行呢? 如图: 屏幕快照 2016-12-12 下午5.05.34.png1232x206 63.7 KB 谢谢!! Posts: 2...
View ArticleAPP逆向分析之钉钉抢红包插件的实现-iOS篇
@yohunl wrote: 花费了很多天的原创文章,转载请注明出处https://yohunl.com/ding-ding-qiang-hong-bao-cha-jian-iospian/ ,谢谢!...
View Article一个dispatch_after 的block 问题求助
@zhuzhu wrote: r7 = sp + 0xc; sp = sp - 0x1c; r10 = [arg2 retain]; r8 = [arg3 retain]; if (r10 != 0x0) { r6 = [[r10 pEffectObject] retain]; r0 = [r6 mStrKey]; r5 = [r0 retain]; r4 = [r5...
View Article关于Reveal调试其他应用无法捕捉UIAlertView的问题
@wanghe wrote: 如题,为什么Reveal调试的时候无法显示UIAlertView 弹出的视图?有人知道这是为什么吗?怎么办?谢谢!! Posts: 1 Participants: 1 Read full topic
View ArticleGoogle Maps如何加密的,无法分析
@Kenxin wrote: Google map砸壳儿后没有任何提示,获得了decrypted的二进制。但是放到Hopper里分析后,50多M,好大的说。。。几乎全是sub_xxx这样的函数,无从分析,而且Hopper也提示 [warning] the file is ciphered. 怎么继续呢,求教。 Posts: 3 Participants: 2 Read full topic
View Article我們不用很麻煩很累就可以起標題
@NavilleZhang wrote: http://info.lookout.com/rs/051-ESQ-475/images/lookout-pegasus-technical-analysis.pdf https://github.com/angelXwind/Trident Posts: 1 Participants: 1 Read full topic
View ArticleOS X/iOS磁盘镜像子系统UAF漏洞分析
@OSG-PEDIY wrote: 在没有获得引用的情况下,IOHDXIControllerUserClient在+0x1f8地址通过IOServiceOpen存储了一个任务结构指针。 通过kill这个任务,我们可以释放这个指针,从而为用户端留下一个挂起指针。通过调用CreateDrive64外部方法,我们可以得到这个指针,这个方法将会试图读取和利用这块已被释放的任务结构的内存区域。...
View Article