Skip to content

alexisflive/Dexamarin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dexamarin

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.

DEPENDENCIES (install these before running this tool)

  • .NET Core: Download and install from here
  • ilspycmd: dotnet tool install ilspycmd -g
  • other requirements: pip install -r requirements.txt

Usage

Run either dexamarin.py app.apk or dexamarin.py -s assembly.dll for single file decompression and decompilation

About

Xamarin decompilation tool (only Android APK support for now)

Topics

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages