Re: Appending data to an exe file
- From: "hutch--" <spamtrap@xxxxxxxxxx>
- Date: 19 Nov 2005 20:42:24 -0800
Claude,
It sounds like you should hunt up a Microsoft document called
PECOFF.DOC if its 32 bit PE executables you are interested in.
Depending on the details, you can in fact add data to a PE file as an
extra section or you can write data in the spaces between existing
sections but you will need to know what you are doing properly.
Good luck.
hutch at movsd dot com
.
- Follow-Ups:
- Re: Appending data to an exe file
- From: news.cybercity.dk
- Re: Appending data to an exe file
- References:
- Appending data to an exe file
- From: spamtrap
- Appending data to an exe file
- Prev by Date: Re: I've got a lot of beginner questions :(
- Next by Date: Re: I've got a lot of beginner questions :(
- Previous by thread: Appending data to an exe file
- Next by thread: Re: Appending data to an exe file
- Index(es):
Relevant Pages
|