Empire icon indicating copy to clipboard operation
Empire copied to clipboard

Obfuscation enhancement suggestion

Open kkar opened this issue 6 years ago • 2 comments

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.

kkar avatar Sep 28 '18 22:09 kkar

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.

Script-Nomad avatar Oct 04 '18 16:10 Script-Nomad

@True-Demon of course. I'll post a sample soon, to show you the differences.

kkar avatar Oct 17 '18 20:10 kkar