<Module> etc.
-
Hi, guys, OK, my question might sound stupid, but I was googling around and didn't find anything about it :) I was exploring an assembly using the Reflector tool, and I've came across several classes with weird names, say or {0DA2D479-FAFD-495A-B33D-A1B079722BAC}. These do not belong to any namespaces defined in the assembly, so I have a feeling these are auto generated by the compiler. So, the question basically is what are these classes for and how do I detect those type of classes in code. I guess, if I figure out what are they for, I'll find a way to detect them ;) Thanks
Regards, Lev
-
Hi, guys, OK, my question might sound stupid, but I was googling around and didn't find anything about it :) I was exploring an assembly using the Reflector tool, and I've came across several classes with weird names, say or {0DA2D479-FAFD-495A-B33D-A1B079722BAC}. These do not belong to any namespaces defined in the assembly, so I have a feeling these are auto generated by the compiler. So, the question basically is what are these classes for and how do I detect those type of classes in code. I guess, if I figure out what are they for, I'll find a way to detect them ;) Thanks
Regards, Lev
My first thought would be these names are generated by an obfuscator
only two letters away from being an asset
-
My first thought would be these names are generated by an obfuscator
only two letters away from being an asset
No, Mark, I built this assembly (debug build) and I don't even have an obfuscator installed ;) So it's clean
Regards, Lev