2

I need to write a program in either Python or MATLAB that contains some proprietary information, but will not easily reveal this proprietary information if the program is distributed.

While I realize that a determined hacker can reverse engineer any source code, would it be easier to secure code written in Python or MATLAB?

4

2 に答える 2

1

MATLAB で行うのは非常に簡単なようです。

pcode <filename>

ドキュメンテーション センターを参照してください。

Python については、Python wikiを参照してください。

于 2013-05-09T14:56:07.900 に答える