Pride Chung

Results 3 issues of Pride Chung

Hi, This tool is such a brilliant idea, thank you for your hard work. My project encountered a special crash case while performing injection, looks like some methods of 3rd...

Sorry for the absence of this project in the last year, I've been busy doing a lot of other things. Anyway, I'm back, with the whole new v3.0 road map!...

今天在调试一个 patch 脚本的时候发现怎样都不对,总是报语法错误,一路追踪发现 JSPatch 会在执行我的 patch 脚本之前对脚本的内容进行一些修改。然后我的代码里面的注释的某些字匹配到了正则,所以整个脚本的内容就乱套了。 具体代码位置在这个方法里 ```objc + (JSValue *)_evaluateScript:(NSString *)script withSourceURL:(NSURL *)resourceURL ``` 原脚本代码,很多行都被我注释了,因为我之前在尝试暴力二分: ```javascript require("NSMutableDictionary,NSString,UITableViewCell,UIScreen"); require("JPEngine").addExtensions(["JPCFunction"]); defineCFunction("CGRectGetWidth", "float, CGRect"); defineClass("UITableView", { // fd__templateCellForReuseIdentifier: function(identifier) { //...