Program checksum

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I do some verification of the yields from a program. In my verification
documentation I would like to relate these verified data to a build. Of cause
I maintain a revison history of the program, but this is manual. I would like
not to be able so change a single letter in the code without detecting it.

Is it possible to get some kind of reflexion checksum - Just as if I made a
SHA code of the .exe file, but rather I would like this from within the
program itself.
 
Hello Denmark,

see there http://www.automatedqa.com/communit...leType/ArticleView/articleId/553/Default.aspx

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

DJ> I do some verification of the yields from a program. In my
DJ> verification documentation I would like to relate these verified
DJ> data to a build. Of cause I maintain a revison history of the
DJ> program, but this is manual. I would like not to be able so change a
DJ> single letter in the code without detecting it.
DJ>
DJ> Is it possible to get some kind of reflexion checksum - Just as if I
DJ> made a SHA code of the .exe file, but rather I would like this from
DJ> within the program itself.
DJ>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top