Extract Source Code from Compiled App
Show older comments
Hi at all,
I hava a Matlab App that I want to publish to colleagues. I used mcc to compile a standalone .exe and noticed, that this .exe is openable with the explorer.
Looking inside, i found that in some cases you can at least reconstruct the paths of the packages, functions and classes, that I wrote for my app.
This brings me to my actual question: Is it possible to extract or reconstruct the Source Code from a compiled app?
Thanks and all the best,
Benjamin
Accepted Answer
More Answers (1)
Bruno Luong
on 19 Jul 2022
1 vote
"Is it possible to extract or reconstruct the Source Code from a compiled app?"
The source code is obfuscated, only TMW and confirmed hackers who know secretly the algorithm can reconstruct the source code. Mortal people cannot.
Categories
Find more on Develop Apps Using App Designer in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!