Changing CIL code into Native code in C# -


possible duplicate:
is there way compile .net application native code?

when compile c# application, compiled cil code, interpreted framework when ran, im wondering if possible generate native x86 exe file stub application(s).

this way not possible directly open applications in decompiler.

p.s cannot use obfuscator anything.

there tool called salmander .net linker offered high price. i've never used it, see no point in doing that. offical website

you try virtualizing application using thininstall or xenocode virtualization studio. i've used xenocode's product embed .net runtime application , worked great. generates native packed executable assemblies inside.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -