中文English
芯片解密ichaiyang 2024-05-07 22:05 136
Not the source codeWhat is decrypted is a machine code program, which needs to be disassembled into an assembler, and then read these programs to make changes. If the original prog...

Is the source code decrypted by the MCU?

Not the source code

What is decrypted is a machine code program, which needs to be disassembled into an assembler, and then read these programs to make changes. If the original program is written in C language, the compiled machine code program, decrypted, and then decompiled to get the assembler is difficult to read, let alone modify. If the original program is not long and is written in assembly language, the decompiled program can be read after decryption, but it needs to have a strong foundation in writing assembly language programs to read.