OldSchoolHack

Register / Login English

Polymorphic Engine Base v1

not available
  • Category: Sourcecode
  • Developer:
  • Uploaded by: System
  • Uploaded at:
  • System: Windows
Download (4.66 KB)

VirusTotal Result: 0/55

virustotal

Description

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