5
I see that it is very common applications Android
(games for example) are modified through engenharia reversa
.
Even using obfuscação
and other anti reverse engineering techniques, it is difficult to maintain an Android application completely free snoopers, Cheaters, etc.
Faced with this scenario, I come to question the best way to keep the client-server communication intact, since ensuring the integrity of the application is a difficult task.
- How to ensure that the data arriving on the server actually comes from an intact application (not modified through
engenharia reversa
)?
This type of warranty is simply not possible. You can make it as difficult as possible behind various techniques, but none will effectively ensure the integrity or identity of its application.
– Androiderson
@Androiderson said it all.
– Luiz