Possibility of decompiling .exe to m files by using eval function?

5 ビュー (過去 30 日間)
bin lu
bin lu 2022 年 1 月 28 日
回答済み: Steven Lord 2022 年 1 月 28 日
Hello,
I have a Malab exe, this exe reads all input varibles from a text via the eval function. So I wonder if I can get the mfile code by adding some codes in this text. I have tried matlab.desktop.editor.getActive but it failed. I also tried who and whos but only varibles were given. Is there any other ways or it is impossible? thank you.

採用された回答

Steven Lord
Steven Lord 2022 年 1 月 28 日
From the documentation "MATLAB Runtime only works on MATLAB code that was encrypted when the deployable archive was built. Any function or process that dynamically generates new MATLAB code will not work against MATLAB Runtime."

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLanguage Support についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by