willnode / deobfuscator

Online Javascript Deobfuscator Tool
https://willnode.github.io/deobfuscator/
133 stars 18 forks source link

rename short identifiers #18

Open 3052 opened 11 months ago

3052 commented 11 months ago

is it possible to correct short variable names? for example with JADX, it has this option:

 --deobf                             - activate deobfuscation

which will turn short variables such as a into a1234 or something, for easier searching

3052 commented 11 months ago

found another tool that works:

synchrony deobfuscate --rename obf.js

https://github.com/relative/synchrony