Explain PE file format in .NET
PE represents a Portable Executable. Windows executable record (.EXE ) and DLL (Dynamic Link Library) pursue the PE document group. This is subordinate of the Microsoft Common Object File Format (COFF). A .NET PE document group comprises 4 sections: PE/COFF headers CLR header CLR information Metadata MSIL code Native image section COFF header contains data … Read more