Compare commits
2 Commits
3f026e7d4e
...
1320865a2f
| Author | SHA1 | Date |
|---|---|---|
|
|
1320865a2f | |
|
|
1926c6c78b |
|
|
@ -1,2 +1,3 @@
|
|||
/venv 3.9
|
||||
/venv 3.11
|
||||
/venv 3.9/
|
||||
/venv 3.11/
|
||||
venv/Lib/site-packages/setuptools/gui-arm64.exe
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
};
|
||||
});
|
||||
Reference in New Issue