Skip to content

This is sample source code of Polymorphic-family computer viruses.

Notifications You must be signed in to change notification settings

TheComputerGuy96/Polymorphic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polymorphic viruses source sample

IF YOU HAVE NO IDEA WHY ARE YOU HERE THEN LEAVE NOW Features

  • infects PE files (DLL/EXE);
  • does not change section attributes of the file infected;
  • stores the first polymorphic decryptor in the first executed section;
  • expands the last section and stores useful load there, as well as stolen data and additional information; all that is stored encrypted and with different keys;
  • applies the Extended EPO method to transfer control to the first decryptor;
  • the second decryptor is built by the "Infernal trash" method aimed at complicating the treatment;
  • written in C with ASM inlines;
  • every infected file will contain useful load.

About

This is sample source code of Polymorphic-family computer viruses.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published