RE: Polymorphic Crypter Source C++ 01-16-2013, 02:43 AM
#10
(01-15-2013, 04:50 AM)DrBlowFish Wrote: Wait, so it could still be used for RAT's and Botnets correct? I am confused on the Concept of "Polymorphic" crypting?
It's a programming feature that allows the code to change itself while keeping part of it. Think of it as two parts. One part stays the same every time and injects code using an algorithm into the other part to create it so that it's different each time. Helps avoid AV/AM scans. Very useful, although I personally prefer metamorphic code, which changes the whole thing, not just half.
http://en.wikipedia.org/wiki/Polymorphic_code
![[Image: 7uhCgFS.jpg?1]](http://i.imgur.com/7uhCgFS.jpg?1)