Search Unity

[TIPS] Secure your android games from hackers

Discussion in 'Android' started by david62511, Feb 20, 2018.

  1. david62511

    david62511

    Joined:
    Jul 2, 2017
    Posts:
    3
    As you all know, nowadays with dnSpy or Il2Cppdumper, people can hack/mod android games easily.
    So, here are some tips to secure your android games, protected it from being modded.
    1. Use Il2cpp instead of DLL. Il2cpp has better performance and more secure than dll, making it harder to mod.
    2. Use apk signature check.
    3. Use apk hash check.
    These methods are simple and easy to implement and I believe this will stop most of hackers.
     
    WirealTalha, rgeko and WillNode like this.
  2. david62511

    david62511

    Joined:
    Jul 2, 2017
    Posts:
    3
    No one interested in security of android games?
     
    WirealTalha likes this.
  3. mgear

    mgear

    Joined:
    Aug 3, 2010
    Posts:
    9,443
    how to do signature check and hash check?
     
  4. david62511

    david62511

    Joined:
    Jul 2, 2017
    Posts:
    3
    You can search on Google, there are many tutorials already. Here I just share tips
     
  5. shuskry

    shuskry

    Joined:
    Oct 10, 2015
    Posts:
    462
    Up ! I want to know more tips :)
     
  6. IllogicalGames

    IllogicalGames

    Joined:
    Apr 16, 2013
    Posts:
    174
    please... tell me more
     
  7. WirealTalha

    WirealTalha

    Joined:
    Jul 19, 2018
    Posts:
    142
    please share some tutorials for us devs??