This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Checksum calculation of a specific part of the code

Is it possible to force the compiler (with a directive or something) to store a specific part of the code in a predefined area in the memory?

What I want to do is to be able to calculate a checksum of some specific functions in my code, so I later can prove that they are unchanged since the last build.

My thought is that if I know in which memory area these functions are located then I can simply calculate a checksum of this area.

Any ideas, someone?

Parents
  • This sounds like a strange idea. I completely agree with erik. You have a much better chance of verifying code integrity by calculating checksums of source files. Why don't you describe the actual problem? Then we might be able to suggest something.

    - mike

Reply
  • This sounds like a strange idea. I completely agree with erik. You have a much better chance of verifying code integrity by calculating checksums of source files. Why don't you describe the actual problem? Then we might be able to suggest something.

    - mike

Children