Quote:
|
With C# and VB.net files the code is compiled into Microsoft Intermediate Language. Then, once you run the exe a Just in Time compiler will compile the Microsoft Intermediate Language code into native code and then execute it
|
That's why I asked for a special c# packer...Because it is "precompiled" and has to be compiled by a Just-In-Time compiler ("Jitter") it cannot be packed like normal exe files
The jitter will probably not compile a strange exe file without a valid pe header !
My problem is CEXE doesn't work for me
It won't start with my winXP and in Win95 combatible mode it will, but there is the little sentence "does not work with Windows 95 & 98" ??!!
What shall I do? Is there another packer that works for C# files ?