H
H
Hidanjkezor2015-09-03 20:44:33
Game development
Hidanjkezor, 2015-09-03 20:44:33

How to protect your process from injection?

Good day! I am writing a "small" protection for the game. Bad programs will try to "infiltrate" the performance of the game and give an advantage in it.
My program catches dishonest players. Is it possible to protect my own program from being injected into it (injection into my program -> disabling its protection -> starting the game -> protection does not work)
How can I avoid this?
Thanks in advance!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alex, 2017-06-09
@asilonos

The simplest thing you can do, The game process should periodically:
- List all threads,
- List all loaded Dlls
And be able to identify your own ..
A more difficult task is to determine the presence of hooks on important winapi.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question