.exe MATLAB文件反编译

发布于 2024-11-04 02:30:40 字数 230 浏览 0 评论 0原文

我正在尝试反编译 32KB .exe MATLAB 文件。我尝试了 Boomerang 软件,它提取了项目 m 文件和图形。数字没问题,MATLAB 可以显示它们。但是当我打开m文件时,它包含无意义的字符。

如何查看 m 文件代码?您还知道其他合适的软件吗?

非常感谢。

I am trying to decompile a 32KB .exe MATLAB file. I tried the Boomerang software, it extracts the project m-files and figures. the figures are ok and the MATLAB can show them. but when I open the m-files, it contains unmeaning characters.

how can I see the m-files codes? Do you know any other suitable software?

thank you very much.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

软糖 2024-11-11 02:30:40

如果 .exe 文件是用 MATLAB 编译器生成的,则这是不可能的。 MATLAB 代码作为部署过程的一部分进行加密。

If the .exe file has been produced with MATLAB Compiler, this is not possible. The MATLAB code is encrypted as part of the deployment process.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文