OldSchoolHack

Registrieren / Anmelden Deutsch

Polymorphic Engine Base v1

not available
  • Kategorie: Sourcecode
  • Entwickler:
  • Hochgeladen von: System
  • Hinzugefügt am:
  • System: Windows
Download (4.66 KB)

VirusTotal Ergebnis: 0/55

virustotal

Beschreibung

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