Can third party extract code from standalone desktop app developed using app designer matlab?

9 ビュー (過去 30 日間)
I have developed an app using app designer. If I share that app as a standalone desktop app to a third party or a person, can he extract the code or algorithm from that executable file or setup file.

採用された回答

Mohammad Sami
Mohammad Sami 2020 年 8 月 5 日
You have two options.
You can compile your code using the Matlab compiler, which will prevent the users from being able to see your sourcecode.
Another option is to use pcode function to obfuscate your .m files. In the event you are not able to compile your code, this will protect your source code.
More details can be found here.

その他の回答 (1 件)

Steven Lord
Steven Lord 2020 年 8 月 5 日
When you use MATLAB Compiler, the code is compiled into an archive that is encrypted using AES. I am not aware of any computationally feasible attacks against AES.
But if someone really wanted to get access to your code, they could use the xkcd wrench attack.

カテゴリ

Help Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by