From 017ef1ef5613fac84cf87952dfa7f9d9284e6afb Mon Sep 17 00:00:00 2001 From: wangsiyuan <2392948297@qq.com> Date: Mon, 4 Sep 2023 17:30:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E5=BB=BA=20AppLogReaperServiceImpl.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AppLogReaperServiceImpl.js | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 AppLogReaperServiceImpl.js diff --git a/AppLogReaperServiceImpl.js b/AppLogReaperServiceImpl.js new file mode 100644 index 0000000..54d8ea0 --- /dev/null +++ b/AppLogReaperServiceImpl.js @@ -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); + }; +});