I'm trying to access the resources in an assembly I didn't write; here's what it looks like in DnSpy:
If I call GetManifestResourceNames on the assembly it only returns '0a58be7b.Resources.resources". I want to access the images inside it but I have no idea what to cast it to so I can.
what do I do?