I'm trying to debug a FMU file which is a part of a larger simulation, and my problem is that I have no direct access to the code inside. I've tried importing the FMU file to Simulink, but what I get is a blackbox block with I/Os. My goal is to directly access the governing C/C++ code going on inside the block, is there any way to do this, preferably with Simulink/MATLAB?
Is what I'm describing next to impossible as a FMU file is already compiled?