How to protect/obfuscate AutoCode/Source code while sharing with third party?
2 次查看(过去 30 天)
显示 更早的评论
My intention is to protect/obfuscate AutoCode/Source code while sharing with third party so that they can just use it but I do not want to share implementation.
I tried below options
1) created protected model, with content type as "Readable Source code" and generated auto code from it.
and
2)created protected model, with content type as "Obfuscated Source code" and generated auto code from it.
In both auto codes, generated .c files, logic is not present since it is generated from protected model, only difference in obfuscated code is names of functions are obfuscated(encrypted).
so basically, I have two questions,
- if we generate auto code using obfuscated then in which file our logic will be present, as per my understanding this code is compiled one but if I want to share with third part then what are all files, I should share with them so taht they can use it but cannot see implementation
- Is it possible to protect/obfuscate handwritten c code also using Matlab?
0 个评论
回答(0 个)
另请参阅
类别
在 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!