PDA

Click to See Complete Forum and Search --> : EXE format


CornedBee
Jan 6th, 2002, 01:28 PM
Has anyone got a format specification for the Win95/NT EXE files for me? Thx

Si_the_geek
Jan 7th, 2002, 05:33 AM
For most file formats go to:
http://www.wotsit.org/
:D

CornedBee
Jan 7th, 2002, 10:00 AM
Yes, I know, I got a broken link to microsoft there.
I'll look again, but maybe someone else knows some direct link.

numtel
Jan 9th, 2002, 08:57 AM
http://www.wotsit.org/search.asp?page=2&s=windows has 4 links to Windows EXEs

CornedBee
Jan 9th, 2002, 12:10 PM
They all describe the NE (new executable) format that Win 3.1 used. I want the description of the PE (portable executable) format that was introduced with Win NT and is used by all 32-bit versions of windows.

moogman
Jan 9th, 2002, 01:15 PM
Hereya go... Included is a decent description of the PE file format, and some misc. asm code that gets them out. The file PE.txt is probably what you are looking for

- moog :)

CornedBee
Jan 9th, 2002, 01:28 PM
Thanks a lot. This is exactly what I needed.

moogman
Jan 9th, 2002, 01:35 PM
No probs at all. Maybe you could help me somewhat...

Im looking for a way to get out the PE info in VB. I need an efficient way to do it (ie without using Seek # or whatever).

I can do it in C and/or ASM, but I need a way to do it in VB, any ideas?

-moog

CornedBee
Jan 9th, 2002, 01:56 PM
No, sorry, I don't know VB.