Hi all,
Following my previous thread caching downloaded classes . If you have a java application currently running, how easy (or hard) is it to get the bytes of one of its classes from another application or tool ?
In my previous thread, I could eliminate the caching problem, where it would be easy to get the class from the cashe, assuming that the cashe directory is widely known. Now I am trying to stop a running class from being highjacked.
Thank you