Can anyone tell me how to see an encrypted C# assembly?

XYGN

New User
3
11/10/18
0
Thread Author
well u guys know some online android games are made with unity, and some of them have an protected C# assembly that wont be opened with .net reflector or dnspy. i try to search it and still can't understand it, can someone help me?
 
well u guys know some online android games are made with unity, and some of them have an protected C# assembly that wont be opened with .net reflector or dnspy. i try to search it and still can't understand it, can someone help me?

try GameGuardian or GDB gcore methods or use/put your code at startactivity file(.smali) at 'onCreate' or '.method constructor' <init>
 

The first response tells you some links that are actually down but if you google those same words you can find other forums that copy/pasted the tutorials.
 
Back
Top Bottom