Polymorphic Engine Base v1 Downloads › Sourcecode Category: Sourcecode Developer: mambda ; Jumboperson187 Uploaded by: System Uploaded at: Mon 6. Jul 2015, 15:51 System: Windows Download (4.66 KB) VirusTotal Result: 0/55 Download (4.66 KB) Description Problems or Questions regarding the hack?Take a look at our FAQ The current build takes a function (TestFunc) and allocates space in memory for it + a bit more, writes nops between instructions and morphs a few instructions (MOV REG, VAL -> PUSH VAL, POP REG; or xor reg; or val/ sub,add; And there's one for PUSH too) and then it'll drop those in the allocated memory and it will have a jmp patch at the original function to jump to the new code. Download Polymorphic Engine Base v1