Can Python manipulate PE structure or bytes?

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Sun Jan 18 18:36:20 EST 2009


En Sun, 18 Jan 2009 20:18:13 -0200, <seaworthyjeremy at gmail.com> escribió:

> 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...


-- 
Gabriel Genellina




More information about the Python-list mailing list