How can I customize code obfuscation in embedded coder?
8 次查看(过去 30 天)
显示 更早的评论
I tried to generate obfuscated code with slbuild optional argument.
Basically, that works fine but I would customize the obfuscation level because some important external interface are obfuscated and the code is not anymore possible to interface with other parties.
What I expected is to keep below structure for external input & output in header and source file.
typedef struct {
int16_T input1;
int16_T input2;
} Model_ExtU_ts;
0 个评论
回答(1 个)
Yash Sharma
2023-11-23
I understand that you want to have custom structures in the C code generated by embedded coder.
Please review the following documentation, which will assist you in accomplishing the same task.
Organize Data into Structures in Generated Code: https://www.mathworks.com/help/rtw/ug/organize-data-into-structures-in-generated-code.html
Hope this helps!
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deployment, Integration, and Supported Hardware 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!