Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Question Remote config was hooked, how to avoid?

Discussion in 'Unity Remote Config' started by masak, Aug 25, 2022.

  1. masak

    masak

    Joined:
    Aug 14, 2011
    Posts:
    50
    Hello,
    I used Remote Config for control game parameter.
    But a cracker falsified game execution and loaded his harmful dll. And then loaded GameAssembly and UnityPlayer.
    So remote config was hooked to read local json file:(
    I want to know how to avoid this.
    Unity authentication helps?

    Thanks
     
  2. JeffDUnity3D

    JeffDUnity3D

    Unity Technologies

    Joined:
    May 2, 2017
    Posts:
    14,446
    If they are truly intent, there isn't much you can do. What platform? A Google search for "obfuscating unity games" might help, but replacing a DLL is a bit different. Are you using IL2CPP https://forum.unity.com/threads/can-decompiler-il2cpp.428561/
     
    masak likes this.
  3. JeffDUnity3D

    JeffDUnity3D

    Unity Technologies

    Joined:
    May 2, 2017
    Posts:
    14,446
    @masak May I ask, how do you know this? Just playing an RC enabled game offline will read the local cache.
     
  4. masak

    masak

    Joined:
    Aug 14, 2011
    Posts:
    50
    Platform is windows standalone , IL2cpp
    And I knew the pirate when strange boost of DAU was showed in unity analytics.
    And I googled my game title, and found the cracked game.
    And I downloaded the file which contains a cracker's memo.
    I can send you.
     
  5. JeffDUnity3D

    JeffDUnity3D

    Unity Technologies

    Joined:
    May 2, 2017
    Posts:
    14,446
    That's ok, I believe you. I was just checking.