Turning .NET executable into native executable

前端 未结 11 2149
既然无缘
既然无缘 2020-12-03 00:19

Is there any approach to convert an application developed in .NET into a native executable (sources are included)?

Installing the whole framework (up to .NET Framew

11条回答
  •  借酒劲吻你
    2020-12-03 00:40

    Some Obfuscators do this, you would have to do it beforehand though (before you ship it to your users). An example is remotesoft's Salamander.

提交回复
热议问题