猿人学第9题js混淆-动态cookie2

This commit is contained in:
luzhisheng 2023-08-30 21:30:26 +08:00
parent 2a22b425ed
commit 73a4bf721e

View File

@ -0,0 +1,28 @@
## 删除检测代码
格式化检测1
```javascript
var _0x5b597e = function() {
var _0x1ca6f6 = new RegExp("\\w+ *\\(\\) *{\\w+ *['|\"].+['|\"];? *}");
return _0x1ca6f6.test(_0x338243.removeCookie.toString());
};
```
还原后
```javascript
var _0x5b597e = function() {
var _0x1ca6f6 = new RegExp("");
return _0x1ca6f6.test(_0x338243.removeCookie.toString());
};
```
格式化检测2
```javascript
this.YPtKGA = "\\w+ *\\(\\) *{\\w+ *";
this.FFSDOr = "['|\"].+['|\"];? *}";
```
还原后
```javascript
this.YPtKGA = "";
this.FFSDOr = "";
```