Skip to content

[Bug] DeadCodeInjection puts unobfuscated code #708

Description

@da411d

I think it is too obviously if all code is obfuscated but some part don't.

image

I think this bug is because obfuscator doesn't obfuscate variables and function that weren't declared in current scope. DeadCodeInjector just steals a part of code, but declaration of variable is in outer scope.

So my solution is to run deadCodeInjection after renaming variables.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions