Empire
Empire copied to clipboard
Obfuscation enhancement suggestion
I've used the same obfuscation logic for many scripting and programming languages and I think it's quite "heavy", although simple to implement.
With this logic, we can have a totally different result on each obfuscation, even for exactly identical payloads.
You can see how it works here.
Does this somehow extend or enhance the already existing preobfuscate
feature that was implemented by the Invoke-Obfuscation.ps1
functionality added PR#597?
You might be reinventing the wheel.
@True-Demon of course. I'll post a sample soon, to show you the differences.