Can I access the code for my packaged app?
이전 댓글 표시
I've created and packaged an app using the App Designer, and I want to share it.
However, I only want others to use my app and not have access to the app code.
Is it possible to package an app without making the code inaccessible?
Is the code inaccessible when using app packing function in the MATLAB?
댓글 수: 3
Angelo Yeo
2023년 11월 14일
편집: Angelo Yeo
2023년 11월 14일
Have you tried Application Compiler? Compiled apps are encrypted, so one cannot see its source code.
https://www.mathworks.com/help/compiler/applicationcompiler-app.html
홍제 정
2023년 11월 14일
Angelo Yeo
2023년 11월 14일
편집: Angelo Yeo
2023년 11월 14일
Yes, Application Compiler encrypts m-files automatically. Note that the compilation uses AES (Advanced Encryption Standard), which is different from p-code. P-codes obfuscate codes.
Information on encryption is not fully documented, but you can find hints in the doc below.
https://www.mathworks.com/help/compiler/mcc.html
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
