Skip to content
forked from j4k0xb/webcrack

Deobfuscate, unminify and unpack bundled javascript

License

Notifications You must be signed in to change notification settings

slaarti/webcrack

 
 

Repository files navigation

Test npm license Netlify Status

webcrack

webcrack is a tool for reverse engineering javascript. It can deobfuscate, unminify, and unpack bundles, to resemble the original source code as much as possible.

Try it in the online playground or view the documentation.

  • 🚀 Performance - Especially for large files
  • 🛡️ Safety - Considers variable references and scope
  • 🔬 Auto-detection - Finds code patterns without needing a config
  • ✍🏻 Readability - Removes obfuscator/bundler artifacts
  • ⌨️ TypeScript - All code is written in TypeScript
  • 🧪 Tests - To make sure nothing breaks

About

Deobfuscate, unminify and unpack bundled javascript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 74.5%
  • JavaScript 25.5%