创建 AppLogReaperServiceImpl.js

master
wangsiyuan 2023-09-04 17:30:52 +08:00
parent e9c1de8fe5
commit 017ef1ef56
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
//AppLogReaperServiceImpl类的LIZ方法
Java.perform(function() {
var AppLogReaperServiceImpl = Java.use("com.ss.android.ugc.aweme.lancet.AppLogReaperServiceImpl");
AppLogReaperServiceImpl.LIZ.overload('org.json.JSONObject').implementation = function(jsonObject) {
console.log("Logged JSON: " + jsonObject.toString());
// Call the original function
return this.LIZ(jsonObject);
};
});