@djgzhiyong wrote:
需要使用 radare2 查找在代码的那个方法中存在对应的信息,例如
-(void) helloworld{
NSLog(@"%d",kCCOptionECBMode);
}以上的方法调用了NSLog,如何通过radare2 命令获取到这个 helloworld 方法
Posts: 1
Participants: 1
@djgzhiyong wrote:
需要使用 radare2 查找在代码的那个方法中存在对应的信息,例如
-(void) helloworld{
NSLog(@"%d",kCCOptionECBMode);
}以上的方法调用了NSLog,如何通过radare2 命令获取到这个 helloworld 方法
Posts: 1
Participants: 1