Greetings!
Currently, I'm hitting a road block on a task that I need to perform. My goal is to hash my source code and check if the code has been changed during runtime. if it has been modified, it shouldn't be allowed to run.
My question is how do i achieve this? I've been reading around a lot and am currently I'm still looking for solutions. However, I cannot find the solution I need. Can someone point me in the right direction by telling me how to hash my source code?
Thanks for your time :D