An open API service indexing awesome lists of open source software.

https://github.com/kkoooqq/tiktok-webmssdk-deobfuscator

Deobfuscation Tiktok web version webmssdk.js using AST.
https://github.com/kkoooqq/tiktok-webmssdk-deobfuscator

Last synced: about 1 month ago
JSON representation

Deobfuscation Tiktok web version webmssdk.js using AST.

Awesome Lists containing this project

README

        

# 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.