frida操作oc及hook示例:文章来源地址https://www.toymoban.com/news/detail-507430.html
// 主动调用
// var nsstr = ObjC.classes.NSString;
// var ocstr = nsstr.stringWithFormat_("Codeooo");
// console.log(ocstr);
// //console.log("Codeooo");
//
// var sss = ocstr.dataUsingEncoding_(4);
// console.log(sss.length());
// console.log(sss.bytes().readCString());
// hook 打印与修改参数
//console.log(ObjC.classes.EncryptManager.$methods);
var encryptFunc = ObjC.classes
文章来源:https://www.toymoban.com/news/detail-507430.html
到了这里,关于Frida-OC操作的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!