How to protect/obfuscate AutoCode/Source code while sharing with third party?

5 ビュー (過去 30 日間)
Gopal Pande
Gopal Pande 2021 年 8 月 13 日
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,
  1. 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
  2. Is it possible to protect/obfuscate handwritten c code also using Matlab?

回答 (0 件)

カテゴリ

Help Center および File ExchangeDeployment, Integration, and Supported Hardware についてさらに検索

製品


リリース

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by