LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

monodis

disassembles

TLDR

Disassemble .NET assembly
$ monodis [assembly.dll]
copy
Show assembly metadata
$ monodis --assembly [assembly.dll]
copy
Show type definitions
$ monodis --typedef [assembly.dll]
copy
Output to file
$ monodis [assembly.dll] > [output.il]
copy

SYNOPSIS

monodis [options] assembly

DESCRIPTION

monodis disassembles .NET assemblies (DLL/EXE) to CIL (Common Intermediate Language) text. Part of the Mono framework. Used for debugging, reverse engineering, and understanding .NET bytecode.

PARAMETERS

--assembly

Show assembly table.
--typedef
Show type definitions.
--typeref
Show type references.
--methoddef
Show method definitions.
--method name
Disassemble specific method.
--output file
Output to file.
--mscorlib
Reference mscorlib for disassembly.

INSTALL

sudo apt install mono-utils
copy
sudo pacman -S mono
copy
sudo apk add mono
copy
brew install mono
copy
nix profile install nixpkgs#mono
copy

SEE ALSO

monop(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid