Is there any recommended way how to obfuscate Mono for Android apps? The
build result is .apk file, which is Java byte code, right? Can be used tools
like ProGuard to obfuscate it?
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/Invalid-IL-code-tp4785643p4920988.htm
s again for your
> answer.
>
> Nicklas
>
> -Original Message-
> From: monodroid-boun...@lists.ximian.com
> [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Rolf Bjarne Kvinge
> Sent: 9. september 2011 17:30
> To: Discussions related to Mono for An
n for your
answer.
Nicklas
-Original Message-
From: monodroid-boun...@lists.ximian.com
[mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Rolf Bjarne Kvinge
Sent: 9. september 2011 17:30
To: Discussions related to Mono for Android
Subject: Re: [mono-android] Invalid IL code
Hi Ni
Hi Nicklas,
There are issues with obfuscated assemblies in general with mono. The
problem is that obfuscators create invalid files, inavlid IL, and all
sorts of bad things to make decompilers fail on them, in short they
scramble the assemblies as much as possible without causing failures
when runn
Hi,
When obfuscating my dlls with Dotfuscator I get the following when running my
application on a device:
ERROR/mono(5224): Unhandled Exception: System.InvalidProgramException: Invalid
IL code in MyPackage.MyActivity:OnCreate (Android.OS.Bundle): IL_0019: pop
I've used to Mono Migration Analyz