如何将il转换为二进制? [英] how convert il to binary?

查看:230
本文介绍了如何将il转换为二进制?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想保护我的c#app。我决定将使用visual studio 2012在我的程序集中生成的il转换为binary.i,发现mono有一个编译来执行转换。但是还没有支持intel平台。

我该怎么办? 我不想使用混淆来保护。



当我们使用mono或visual studio编译.net程序时它会转换它可以很容易破解。并且有很多工具可以破解这些应用程序。

I want to protect my c# app. I decided to convert il that is produced in my assembly with visual studio 2012 to binary.i found that mono has aot compile that do that convertion . but intel platform in not supported yet.
what should I do? I don't want to use obfuscation for protection.

when we compile .net program with mono or visual studio it convert it to il that can be cracked very easy. and there are many tools for crack these apps.

推荐答案

或者你可以试试此解决方案 [ ^ ]





请注意,这不是绝对的保护,但肯定会使你的代码反向工程变得更加困难。



如果这有帮助请花点时间接受解决方案。谢谢。
Or you could try this solution[^]


Note that it isn't absolute protection, but definitely makes it harder to reverse engineer your code.

If this helps please take time to accept the solution. Thank you.


这篇关于如何将il转换为二进制?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆