1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-tid-deobf-fork synced 2026-01-11 07:30:38 +01:00
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2024-12-15 19:45:11 +09:00
parent c4fd61c36c
commit 0b0d6f516a
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
6 changed files with 343 additions and 103 deletions

View file

@ -553,7 +553,7 @@ traverse(AST, objDeobfMemberExpr)
traverse(AST, cleanupDeadCode)
writeFileSync("output.txt", output, 'utf-8')
writeFileSync("output.log", output, 'utf-8')
const final_code = generate(AST, beautify_opts).code;