En Sun, 18 Jan 2009 20:18:13 -0200, <seaworthyjer...@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

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to