mirror of
https://git.mirrors.martin98.com/https://github.com/cilame/v_jstools
synced 2025-08-14 19:45:57 +08:00
add
This commit is contained in:
parent
ad838203e4
commit
369fcf8caf
@ -33134,7 +33134,6 @@ function muti_process_defusion(jscode){
|
||||
var ast = parser.parse(jscode);
|
||||
|
||||
// 通用解混淆部分
|
||||
traverse(ast, {BinaryExpression: {exit: calcBinary}})
|
||||
traverse(ast, {StringLiteral: delExtra,}) // 清理二进制显示内容
|
||||
traverse(ast, {NumericLiteral: delExtra,}) // 清理二进制显示内容
|
||||
traverse(ast, {ConditionalExpression: TransCondition,}); // 三元表达式
|
||||
|
Loading…
x
Reference in New Issue
Block a user