All I need is some simple obfuscation, just renaming the names of classes, methods, fields and variables. Some questions:
1) Inside the APK file, there is a DEX file, and not directly the DLL or EXE. So there is already some slight "obfuscation". But am I right that it is not too difficult to extract the .NET stuff?
2) In Java, there is a compiler option to do such simple renaming things. Has the Mono compiler such option, too?
3) I do not have Visual Studio. Instead, I use Xamarin Studio on a MacBook. Is it possible to use commercial obfuscators (which?) with Xamarin Studio? (Theoretically, I could switch to Windows, but I think that Visual Studio would be too expensive)