deobfuscator icon indicating copy to clipboard operation
deobfuscator copied to clipboard

rename short identifiers

Open 3052 opened this issue 1 year ago • 1 comments

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 avatar Nov 05 '23 03:11 3052

found another tool that works:

synchrony deobfuscate --rename obf.js

https://github.com/relative/synchrony

3052 avatar Nov 05 '23 05:11 3052