kkoooqq / Tiktok-webmssdk-deobfuscator

Deobfuscation Tiktok web version webmssdk.js using AST.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tiktok-webmssdk-obfuscator-decode

  • Code to syntax tree.
  • AST traverses the auxiliary library (depth-first search), traverses all nodes of the syntax tree, and modifies and replaces the nodes that meet the anti-obfuscation conditions.
  • Syntax tree to code.
  • Write code to file.

About

Deobfuscation Tiktok web version webmssdk.js using AST.


Languages

Language:JavaScript 100.0%