Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deobfuscated Script Expands Environment Variables #6

Open
ralfszeltins22 opened this issue May 31, 2024 · 1 comment
Open

Deobfuscated Script Expands Environment Variables #6

ralfszeltins22 opened this issue May 31, 2024 · 1 comment

Comments

@ralfszeltins22
Copy link

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.

@ralfszeltins22
Copy link
Author

Google Gemini wrote this because i didn't know how to explain it myself btw

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant