A tool to help you to recover function and property names to better reverse-engineer Akamai scripts.
Install the dependencies start the script.
$ cd akamai-deobfuscator
$ npm install
$ npn run startOptionally you can provide your own Akamai script as an argument
$ npm run start <YOUR URL HERE>The output is in /out/output.js

