What are the `exact` differences between .NET dll and a normal dll?
I’ve copied and pasted this from my own post on it: The format of a .NET dll is: PE header CLR header CLR metadata CLR IL code Native data PE header The PE header is the portable executable header that all Win32 applications and libraries have, and instructs Windows what to do with the file. … Read more