PreviousNext

Anatomy of a .NET Assembly - PE Headers

by bill-s, 2018-08-21T02:40:28.085Z

Today, I’ll be starting a look at what exactly is inside a .NET assembly – how the metadata and IL is stored, how Windows knows how to load it, and what all those bytes are actually doing. First of all, we need to understand the PE file format.

Read More