Can Python manipulate PE structure or bytes?

S

seaworthyjeremy

I'm interested in Python and wanted to know if Python can manipulate
PE structure and bytes. Also what are its limits?
 
G

Gabriel Genellina

I'm interested in Python and wanted to know if Python can manipulate
PE structure and bytes. Also what are its limits?

If you're talking about the "Portable Executable" file format, yes. Take a
look at the struct module, or ctypes.Struct, but try Google first...
 
G

Gabriel Genellina

I'm interested in Python and wanted to know if Python can manipulate
PE structure and bytes. Also what are its limits?

If you're talking about the "Portable Executable" file format, yes. Take a
look at the struct module, or ctypes.Struct, but try Google first...
 

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,299
Messages
2,571,545
Members
48,299
Latest member
Ruby87897

Latest Threads

Top