Posted October 21, 20195 yr 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: Another polymorphic code mutation, this time with code junks
October 22, 20195 yr Nice little piece of code - I'm sure many will learn from you sharing the source too
January 8, 20205 yr 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 January 8, 20205 yr by arlequim
Create an account or sign in to comment