本文介绍了哪种语言可以保护我的源代码?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我希望创建包含注册算法的共享软件.我正在寻找一种无法轻易反编译为可读代码的编程语言.例如,可以将C#反编译为可读代码.

I wish to create shareware software that contains a registration algorithm. I am looking for a programming language, that cannot be easily decompiled into readable code. For example, C# can be decompiled into readable code.

我有什么选择?

我正在寻找只能反汇编为汇编的东西.例如,不能像C#或Java那样反编译Delphi,但是据我所知,Delphi快要死了.

I'm looking for something that can be only decompiled into assembly. Delp for example, cannot be decompiled like C# or Java, but from what I've heard, Delphi is dying.

推荐答案

Delphi并没有死,它还活得很好.

Delphi is not dying, it is alive and well.

与社区一样,位于 delphifeeds .
您还可以在 Delphi Wikia 上查看更多的delphi项目,免费软件,共享软件和商业软件.

As is the community, at delphifeeds.
You can also see more delphi projects, Freeware, shareware and commercial at the Delphi Wikia.

因此,我想说Delphi是软件开发的很好选择.免费软件,共享软件或商业软件.

Thus I'd say Delphi is a very good choice for Software Development. Freeware, Shareware or Commercial.

更新:在2011年9月1日 Embarcadero 发布了 Rad Studio XE2 .该版本在已经强大的delphi Dev环境中添加了64位编译,Livebindings,Native Mac OSX编译,IOS(通过XCode)以及更多功能.

Update:On September 1st 2011 Embarcadero released Rad Studio XE2. This released adds 64 Bit Compilation, Livebindings, Native Mac OSX compiling, IOS (via XCode) and a whole lot more to the already powerful delphi Dev environment.

这篇关于哪种语言可以保护我的源代码?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-27 16:13