Log in

View Full Version : C/C++ source for parsing PE header?


FrankRizzo
April 2nd, 2006, 21:39
Anyone have a link to a function that reads the PE header? (That isn't part of some 3 MB program, or completely hacked to pieces.)

Thanks Guys!

goggles99
April 2nd, 2006, 22:45
This parses and validates a PE file
http://austin.youareinferior.net/?page=code (look for peval)

http://pmode.org/ (look in sources for wdll_src.zip)

http://www.quequero.org/store/program/ntos_pe.htm (Look for the link to ntos_pe.zip)


This IS a function of a larger program, but still worth mentioning becasue it is so good.

http://scifi.pages.at/yoda9k (Look under proggies -> SoftSnoop 1.3 -> C the file name is SS13-SRC.zip)


Extremist
April 2nd, 2006, 23:55
MSDN ImageHlp library

upb
April 3rd, 2006, 02:50
.