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

Unsupported architecture 或者 Undefined symbols for architecture armv7

@comtex wrote: 尝试编译 https://github.com/Naville/WTFJH/blob/master/Hooks/API/NSURLConnection.xm 时,会报错Unsupported architecture。在去掉几个头文件,比如://#import < substrate.h>//#import <...

View Article


请教通过代码实现重启系统

@TristenChen wrote: 根据http://blog.csdn.net/air1120/article/details/44082189这个教程实验了一遍,无效果。 我的设备是iOS 8.2 Xcode 7.2,求大神赐教 Posts: 1 Participants: 1 Read full topic

View Article


Image may be NSFW.
Clik here to view.

物虽美,价不廉,让外貌协会纠结的品味之选 —— 也说BenQ WiT

@snakeninny wrote: 上周末的时候,作为被关爱的程序猿中的霸主(还是程序猿😊),我收到了BenQ新出品的WiT台灯一枚。试用一周后,攒一篇小文谈谈我对这盏灯的看法;给一些人种草,也给一些人拔草,希望能供大家参考。 从外包装来看,这盏灯毫无疑问是我见过尺寸最大的台灯了;从我紧攥着的左手,可以看出这盏灯的分量非常之沉。 大小.JPG500x600 220 KB...

View Article

如何修改系统导出的变量NSFoundationVersionNumber的值

@lower_dk wrote: 变量的定义:FOUNDATION_EXPORT double NSFoundationVersionNumber;我想在tweak中修改变量NSFoundationVersionNumber的值,以让自身的app获取改变后的值。可是这个值是系统导出的,没有办法修改,cydiasubstrate里也没有提供修改全局变量的hook方法,请问如何来修改呢? Posts:...

View Article

Image may be NSFW.
Clik here to view.

关于lldb下断点调试问题

@study wrote:...

View Article


有没有比较完整的函数整理,让我们这些新手好了解一下常用的函数以及方法

@ZengWh wrote:...

View Article

调起Safari

@mdd wrote: 正常情况下,我们打开Safari,使用[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://iosre.com"]]即可。但是在微信里面,打开一个连接会使用微信的浏览器,那么该如何跳过微信直接在Safari里面打开连接呢? Posts: 1 Participants: 1 Read...

View Article

lldb里面怎么通过类名获取到其地址

@SheIkh wrote: 假设一个类为:testViewController 在cycript里面 可以用choose(testViewController) 来获取类的内存地址,在lldb里面用什么获取呢? Posts: 2 Participants: 2 Read full topic

View Article


求通过命令行或代码修改网络代理配置的方法

@pangde1900 wrote: 请问各位大神有没有通过命令行或者代码修改网络代理配置的方法?请不吝赐教~ Posts: 2 Participants: 2 Read full topic

View Article


initialize中调用class_getInstanceMethod无法获取方法

@Bers wrote: 是这样,我写了一个CMessageMgr的Category,代码如下(我是用从iOSOpenDev新建了动态库工程) #import <objc/runtime.h> #import "CMessageMgr+MyHook.h" @implementation NSObject (MyHook) -...

View Article

在Cycript中怎么动态修改view的frame?

@dengniaolai wrote: 直接按照OC语法给setFrame会提示错误:throw new TypeError("null is not an object (evaluating...

View Article

OSX应用修改后提示Insecure update error!

@docee wrote: OSX应用修改后提示Insecure update error!这个该如何解决?应该是Sparkle做了校验。 Posts: 6 Participants: 2 Read full topic

View Article

Cycript挂钩之后执行一些操作有时候会使目标程序退出,cycript也退出

@Ninon233 wrote: 如题有时候我想var a = [XXX alloc] 这样去申请一个类的时候就退出了,cycript也退出了。这是什么原因呢,如果不能这个申请一个新的类实例的话是不是可以获取现有的这个类的实例,应该如何操作,谢谢大家 Posts: 2 Participants: 2 Read full topic

View Article


Image may be NSFW.
Clik here to view.

tweak引用framework(实质是静态库), 引入库头文件报错

@chenchaozhongvip wrote: 我想用自己的一个库, 我把这个库放在了与makefile同级别目录下, 然后在tweak文件中import 这个库的头文件, 但是报错没发现这个文件 , tweak引用库是这么引用么, 感谢狗神 D1C7F316-A4E2-4884-8731-01B8DEADC110.jpg798x266 60.2 KB Posts: 1...

View Article

这个tweak为什么不起作用?

@wanghe wrote: 虽然可以编译并安装成功,但是不起作用? 求教大神。 include @interface SBApplicationIcon- (void) launchFormLocation:(int)arg;- (id) displayName;@end %hook SBApplicationIcon- (void)...

View Article


用 IDA 去 RebaseImage 老是失败,请问大家有做成功的吗?

@YauzZ wrote: 用 IDA 去 RebaseImage 老是失败,请问大家有做成功的吗? Posts: 1 Participants: 1 Read full topic

View Article

从头开始,最简单的lldb调试问题,断点不起作用

@efish wrote: 步骤:01,c代码: include void f1(){ printf("f1---\n");int main(){ printf("hello, world\n"); f1(); return 0;} 02,用clang编译c代码(xcode...

View Article


Crash---Dyld Error Message

@cocoyaojun wrote: 有没有人遇到过类似问题? 我用证书跑真机没有任何问题,说明程序么问题。但打成deb安装后,一启动应用就crash。 Dyld Error Message:Dyld Message: Library not loaded: @rpath/libswiftContacts.dylib Referenced from:...

View Article

Image may be NSFW.
Clik here to view.

iOSOpendev xcode7安装失败

@ifenny wrote: 在xcode7 安装iOSOpenDev安装失败,失败日志:Mar 23 10:07:56 testdeMac-mini installd[299]: PackageKit: ----- Begin install -----Mar 23 10:08:14 testdeMac-mini installd[299]: PackageKit: Install...

View Article

不越狱的手机能获取到应用沙盒中文件吗

@persenlee wrote: 之前有个工具iTools可以实现的,现在收费了。还有其他的工具或者方法吗 Posts: 1 Participants: 1 Read full topic

View Article
Browsing all 5726 articles
Browse latest View live