Help with encrypted unity DLL

The Unknown

New User
17
12/22/16
1
Thread Author
Hello!
Can you guys help me on how I can mod games that have encrypted DLL files? I'm stuck, and I can't figure a way around...
 

Attachments

  • Help.webp
    Help.webp
    5 KB · Views: 131
Try opening in DNSpy first, and if that doesn't work there's a possible workaround to view in reflector. The first two bytes when viewed in a hex editor should be (some letter)Z, change that to MZ and try reading it ( if it works tho don't forget what the original two bytes were because you'll need to edit those back when finished)
(Edit rechecked where i had the original info, should try using DNSpy either way)
 
Back
Top Bottom