A forum for reverse engineering, OS internals and malware analysis 

Ask your beginner questions here.
 #2658  by Greenwich
 Mon Sep 06, 2010 4:48 pm
Hello

I've seen plenty of Polymorphic engines written in C, C++ and Assembly, but i have never ran in to one in my languages of choice (VB.NET & C#)

Does anyone know of any examples of how to achieve this, or if its even possible to make in .NET?
 #2659  by Plutonium
 Mon Sep 06, 2010 5:19 pm
Unfortunately it is very easy in .NET (much easier than in asm/c/c++) because you can compile sourcecode at runtime.

use google: CsharpCodeProvider