NickstaDB / xamarin-decompress

Decompress Xamarin .NET compressed binaries so they can be decompiled.
MIT License
47 stars 11 forks source link

Not working with ELF dll's #2

Closed timea-techgirl closed 1 year ago

timea-techgirl commented 1 year ago

Unable to decompress assemblies in this apk. I get this output,

Checking: libaot-Xamarin.filename.dll.so
b'\x7fELF\x02\x01\x01\x00'
NickstaDB commented 1 year ago

Compressed assemblies begin with the string XALZ (see https://github.com/xamarin/xamarin-android/pull/4686). The example you've given shows an ELF file header (\x7fELF), not a compressed Xamarin assembly.