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>
 
Back
Top