create proprietary fileformat for exe
4 ビュー (過去 30 日間)
古いコメントを表示
Hello, is there a possibility to create a fileformat out of a mat variable which can only be opened and read by the exe which will be created with matlab?
1 件のコメント
Rik
2018 年 10 月 18 日
You can trick it by renaming it after saving and before reading. You could try other methods of obfuscation, but this one is quite easy.
回答 (1 件)
Walter Roberson
2018 年 10 月 18 日
https://www.mathworks.com/matlabcentral/fileexchange/34564-fast-serialize-deserialize I am thinking you could serialize your data into a file and encrypt the file. Then in the executable use a Java streaming decryption routine sending data to a modified deserialize that accepted a buffer instead of a file.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で MATLAB Compiler についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!