.NET

Examine Static Properties

dnfile

Analyze static properties of .NET files.

Website: https://github.com/malwarefrank/dnfilearrow-up-right Author: MalwareFrank License: MIT License: https://github.com/malwarefrank/dnfile/blob/master/LICENSEarrow-up-right Notes: To use this library, create a Python program that imports it and loads the .NET file, as described in https://github.com/malwarefrank/dnfile/blob/master/README.rstarrow-up-right. State File: remnux.python3-packages.dnfilearrow-up-right

dotnetfile

Analyze static properties of .NET files.

Website: https://github.com/pan-unit42/dotnetfilearrow-up-right Author: Palo Alto Networks Unit 42 License: MIT License: https://github.com/pan-unit42/dotnetfile/blob/main/LICENSEarrow-up-right Notes: You can use the command-line tool dotnetfile_dump.py. Alternatively, to use this library, create a Python program that imports it and loads the .NET file, as described in https://github.com/pan-unit42/dotnetfile/blob/main/readme.mdarrow-up-right. State File: remnux.python3-packages.dotnetfilearrow-up-right

monodis

Disassemble and extract resources from .NET assemblies.

Website: https://www.mono-project.com/docs/tools+libraries/tools/monodis/arrow-up-right Author: Mono Project: https://www.mono-project.comarrow-up-right License: MIT License: https://github.com/mono/mono/blob/main/LICENSEarrow-up-right Notes: Use monodis --mresources assembly.dll to extract .NET manifest resources. Use monodis --presources assembly.dll to list resources without extracting. State File: remnux.packages.mono-utilsarrow-up-right

Last updated