Changing CIL code to native code in C #

Possible duplicate:
Is there a way to compile a .NET application to my own code?

When you compile a C # application, it compiles into CIL code, which is interpreted by the framework when it runs, but they are wondering if its own x86 EXE file header can generate it for my applications.

Thus, it is not possible to directly open my applications in the decompiler.

PS I can’t use an obfuscator for anything.

+3
source share
2 answers

Salmander.NET Linker, . , . -

ThinInstall Xenocode Virtualization Studio. Xenocode .NET runtime , . .

+2

Source: https://habr.com/ru/post/1756455/


All Articles