echo094 / decode-js

JS混淆代码的AST分析工具 AST analysis tool for obfuscated JS code
MIT License
649 stars 324 forks source link

fix for issue #42 #43

Closed echo094 closed 12 months ago

echo094 commented 12 months ago

PR #39 将stringLiteral简化为了Identifier,但由于其所在函数purifyCode在代码块解混淆前被调用,破坏了代码块解混淆的运作。现更新方法unpackCall,支持识别Identifier类型的key。

close #42