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 be problematic for scripts that rely on the literal presence of the variable name (e.g., %username%) for further processing or functionality.
Expected Behavior:
The deobfuscator should preserve environment variables within the deobfuscated script. When encountering %username% in the obfuscated code, the deobfuscated output should display %username% (including the percent signs) instead of the actual username on the system.
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 be problematic for scripts that rely on the literal presence of the variable name (e.g., %username%) for further processing or functionality.
Expected Behavior:
The deobfuscator should preserve environment variables within the deobfuscated script. When encountering %username% in the obfuscated code, the deobfuscated output should display %username% (including the percent signs) instead of the actual username on the system.