Can I see the text of a compiled *.m file?
古いコメントを表示
Hello,
I've discovered that if I have a compiled app (via Matlab deploytool), I can see all it's *.m files in
AppData / Local / Temp / user-name / mcrCache9.3 /
Q1: with respect to secuity/privacy, it's a bit strange that if I send my Compiled GUI to a customer, theoretically he can see, at least the names of all my source *.m file, isn't it?
Q2: I can see the *.m files, but they actually are binary. Is there anyway I can "convert" them back to text?
THANKS!
採用された回答
その他の回答 (1 件)
Yongjian Feng
2021 年 12 月 20 日
0 投票
The folder you mentioned in general is used for caching data locally. Most likely during compilation. This might not happen in the user's machine. Did you try to install your app in another machine and check that folder?
1 件のコメント
Mark Golberg
2021 年 12 月 20 日
編集済み: Mark Golberg
2021 年 12 月 20 日
カテゴリ
ヘルプ センター および File Exchange で MATLAB Compiler についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!