ConfuserEx icon indicating copy to clipboard operation
ConfuserEx copied to clipboard

Does ConfuserEx work on DLLs generated by Xamarin.iOS?

Open patluze opened this issue 10 years ago • 2 comments

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:

  1. Does ConfuserEx support obfuscation of Xamarin.iOS DLLs? (My cursory test appears to say it might, but I'm looking for verification.)
  2. 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.

patluze avatar May 05 '15 19:05 patluze

Hi,

  1. It should support Xamarin iOS applications, if correct setting is used.
  2. It currently does not support mdb files.

yck1509 avatar May 06 '15 06:05 yck1509

@yck1509 Hi, Could you share a sample of settings that are correct of Xamarin.iOS?

Thanks in advance.

tuyen-vuduc avatar Aug 15 '18 17:08 tuyen-vuduc