Re: Using PEFile to replace Images in PE EXE

2008-05-31 Thread Tim Roberts
GeoffreyF67 <[EMAIL PROTECTED]> wrote: > >I am trying to script some image changes for multiple EXE files in >linux. > >The problem I'm running across is that I haven't been able to find >anything out there that can do this...until now. > >It *looks* like pefile (available at google code) would do

Using PEFile to replace Images in PE EXE

2008-05-28 Thread GeoffreyF67
I am trying to script some image changes for multiple EXE files in linux. The problem I'm running across is that I haven't been able to find anything out there that can do this...until now. It *looks* like pefile (available at google code) would do the trick. Unfortunately I know absolutely noth