Polymorphic code: Difference between revisions

Content deleted Content added
Line 12:
== Example ==
 
An algorithm that uses,bb for example, the variables A and B but not the variable C could stay intact even if you added lots of codes that changed the content in the variable C.
 
The original algorithm: