.net.net-assemblyprocess-explorer

Weird assembly names in Process Explorer .Net Assemblies Tab


I am looking at .Net Framework process in Process Explorer and can see some random named assemblies in the list of loaded .Net Assemblies like p2m1qbui, rhrfmrlb etc. It doesnt show the path assembly loaded from either.

Can someone explain what are those assemplies?

Thanks


Solution

  • Their are so-called dynamic assemblies, generated in memory for different purposes. Example, common usage are:

    You can also create your own dynamic assemblies with use of Reflection.