Possibility of decompiling .exe to m files by using eval function?
조회 수: 5 (최근 30일)
이전 댓글 표시
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.
댓글 수: 0
채택된 답변
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
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Language Support에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!