0

I am looking for solution on how to prevent Cheat Engine and other memory modification programs. I am working for one Minecraft server, and we have problems with CE and memory modificators because javaw.exe process is obviusly not protected and they can easily write on memory and modify what they want before entering the server, then use modified values there... How to protect process from memory write ? What to do ? Thank you for your help :)

3
  • 1
    Add more detail about your computer configuration and how can others run their programs on your server.
    – harrymc
    Commented Jun 24, 2019 at 19:38
  • @harrymc If I am understanding correctly, others aren't modifying the server, they are modifying their clients which are connected to the server.
    – Moshe Katz
    Commented Jun 24, 2019 at 20:03
  • They modify their ram actually... I had idea of making my own minecraft launcher but and protect files but... :/
    – Midza43
    Commented Jun 24, 2019 at 20:24

1 Answer 1

1

There's nothing you can do. It's their memory that they're modifying, not yours. If the game trusts values provided by clients, then it's a protocol design fault and - again - there's nothing you can do.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .