Search Unity

How to hide Assembly-CSharp.dll ?

Discussion in 'General Discussion' started by Peter77, Jun 26, 2017.

  1. Peter77

    Peter77

    QA Jesus

    Joined:
    Jun 12, 2013
    Posts:
    6,609
    Unity games typically store their compiled code, "Assembly-CSharp.dll" and "Assembly-CSharp-firstpass.dll", in the "<GameName>_Data/Managed" directory.

    However, then there is INSIDE, which does not contain those dll's.

    I wonder how I can do that as well. Any idea how to "hide" those dll files?
     
    frosted likes this.
  2. ChazBass

    ChazBass

    Joined:
    Jul 14, 2013
    Posts:
    153
    IL2CPP and a custom build, I would guess.
     
  3. Meltdown

    Meltdown

    Joined:
    Oct 13, 2010
    Posts:
    5,822
    They may have used something like Enigma Protector, which puts all your game files/folders into a single virtual machine .exe, which makes it really tough to hack/crack/view etc.
     
    HeadClot88 likes this.