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.
- Host: GitHub
- URL: https://github.com/kkoooqq/tiktok-webmssdk-deobfuscator
- Owner: kkoooqq
- Created: 2021-09-01T21:40:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-17T04:58:18.000Z (over 3 years ago)
- Last Synced: 2025-03-17T14:22:08.512Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 267 KB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.