Answer the question
In order to leave comments, you need to log in
How to protect an application from code injection?
Hello, how can I protect an application written in C ++.
I would like to know:
Answer the question
In order to leave comments, you need to log in
You can try to imagine what exactly a cheat can do with the data, and build in a check to see if the data has been changed in an illogical way.
A kind of test built into the application itself. By the way, if you really periodically call a certain function with test data and compare the results with known ones, you can catch the moment when the function was changed and began to do something wrong or wrong. No hash checks etc.
There are many ways, from simple - hash verification, to verification of the number of lines or characters in the application.
More and more depends on the imagination.
In general, a difficult task ... Commercial protectors - I think it's an easy option.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question