mirror of
https://github.com/thegeneralist01/twitter-tid-deobf-fork
synced 2026-01-11 07:30:38 +01:00
cleanup
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
c4fd61c36c
commit
0b0d6f516a
6 changed files with 343 additions and 103 deletions
2
deobf.js
2
deobf.js
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue