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

Image may be NSFW.
Clik here to view.

书中47页疑惑

@oppo wrote: ls -1 total 32 命令老是出错,不知道为什么,这个命令就是用不起` Posts: 1 Participants: 1 Read full topic

View Article


Image may be NSFW.
Clik here to view.

LLDB complete commands documentation

@NickIN wrote: Hi, Want to know does anyone have an link for all the commands help for "LLDB" debugger. It's required when we need to write any scriptso that we can study which all commands can be...

View Article


lldb+debugserver远程调试APP出现APP死掉的现象

@DYLD wrote: 我的设备环境:ios9.3.2(jailbreak)1、ssh自己的设备:The authenticity of host '169.254.18.59 (169.254.18.59)' can't be established.RSA key fingerprint is...

View Article

我想说qq群有个别管理员真有点哪啥了

@daojianmahun wrote: 已经不知道为什么被踢出来三回了!我只能说:呵呵! Posts: 5 Participants: 2 Read full topic

View Article

竟然被关!呵呵!我觉的删了更好

@daojianmahun wrote: 竟然被关!呵呵!我觉的删了更好 就这种做事方法!只能说果然牛人。 Posts: 1 Participants: 1 Read full topic

View Article


讲一下道理

@puga2006 wrote: 已经讨论过了,广告口令红包不管发与收都是对群有很大的”负面影响“。"发红包的人“可以凭借不知道真假的“发错群”的理由留在群里。”收红包的人“不能凭借不知道真假的”没细看“的理由留在群里。...

View Article

Image may be NSFW.
Clik here to view.

群内下午大规模清理的起因&后续

@NavilleZhang wrote: 1.png1848x1214 157 KB 2.png1758x1232 138 KB 3.png1788x1232 144 KB 38DC9398-0C50-4304-8E39-907CA3C8E6DE.png1758x1204 151 KB C314645D-6527-444A-A837-FEFFD88EFBFE.png1798x1228 140 KB...

View Article

Image may be NSFW.
Clik here to view.

Hopper disassembler 怎么搜索地址

@DYLD wrote: 我用hopper 打开了一个二进制文件。待hopper分析完成后,我想在在hopper中搜索地址。 在hopper的左边 Labels 或者 Strings 中 输入我要查找的地址后,并没有找到。 我用 command + F搜索, 也没有找到呢。 然后我就选取了 hopper分析出来的一个地址搜索,也没有找到,这个就比较苦恼了~ 敢问:...

View Article


Reveal2 Loader

@NavilleZhang wrote: https://github.com/Naville/Reveal2Loader Who fucking cares Posts: 1 Participants: 1 Read full topic

View Article


debugsever在Safe mode下几乎都可以attach成功,是什么原因呢?

@shiliangcn wrote: 目前几乎所有应用都有反动态调试保护。看了狗神大神破解高德的文章,的确牛逼!但本小白查资料发现只要在safe mode下就可以attach。试了几个游戏,没有进safe mode 都显示Segmentation fault: 11。但在safe mode下都可以正常 debug。但是safe...

View Article

= =问一下,dylib要怎么写呢?

@Null wrote: 手机没越狱,只能通过挂载dylib实现修改,然后问一下怎么写呢?模版是有了,我连定义参数都有了,其实就是参照flex2的补丁文件的。比如这个函数-(bool) isVipOrVipVisitor,没有参数值只有返回值,要怎么修改?还有我需要同时修改5个函数,不会要我同时输出5个dylib吧?同时输出俩个就有一个挂载不了了。 模版在这 import...

View Article

Image may be NSFW.
Clik here to view.

提供个思路呗~·

@DYLD wrote: 比如,现在要做一个tweak:关掉控制中心上的功能:将 AirDrop 在控制中心隐藏起来。 提供下思路呗。~~ Posts: 1 Participants: 1 Read full topic

View Article

请教一下怎么hook stringWithFormat这个方法

@xiaofeng176 wrote: 小弟最近学习,实验了一下Hook nsstring的stringWithFormat方法,代码如下: import %hook NSString +(id)stringWithFormat:(NSString *)format{ return %orig; //NSLog(@"%@",a); } %end特别简单,但是程序会闪退,看来一下错误内容,Sep...

View Article


请教一下,我这有个app里面有个dylib 重新签名后闪退

@roable wrote: 请教一下,我这有个app里面有个dylib 重新签名后闪退。去掉这个dylib就不会闪退。知道怎么样才能重签成功吗? Posts: 4 Participants: 2 Read full topic

View Article

Image may be NSFW.
Clik here to view.

从一个控制器跳转到另一个控制器的问题

@zzx79189917 wrote: 代码如图所示 Pasted image724x457 77.5 KB 没有代码的error但是报错 Pasted image707x228 41.5 KB 请问这是什么原因呀 Posts: 6 Participants: 2 Read full topic

View Article


Image may be NSFW.
Clik here to view.

重新编译libimobiledevice以修复Homebrew版 版本过低无法使用

@NavilleZhang wrote: 刚踩的坑先从git@github.com:libimobiledevice/libimobiledevice.git clone代码 然后 brew install libtool openssl pkg-config libplist make automake cp -R $(xcode-select...

View Article

在hook 微信的class_A 的函数fun_A()时,如何调用微信中class_B的类方法+fun_B()

@cyclvlby wrote: 对于微信,hook 类(假设为CLASS_A)的某一个函数(假设为fun_a)时,需要调用微信中另一个类(假设为CLASS_B)的一个函数(假设为+fun_b),该如何解决?我的部分代码如下:%hook CLASS_A-(id) fun_a{......... id decData = [%c(CLASS_B) fun_b]; Posts: 1...

View Article


关于企业应用证书信任的问题

@yuan wrote: 在不越狱的前提下,通过OTA安装企业证书打包的应用。但是在打开的时候会提示“不受信任的开发者”。 Q:有办法通过某种方式或途径实现这样的效果吗? 1.安装后自动信任 2.忽略信任步骤直接打开 新接触逆向,希望得到解答,不胜感激。 Posts: 7 Participants: 3 Read full topic

View Article

Libstdc++ is deprecated; move to libc++ with a minimum deployment target of...

@saultong wrote: ==> Compiling xFiles/XDemoManager.m (armv7)…==> Linking tweak xDemo (armv7)…clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of iOS...

View Article

Image may be NSFW.
Clik here to view.

Cycript 在 iOS9 系统下经常性异常

@nash_su wrote: 用 cycript 在 iOS9 系统下分析 App (不限于某个)的时候,随机会在执行某个命令后异常退出,同样在 iOS8 中就不会出现这种情况,异常情况如下, Snip20160926_1.png2668x176 28.5 KB cycript 0.9.594版本,老版本也回退试过,一样问题。iOS9.0.2, iOS 9.0 两个版本都试过,都一样的问题...

View Article
Browsing all 5733 articles
Browse latest View live


Latest Images