frida_win_dotnet_list_assemblies
List all .NET assemblies loaded in a target Windows process, using CLR enumeration or module metadata detection as fallback.
Instructions
[Windows] Enumerate .NET assemblies loaded in a target process.
Tries CLR.enumerateAssemblies() first, falls back to module enumeration with .NET metadata detection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes |