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

9.3.3 hook -(void)applicationDidFinishLaunching:(id)application

@barry24 wrote: 9.3.3 hook -(void)applicationDidFinishLaunching:(id)application 不 执行 %hook SpringBoard- (void) applicationDidFinishLaunching:(id)application{ NSLog(@"hello ios"); %orig; UIAlertView...

View Article


微博话题 #iOSRE干货分享# 投稿专用帖

@snakeninny wrote: 大家好! 最近看到很多朋友把自己编写的高质量iOS技术文章发表在微信公众号上。不可否认,公众号很火,但它的致命缺点是,公众号过于强调 我写你看,不太鼓励 你来我往,即讨论交流成本较高——留言需要审核,无法粘贴图片,一系列的不便之处降低了技术的流通性;我认为公众号是不适合分享IT技术的,这也是本书不开设公众号的核心原因。...

View Article


Image may be NSFW.
Clik here to view.

新人求指教。。关于在springboard中实现弹窗

@GFG wrote: 我在-(void)applicationDidFinishLaunching:(id)application里实现弹窗代码。最终的make package install 也成功了,手机重启,但是就是没有弹窗。。。。。我用的是UIAlertController,如果用alertView就会报错,说alertView被废弃了求帮忙!!感谢! Posts: 1...

View Article

用olive混淆后没啥效果啊,求大神指教下

@gjzw wrote: 请教个问题 大神们 ollvm混淆后没什么效果啊-mllvm -sub-mllvm -bcf-mllvm -fla Posts: 1 Participants: 1 Read full topic

View Article

Preference_bundle_modern 编译失败

@yemu123 wrote: 显示:==> Linking bundle Test (armv7)…ld: unexpected token: # file...

View Article


求求求指教!!!!!!

@Karl wrote: ld: framework not found StoreServicesclang: error: linker command failed with exit code 1 (use -v to see invocation)make[3]: ***...

View Article

: Sandbox: AppStore(1645) deny(1) file-write-create 这个错误怎么解决

@246119106 wrote: 如题,tweak运行时报了这个错误,我在/var/mobile/Library/preferences/ 路径下想创建一个文件,但是不被允许。这个是什么原因造成的。注:这个Tweak 我之前在iOS9.0.2的5C上面运行过,没有类似问题,运行也不存在问题。后来在这台iOS9.1 5s上出现了这个。 Posts: 1 Participants: 1 Read...

View Article

导致 hook失败有哪些因素

@HuErr wrote: 刚开始学ios方面逆向,例子hook SpringBoard 是可以成功的,但我试了别的程序/usr/sbin/ 目录下的,我image list 看了下我的dylib 没有被加载。 Posts: 2 Participants: 2 Read full topic

View Article


刚接触到逆向 想找个师傅学习

@dage0.0 wrote: 刚接触到逆向 想找个师傅学习 有愿意教的吗 学费师傅说 Posts: 3 Participants: 2 Read full topic

View Article


关于微信红包的实现机制

@mesird wrote: 很想搞明白微信红包的分发逻辑和随机数生成逻辑。通过个人经验猜测,微信红包在点开红包时会请求红包剩余份数,再次点开“打开红包”会去服务端生成随机数,自己尝试过抓包去证实,但是拿到的数据是加密后的,所以一无所获。目前不知道该如何证实这个想法。 Posts: 2 Participants: 2 Read full topic

View Article

Jailbreak - iPad mini 1 (CDMA)

@cuzzo89 wrote: Hi, a little question because I can't sort this out by googling it. I have an iPad mini 1 (CDMA) and I want to jailbreak it. I've read that jailbreak 9.3.3 is available only for 64bit...

View Article

编写了Tweak,并且也在手机中安装成功,但是不起作用

@hpzeorzero wrote: 如下一切正常 `bogon:notecount hp$ make package installMaking all for tweak NoteCount... Preprocessing Tweak.xm... Compiling Tweak.xm... Linking tweak NoteCount... Stripping NoteCount......

View Article

Image may be NSFW.
Clik here to view.

好像爱加密挺牛逼的

@ch4r0n wrote: 这个clutch不出来,应用名是翼支付 Pasted image712x220 22.1 KB 然后是反调试 Pasted image718x453 48.2 KB Posts: 3 Participants: 2 Read full topic

View Article


怎么在程序中使用.so动态库呢?

@haiyangHiya wrote: 拿到一个.so动态库,没有头文件,它提供的都是一些c和c++的接口,怎么在iOS的工程中去使用这些接口呢 Posts: 4 Participants: 3 Read full topic

View Article

Hook itunesstored时失败

@HuErr wrote: 我hook SpringBoard 的时候是成功的,lldb 连上去看道hooktest.dylib在里面. 但是换到 hook itunesstored 时,hooktest.dylib 就没给我加载。 filter 自动生成的长这样子:{ Filter = { Bundles = ( "itunesstored" ); }; } 代码长这个样子,什么也没做。...

View Article


请问有办法让反编译看不到hook的函数吗

@lzh2508 wrote: 请问有办法让反编译看不到自己hook的函数吗? Posts: 2 Participants: 2 Read full topic

View Article

注入问题求解

@sixdragon wrote: 注入后程序闪退,查看崩溃日记有Dyld Error Message:Dyld Message: Library not loaded: @executable_path/test.dylib Referenced from:...

View Article


Image may be NSFW.
Clik here to view.

关于微信小视频

@zzx79189917 wrote: blob.jpg1081x1920 551 KB blob.jpg1145x627 163 KB 我这打下的断点都是stp什么的而书上的就是汇编 这是什么原因?新手求帮助 Posts: 2 Participants: 2 Read full topic

View Article

有人了解过快牙或者茄子快传的功能吗?

@hulu wrote: 困惑我的是两个设备不再同一wifi相互传输文件。。。有哪位大神做过 或者了解的比较深的。。非常感谢 Posts: 6 Participants: 2 Read full topic

View Article

iOS新人,只会写写app,求带路,求入门,求教程

@zizu wrote: 如题:iOS新人,只会写写app,求带路,求入门,求教程 Posts: 5 Participants: 3 Read full topic

View Article
Browsing all 5702 articles
Browse latest View live