Xamarin app decompilation tool (only Android APK support for now).
Use this to automatically extract the C# code from the embedded DLLs on apps built with Xamarin.
- .NET Core: Download and install from here
- ilspycmd: dotnet tool install ilspycmd -g
- other requirements: pip install -r requirements.txt
Run either dexamarin.py app.apk or dexamarin.py -s assembly.dll for single file decompression and decompilation