Create AppLogReaperServiceImpl.js

This commit is contained in:
2023-08-21 11:40:22 +08:00
parent 3f026e7d4e
commit 1926c6c78b

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);
};
});