Hi,

I need my program to check that its own integrity is ok. For example: if someone used a hexadecimal editor to alter something in the exe, the program shouldn't start or even better: should start, display a messagebox that the integrity is not ok and then shutdown.

How to do this?

Thanks,

Ray