GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
Javascript deobfuscator Usage First of all you need to install the package: npm i javascript-deob Then you import the deobfuscation function into your module which takes the obfuscated code as input: importdeobfuscatefrom"javascript-deob";constcode=``// Insert the code hereconstdeobfuscatedCode=...
混淆后,可以使用这个工具测试解混淆的效果 项目和文档地址:https://github.com/relative/synchrony #安装javascript解混淆工具sudo npm install -g deobfuscator synchrony deobfuscate [要解混淆的js文件路径]#解混淆后,新生成的文件是在同一目录下的xxxx.clean.js...
(Github)https://github.com/sponsors/sanex3339 (OpenCollective)https://opencollective.com/javascript-obfuscator Huge thanks to all supporters! JavaScript obfuscator JavaScript Obfuscator is a powerful free obfuscator for JavaScript, containing a variety of features which provide protection for your source co...
Before 2.9.0 release javascript-obfuscator transformed all string array call indexes with hexadecimal-numeric-string type. This makes some manual deobfuscation slightly harder but it allows easy detection of these calls by automatic deobfuscators....
JavaScript Obfuscation(混淆)是通过一系列的技术手段降低JavaScript代码的可读性和易分析性,目的是为了阻止逆向工程和防止代码被盗用,保护了JS代码。 如果不做处理则完全公开透明,任何人都可以读、分析、复制、盗用,甚至篡改源码与数据,这是网站开发者不愿意看到的。
Before 2.9.0 release javascript-obfuscator transformed all string array call indexes with hexadecimal-numeric-string type. This makes some manual deobfuscation slightly harder but it allows easy detection of these calls by automatic deobfuscators....
willnode/deobfuscator master 4Branches0Tags Code Folders and files Name Last commit message Last commit date Latest commit willnode Allow stringify function Jun 29, 2023 313ab0d·Jun 29, 2023 History 36 Commits .github Upgrade packages and tidy up...
Before 2.9.0 release javascript-obfuscator transformed all string array call indexes with hexadecimal-numeric-string type. This makes some manual deobfuscation slightly harder but it allows easy detection of these calls by automatic deobfuscators....