show/hide this revision's text 3 added 334 characters in body

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?

show/hide this revision's text 2 retag
show/hide this revision's text 1

java: retrieve bytecode from in-memory to prevent hacking

How can i retrieve the bytecode and make a hash to see if someone has manipulated with my bytecode in-memory or on file?