Is it possible to extract IL code from an Android Apk created on .net 9 Maui? #28096
Answered
by
mwalkowski
kentem-ka-hanada
asked this question in
Q&A
-
Before .Net8, assemblies.blob existed in the assemblies folder inside the APK and could be decompiled. |
Beta Was this translation helpful? Give feedback.
Answered by
mwalkowski
Mar 14, 2025
Replies: 1 comment 1 reply
-
@kentem-ka-hanada: I've just written an article explaining how to do this: https://mwalkowski.com/post/decompiling-an-android-application-written-in-net-maui-9-xamarin/ |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kentem-ka-hanada
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@kentem-ka-hanada: I've just written an article explaining how to do this: https://mwalkowski.com/post/decompiling-an-android-application-written-in-net-maui-9-xamarin/