Skip to content

Deobfuscated Script Expands Environment Variables #6

Description

@ralfszeltins22

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions