From 3453b5e80eb7e83d967ce043a9efcd088f00f54a Mon Sep 17 00:00:00 2001 From: luzhisheng Date: Mon, 7 Aug 2023 06:41:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=96=E9=9F=B3=E7=A0=B4=E8=A7=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 抖音js逆向学习/pc_抖音破解/node/hook_s.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/抖音js逆向学习/pc_抖音破解/node/hook_s.js b/抖音js逆向学习/pc_抖音破解/node/hook_s.js index 35d6638..53e1c0b 100644 --- a/抖音js逆向学习/pc_抖音破解/node/hook_s.js +++ b/抖音js逆向学习/pc_抖音破解/node/hook_s.js @@ -4,4 +4,7 @@ Date.prototype.getTime = function () { Math.random = function () { return 0.8532337990105894 -}; \ No newline at end of file +}; + +// 深拷贝 +console = Object.assign(console); \ No newline at end of file