ConfuserEx
ConfuserEx copied to clipboard
Does ConfuserEx work on DLLs generated by Xamarin.iOS?
I generated a .NET DLL using Xamarin.iOS on a Mac. ConfuserEx appears to obfuscate the DLL, and a cursory test of the confused DLL on an iPhone simulator seems to be working. I have two questions:
- Does ConfuserEx support obfuscation of Xamarin.iOS DLLs? (My cursory test appears to say it might, but I'm looking for verification.)
- Selecting "Generate Debug Symbols" didn't generate any symbol files, and I'm guessing it's because Xamarin.iOS generates a .mdb symbol file instead of .pdb. Is there any way to specify a .mdb format instead?
Thanks in advance for your help.
Hi,
- It should support Xamarin iOS applications, if correct setting is used.
- It currently does not support mdb files.
@yck1509 Hi, Could you share a sample of settings that are correct of Xamarin.iOS?
Thanks in advance.