필터 지우기
필터 지우기

How can I customize code obfuscation in embedded coder?

조회 수: 10 (최근 30일)
Minha An
Minha An 2023년 10월 30일
댓글: Minha An 2024년 2월 16일
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;

답변 (1개)

Yash Sharma
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.
Hope this helps!
  댓글 수: 1
Minha An
Minha An 2024년 2월 16일
Hi Yash, thanks for your answer. The data structures are already defined as well as my wish.
My question is not to customize data structure in embedded coder's code generation, but to customize code obfuscation behavior in protecting code process.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Deployment, Integration, and Supported Hardware에 대해 자세히 알아보기

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by