How can i retrieve the bytecode and make a hash to see if someone has manipulated with my bytecode in-memory or on file?
EDIT: Does signing the binaries protect the code from being modified and executed? As much as I want to protect my users from making sure they are running my software. I would also like to protect the program (server) from being used by a hacked client.
How do i server side detect if someone tampered with my client?