logo
Dates

Author


Conferences

Tags

Sort by:  

Authors: Jan Seredynski
2021-09-24

tldr - powered by Generative AI

The presentation discusses the importance of application integrity in cybersecurity and the potential risks of not implementing it. It also provides some do-it-yourself tips for developers to ensure application integrity.
  • Application integrity is about verifying that the user is running on the original version of the app and that no resources have been changed.
  • Without application integrity, apps can be redistributed for free with built-in cheats or modified assets.
  • Developers can implement application integrity by checking for bundle ID, verifying the signature of the app, and checking for a debuggable state.
  • Clean code and obfuscation can also help prevent IP theft and make it harder for attackers to understand the code.