danielbohannon / Invoke-Obfuscation

PowerShell Obfuscator
Apache License 2.0
3.59k stars 759 forks source link

Feature Request - Changing Function Names #38

Closed CG-root closed 6 years ago

CG-root commented 6 years ago

Hi,

Is there an option to modify all function names and variables and their references in a PS1 script?

for example, the variable won't get a random prefix but its entire name will be changed.

Thanks !

cobbr commented 6 years ago

@CG-root To answer your question, no this is not an option currently.

I agree that it's something that could be valuable, but probably not the intended functionality of Invoke-Obfuscation. @danielbohannon may have other thoughts.