.net PE header

VBnetster

Active member
Joined
Feb 15, 2008
Messages
32
Programming Experience
Beginner
hi all.

I'm not very good with the structure of PE files, all i know is the .net PE files have a different structure than other windows PE files, right?

Anyway I know there is ways to extract file icons from a file using vb.net code but is there a way to open a PE file as binary access and extract the files header? all i want really is to extract the files ICON and print the data to the console in binary form or so.
 
Back
Top