Compare commits
No commits in common. "1320865a2f5921e6b0ea116c0268d93f8be67686" and "3f026e7d4ec10d96867f794b4bdc2f3831b3b96f" have entirely different histories.
1320865a2f
...
3f026e7d4e
|
|
@ -1,3 +1,2 @@
|
|||
/venv 3.9/
|
||||
/venv 3.11/
|
||||
venv/Lib/site-packages/setuptools/gui-arm64.exe
|
||||
/venv 3.9
|
||||
/venv 3.11
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
//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