Compare commits

...

2 Commits

Author SHA1 Message Date
wangsiyuan 1320865a2f 更新 .gitignore 2023-08-21 11:45:46 +08:00
wangsiyuan 1926c6c78b Create AppLogReaperServiceImpl.js 2023-08-21 11:40:22 +08:00
2 changed files with 14 additions and 2 deletions

5
.gitignore vendored
View File

@ -1,2 +1,3 @@
/venv 3.9 /venv 3.9/
/venv 3.11 /venv 3.11/
venv/Lib/site-packages/setuptools/gui-arm64.exe

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