Jump to content
Tuts 4 You

Simple Polymorphic Engine (SPE32)


Bartosz Wójcik

Recommended Posts

Bartosz Wójcik

Simple Polymorphic Engine (SPE32) is a simple polymorphic engine for encrypting code and data. It is an amateur project that can be used to demonstrate what polymorphic engines are.

SPE32 allows you to encrypt any data and generate a unique decryption code for this data. The encryption algorithm uses randomly selected instructions and encryption keys.

https://github.com/PELock/Simple-Polymorphic-Engine-SPE32

Sample polymorphic code in x86dbg window:

simple-polymorphic-engine-spe32-poly-engine-x86dbg-debugger-1.png.147e6f24e7235c8a5f4395b1ff2ee790.png

Another polymorphic code mutation, this time with code junks

simple-polymorphic-engine-spe32-poly-engine-x86dbg-debugger-junk-code-2.png.a33a252c7d4d193043fba35237d88325.png

  • Like 4
Link to comment
  • 2 months later...

This is another nice piece of code, maybe old but very interesting, 100% guaranteed :) Speaking of mutation engines, who doesn't remember the great DAME by Dark Avenger? Here is the full source code ;)

DAME.ASM

Edited by arlequim
  • Like 1
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...