How to Restore source code from Standalone-App - Executable file (.exe)
Afficher commentaires plus anciens
Unfortunately, an application project I made in the app designer was deleted.
I have the .exe file of the standalone application.
Please, is there anyone who can recovery my source code (.m file) from the .exe file that attaced.
Extract didnt help and the support didn't get back to me
I will really appreciate the help..
Thanks
Réponses (2)
John D'Errico
le 20 Déc 2022
0 votes
I would strongly suggest you start (re)writing your code, as recovery of an m-file from an exe is apparently not an option. (Whether you might be able to recover some code or not I can't say.)
Next time, remember to back up your files! This experience will probably help you to remember to do that in the future. An automatic backup is a tremendously valuable tool.
Mohammad Hossain Rahmani
le 17 Août 2024
0 votes
there is a program that do the work and write a source code for an executable file in C or C++ language. it write just similer code to that program not exactly itself. the program is Ghidra which is open source and free.
Catégories
En savoir plus sur Develop Apps Using App Designer dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!