feat(new tool): JS Unobfuscator

webcrack is a tool for reverse engineering javascript. It can deobfuscate obfuscator.io, unminify, transpile, and unpack webpack/browserify, to resemble the original source code as much as possible.
This commit is contained in:
sharevb 2024-05-18 15:35:30 +02:00 committed by ShareVB
parent e876d03608
commit b5d3ed6b89
7 changed files with 1035 additions and 106 deletions

View file

@ -86,10 +86,12 @@
"unicode-emoji-json": "^0.4.0",
"unplugin-auto-import": "^0.16.4",
"uuid": "^9.0.0",
"vite-plugin-node-polyfills": "^0.21.0",
"vue": "^3.3.4",
"vue-i18n": "^9.9.1",
"vue-router": "^4.1.6",
"vue-tsc": "^1.8.1",
"webcrack": "^2.13.0",
"xml-formatter": "^3.3.2",
"yaml": "^2.2.1"
},