When protection the code, in order to ensure that the function of the code remains unchanged after protection and before protection, it is necessary to distinguish the code and data in the program and then do the corresponding protection, otherwise it will lead to the destruction of the original logic of the program. However, the current PC computer belongs to the von Neumann computer architecture, which stores instructions and data in the same memory.
2021/07/12