Using PEFile to replace Images in PE EXE

G

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 nothing about python.

Any ideas/hints/tips appreciated.

Thanks,

G-Man
 
T

Tim Roberts

GeoffreyF67 said:
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.

It would if Linux executables were PE files. They aren't. The usual Linux
executable format is called ELF.

What do you think you are going to do to these executable files? I can
think of darned few legitimate reasons to modify an executable.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,201
Messages
2,571,049
Members
47,652
Latest member
Campbellamy

Latest Threads

Top