开发者

Delphi vcl.net applications and decompilation

.net applications can be decompiled easily . But with the use obfuscator it can be made harder.

My application is a Delphi for .net vcl (delphi for .net 2006) application. My problem is: Is my application also in the above category (can be decompiled easily) or it is hard as decompiling a win32 application

I have not yet used obfuscator . I want to know whether my applicatio开发者_开发问答n need obfuscator or not


You should obfuscate your code if your concerned about decompiling.

All .NET applications can be decompiled. VCL.NET applications are no exception.
Tools are smart enough to even decompile an application to another language. It's not perfect but it does work.

Although it has been awhile since I have used that product, I am fairly sure it shipped with a obfuscation tool.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜