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

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

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

unit testing - How to mock PreferenceManager in Android? -