Modding - Assembly C# Or NET Reflector?

Hanyo

New User
5
11/28/15
0
Thread Author
Title says all, which one, in your experience is better to use with apk modding? Any specifics why? What works/has worked best for you? Responses greatly appreciated.
 
Hadn't use Assembly C#. I mainly use net reflector. It has its limitations, but I am currently OK with it. It does its job. Only downside is I can't mod any encrypted dll due to my phone not being able to connect for more than 20 seconds on my computer and i can't get permission to dump the file on my phone =/
 
Hadn't use Assembly C#. I mainly use net reflector. It has its limitations, but I am currently OK with it. It does its job. Only downside is I can't mod any encrypted dll due to my phone not being able to connect for more than 20 seconds on my computer and i can't get permission to dump the file on my phone =/

Thanks for the great answer. Yeah, it seems like NET Reflector is overall more easy to use than hard-modding with Hex, especially when the dlls aren't encrypted. So you say a solution to an encrypted dll is to dump the file? Then what would you do to proceed with de-encryption? Any methods?
 
i got from another link try search again using google, and working fine and successfully decrypt !!
 
helo,... pls help i want to open assambly-Scrap.dll... cannot open on N necflector
 
In any case i recamend c++ its very usful for apk modding howaver thats is no sempel languje to lern so c# is very useful for the biganer apk modder
 
I recommend dnspy. It's got an easy interface, when editing the IL Code you don't have to scroll though all of it (just right click the C# and click Edit IL Instructions), and also has option to modify method or class in C# Code. No plug in needed, just dnspy.
 
I recommend dnspy. It's got an easy interface, when editing the IL Code you don't have to scroll though all of it (just right click the C# and click Edit IL Instructions), and also has option to modify method or class in C# Code. No plug in needed, just dnspy.

Nice choice. dnSpy is most user friendly than .net reflector.
i use it to mod some unity game with unencrypted dll.

For user who modify game compiled with last version on unity, you need rooted phone, gameguardian,Il2CppDumper( last 2 find on google).

Process for dumping dll from memory with gameguardian -->

Il2cpp tutorial --> How to dump and mod il2cpp games (2017)

This is for unity game-made.

if you want to mod other game, best choiche are IdaPro.
For Tutorial of how use IdaPro , just google it,but remember IdaPro are most difficult to understand. you need many try.
 
Back
Top Bottom