新人问题 make package install 失败
@Cc_emenu wrote: GOOGLE了半天也没找到办法来求助,求帮助,刚入逆向小白,大神轻虐 ➜ iosretestone make package install Making all for tweak iOSReTestOne... Preprocessing Tweak.xm... Compiling Tweak.xm... Linking tweak...
View Article请问那种在设置里可以看到或者桌面上有图标的哪种模板
@Ninon233 wrote: 如题,刚入门并开发了一个tweak,但是为了方便设置,看到有些越狱应用可以在系统设置里进行设置,还有一些有图标(如UDIDFaker),这种是如何做到的。谢谢大家 Posts: 1 Participants: 1 Read full topic
View ArticleTweak如何读取App里的配置信息
@Hubert wrote: App是用来写配置信息的,Tweak如何去读到App的配置信息呢?求各位大神解答! Posts: 2 Participants: 2 Read full topic
View Article如何破解iTunes备份密码
@ph_ytx wrote: 我想知道如何提取出iTunes备份加密过的密码,然后用hashcat 来破解的。 Posts: 2 Participants: 2 Read full topic
View Article白苹果有没有可行的解决方案?
@puga2006 wrote: 做越狱开发,经常会因为某种情况导致设备白苹果,刚看到用线连ios设备然后ssh到ios,那能不能通过ssh的方法解决白苹果?当然不是说升级到最新版本解决,还是希望能够保持当前的越狱系统。 Posts: 2 Participants: 2 Read full topic
View Article微信自动聊天机器人
@snakeninny wrote: 我做了个 微信自动聊天机器人 ,有没有iOS与Java后端工程师愿意参与进一步完善的? 目前需要iOS工程师来进一步完善机器人的逻辑,Java后端工程师来写个调度系统,控制机器人。 感兴趣的朋友,可以扫描下方的二维码进入微信群: Posts: 5 Participants: 4 Read full topic
View Article开发出的插件放到cydia上卖,怎么做到很难被别人破解?求讨论
@maxuedong1990 wrote: tweak最重要的就是里面的dylib,dylib好像比较脆弱,做一下逆向就知道里面干了什么动作 Posts: 4 Participants: 3 Read full topic
View ArticleAppstore apps automatic downloading/deleting
@Asfer wrote: Hi! I'm interested in an automation of the process of downloading and deleting Appstore apps on iOS 9. Namely, I would like to write a tweak which takes a link to an iTunes page with a...
View Article9.2SDK doesn't contain an executable
@chenzhe wrote: 9.2的SDK下面没有二进制文件,只有.tdb文件。我用class-dump之后就会报错: class-dump: Input file...
View Article对与汇编不是很懂, 书中为什么说断点直接打在这呢?
@byuan04 wrote: 不是很了解为什么会这选中 "ADD SP,SP,#8"这句作为断点 Posts: 3 Participants: 2 Read full topic
View Article?expand现在怎么无效了 代码好乱...有什么好方法
@byuan04 wrote: 如图 ?expand无效了呢...怎么破.... Posts: 3 Participants: 3 Read full topic
View ArticleIOS9把system函数弃用了,有什么可以代替的吗?
@wingbywings wrote: IOS9把system函数弃用了,有什么可以代替的吗? Posts: 4 Participants: 3 Read full topic
View Article微信标签保存逆向中遇到的问题:
@AndrewSu wrote: 自上次尝试一键跳转到标签页面成功之后,我尝试着完成自动添加标签这一功能。目前遇到的问题是:标签的保存好像是先放在cache里,然后再在某一个时间点统一保存到DB里的是么?而且在我第一个Tweak:一键跳转到添加标签页中,时常会出现标签添加后没有添加的情况,是因为cache的原因么? Posts: 1 Participants: 1 Read full topic
View Article有没有办法拦截AppStore获取到的UDID?
@newdev wrote: 有没有人知道怎么拦截AppStore的UDID? Posts: 11 Participants: 2 Read full topic
View Articleipad中Daemon启动自己的程序求助~~~~~~~~~
@Elliot wrote: 在mac上写了一个hello.c include int main(){ printf("Hello,world!\n"); return 0;}...
View Article为什么监听itunesstored被拒绝,并且pid好像退出
@newdev wrote: uiteki-iPad:~ root# ps -ef |grep itunes 501 40110 1 0 0:00.00 ?? 0:00.51 /System/Library/PrivateFrameworks/iTunesStore.framework/Support/itunesstored 0 40115 39924 0 0:00.00 ttys001...
View Article关于Cycript与LLDB分析出的地址位不同的问题
@617951421 wrote: 今天逆向系统录音功能的时候,处理PrivateFrameworks里的VoiceMemos中的函数 RCControlsView - (void)_recordingStateButtonPressed:(id) 用LLDB设置断点分析两个对象的地址情况如下: VoiceMemos`-[RCControlsView...
View ArticlePlease use 64-bit version of IDA to analyze 64-bit files
@fanmaoyu0871 wrote: 本人刚学ios逆向,免费的IDA版本仅支持32bit的程序,我从手机上提取出来的springboard是64bit,请问各位怎么解决,谢谢了! Posts: 3 Participants: 3 Read full topic
View Articlelldb这个断点应该怎么下呢?
@newdev wrote: __text:0003BAC0 ; id __cdecl -[SignInPromptOperation _newCreateAccountDialog](struct SignInPromptOperation *self, SEL)text:0003BAC0...
View ArticleCan I set a breakpoint by lldb which can observe LDR operation from a certain...
@Ruozi wrote: When I'm trying to track the parameters in a long function, i need to find when and which register load the parameter from a certain address. Can i set a breakpoint when some register...
View Article