Polymorphic code: Difference between revisions

Content deleted Content added
Smaffy (talk | contribs)
mNo edit summary
mNo edit summary
Line 1:
In computer science (or more often, in computer underground terms) '''polymorphic code''' is code that mutates while keeping the original [[algorithm]] intact.
 
This is often used by [[computer virus]]es and [[shellcode]] to keep their [[encryption|de/en-cryption-engines]] from being detected by [[anti virus software]] and [[Intrusion intrusion-detection system]].
 
== How it works ==