<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>pefile</name>
<shortdesc>Python PE parsing module</shortdesc>
<description>pefile, Portable Executable reader module


All the PE file basic structures are available with their default names
as attributes of the instance returned.

Processed elements such as the import table are made available with lowercase
names, to differentiate them from the upper case basic structure names.

pefile has been tested against the limits of valid PE headers, that is, malware.
Lots of packed malware attempt to abuse the format way beyond its standard use.
To the best of my knowledge most of the abuses are handled gracefully.

Copyright (c) 2005, 2006, 2007, 2008, 2009 Ero Carrera &lt;ero@dkbza.org&gt;

All rights reserved.

For detailed copyright information see the file COPYING in
the root of the distribution archive.</description>
<download-page>http://pefile.googlecode.com/files/pefile-1.2.10-63.tar.gz</download-page>
<homepage rdf:resource="http://code.google.com/p/pefile/" />
<maintainer><foaf:Person><foaf:name>Ero Carrera</foaf:name>
<foaf:mbox_sha1sum>f8713ad9847b1e9b923d52f2a55f6549f5176d2d</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>1.2.10-63</revision></Version></release>
</Project></rdf:RDF>