batch_deobfuscator
batch_deobfuscator copied to clipboard
Deobfuscate batch scripts obfuscated using string substitution and escape character techniques.
Hi, I think it could be of interest to merge back the improvement that I've done on the project. As you will see, I modified quite a lot of things....
How do you use it
This issue reports a behavior with the deobfuscator where environment variables like %username% are expanded during the deobfuscation process. While expanding variables can be useful in some cases, it can...