Can third party extract code from standalone desktop app developed using app designer matlab?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
DARSHAN N KANNUR
le 5 Août 2020
Réponse apportée : Steven Lord
le 5 Août 2020
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.
0 commentaires
Réponse acceptée
Mohammad Sami
le 5 Août 2020
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.
0 commentaires
Plus de réponses (1)
Steven Lord
le 5 Août 2020
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.
0 commentaires
Voir également
Catégories
En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!