Thread overview
Changing section name
Oct 03, 2003
BiMode
Oct 03, 2003
Walter
Oct 03, 2003
Matthew Wilson
Oct 03, 2003
Walter
Oct 03, 2003
Matthew Wilson
October 03, 2003
Is it possible?

If so, how do I do to change the section name of the image files?

for example '.text' change to 'CODE'


October 03, 2003
It isn't easy. You'll need to write a program to read the .exe file, change the name, and write it back out.

"BiMode" <BiMode_member@pathlink.com> wrote in message news:bljr8v$2k7c$1@digitaldaemon.com...
> Is it possible?
>
> If so, how do I do to change the section name of the image files?
>
> for example '.text' change to 'CODE'
>
>


October 03, 2003
Is there some good documentation for the PE format, in respect of the specifics required for doing what you describe?

"Walter" <walter@digitalmars.com> wrote in message news:blkl5g$nqm$1@digitaldaemon.com...
> It isn't easy. You'll need to write a program to read the .exe file,
change
> the name, and write it back out.
>
> "BiMode" <BiMode_member@pathlink.com> wrote in message news:bljr8v$2k7c$1@digitaldaemon.com...
> > Is it possible?
> >
> > If so, how do I do to change the section name of the image files?
> >
> > for example '.text' change to 'CODE'
> >
> >
>
>


October 03, 2003
There's documents on the PE format of varying quality, usually findable with google.

"Matthew Wilson" <matthew@stlsoft.org> wrote in message news:blkof2$sca$1@digitaldaemon.com...
> Is there some good documentation for the PE format, in respect of the specifics required for doing what you describe?
>
> "Walter" <walter@digitalmars.com> wrote in message news:blkl5g$nqm$1@digitaldaemon.com...
> > It isn't easy. You'll need to write a program to read the .exe file,
> change
> > the name, and write it back out.
> >
> > "BiMode" <BiMode_member@pathlink.com> wrote in message news:bljr8v$2k7c$1@digitaldaemon.com...
> > > Is it possible?
> > >
> > > If so, how do I do to change the section name of the image files?
> > >
> > > for example '.text' change to 'CODE'
> > >
> > >
> >
> >
>
>


October 03, 2003
nw

"Walter" <walter@digitalmars.com> wrote in message news:blkqqp$vf9$1@digitaldaemon.com...
> There's documents on the PE format of varying quality, usually findable
with
> google.
>
> "Matthew Wilson" <matthew@stlsoft.org> wrote in message news:blkof2$sca$1@digitaldaemon.com...
> > Is there some good documentation for the PE format, in respect of the specifics required for doing what you describe?
> >
> > "Walter" <walter@digitalmars.com> wrote in message news:blkl5g$nqm$1@digitaldaemon.com...
> > > It isn't easy. You'll need to write a program to read the .exe file,
> > change
> > > the name, and write it back out.
> > >
> > > "BiMode" <BiMode_member@pathlink.com> wrote in message news:bljr8v$2k7c$1@digitaldaemon.com...
> > > > Is it possible?
> > > >
> > > > If so, how do I do to change the section name of the image files?
> > > >
> > > > for example '.text' change to 'CODE'
> > > >
> > > >
> > >
> > >
> >
> >
>
>