# assemblyline-service-dotnet **Repository Path**: mirrors_microsoft/assemblyline-service-dotnet ## Basic Information - **Project Name**: assemblyline-service-dotnet - **Description**: Parses the Common Language Runtime (CLR) header for Windows .NET files using Unit42's dotnetfile library - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-23 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Dotnet Service Parses the Common Language Runtime (CLR) header for Windows .NET files using Unit42's [dotnetfile](https://github.com/pan-unit42/dotnetfile) library. Detailed documentation can be found [here](https://pan-unit42.github.io/dotnetfile/) # Execution Successful execution will result in the following Assemblyline results: 1. Overview 1. References - AssemblyRef (.NET DLLs) & ModuleRef (native DLLs) 1. Cor20 Header info 1. Streams - Stream names - Extracted #Strings (if available) - Extracted #US Strings (if available) 1. Metadata tables - Module - Assembly - AssemblyRef - ModuleRef - ImplMap - TypeRef - TypeDef - MethodDef - MemberRef - Event - ManifestResource 1. .NET Resources - Resource data will also be extracted as a new file ## Trademarks This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow [Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general). Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.