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 =/
Follow this blogSo 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?
Thanks. It seems there are better programs for modding like ILdasm to parse dll assemblies. I've usually only modded game clients using eclipse and methods to de-obfuscate, this is a whole new territory, I gotta check that out too!
nope .. not much just follow the basic tutorials and you will get the hang of it in no timeAny other opinions greatly appreciated, thanks.
i'm follow the tutorial. but i can't get the gcore stuff...nope .. not much just follow the basic tutorials and you will get the hang of it in no time
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.