필터 지우기
필터 지우기

EXE from deploytool can be cracked by unzipping it

조회 수: 5 (최근 30일)
Juan  Vanegas
Juan Vanegas 2016년 11월 11일
댓글: Walter Roberson 2018년 9월 8일
SITUATION: I created a stand-alone EXE file using deploytool. By right-clicking on the EXE and selecting "unzip", it is possible to retrieve the set of files from which the EXE is built upon. It's true that the contents of the .m files result obfuscated, but still one can simply type 'help' to any function within unzipping folder and details are displayed. Furthermore, my application includes a .mat file which can be after unzipping imported/loaded into Matlab with no hassle. QUESTION IS: How can I secure my code from this and prevent the user to get quite a lot of it just by unzipping the EXE file? Thanks.
  댓글 수: 4
BeeTiaw
BeeTiaw 2018년 9월 8일
I am wondering if this is still possible in 2018?
I built a matlab EXE using deploytool and wondering if it is still possible to crack it and see the m-file?
Walter Roberson
Walter Roberson 2018년 9월 8일
Mat files are not encrypted when they are placed in a compiled exe.
See also https://www.mathworks.com/matlabcentral/answers/43896-encryption-of-mat-files

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 File Operations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by