Jan 6th, 2002, 02:28 PM
#1
EXE format
Has anyone got a format specification for the Win95/NT EXE files for me? Thx
All the buzzt
CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Jan 7th, 2002, 06:33 AM
#2
For most file formats go to:
http://www.wotsit.org/
Jan 7th, 2002, 11:00 AM
#3
Yes, I know, I got a broken link to microsoft there.
I'll look again, but maybe someone else knows some direct link.
All the buzzt
CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Jan 9th, 2002, 09:57 AM
#4
Frenzied Member
Jan 9th, 2002, 01:10 PM
#5
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.
All the buzzt
CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Jan 9th, 2002, 02:15 PM
#6
New Member
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
Attached Files
Jan 9th, 2002, 02:28 PM
#7
Thanks a lot. This is exactly what I needed.
All the buzzt
CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Jan 9th, 2002, 02:35 PM
#8
New Member
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
Jan 9th, 2002, 02:56 PM
#9
No, sorry, I don't know VB.
All the buzzt
CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Click Here to Expand Forum to Full Width