NOTICE: This package has been removed from pkgsrc

./wip/py-pefile, Python module to read and work with PE files

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.2.10.139, Package name: py27-pefile-1.2.10.139, Maintainer: khorben

pefile is a multi-platform Python module to read and work with Portable
Executable (aka PE) files. Most of the information in the PE Header is
accessible, as well as all the sections, section's information and data.

pefile requires some basic understanding of the layout of a PE file. Armed with
it it's possible to explore nearly every single feature of the file.

Some of the tasks that pefile makes possible are:

* Modifying and writing back to the PE image
* Header Inspection
* Sections analysis
* Retrieving data
* Warnings for suspicious and malformed values
* Packer detection with PEiD's signatures
* PEiD signature generation


Required to run:
[devel/py-setuptools] [lang/python27]

Master sites:

SHA1: a1bc91758ed1ff8c2df661511023360fcf9bbf77
RMD160: 3d1d676134bc138f7b90abb6d0d8661066a10e1c
Filesize: 55.979 KB

Version history: (Expand)


CVS history: (Expand)


   2014-05-17 19:01:01 by Pierre Pronchery | Files touched by this commit (4) | Package removed
Log message:
Imported wip/py-pefile into pkgsrc (in sysutils)
   2014-03-20 03:24:37 by Pierre Pronchery | Files touched by this commit (1)
Log message:
Fixed versioning so that the package name is correctly interpreted
   2014-03-19 17:29:37 by Pierre Pronchery | Files touched by this commit (2)
Log message:
Use ${EGG_INFODIR} in the PLIST
   2014-03-19 12:54:31 by Pierre Pronchery | Files touched by this commit (4)
Log message:
Import py27-pefile-1.2.10-139 as wip/py-pefile.

pefile is a multi-platform Python module to read and work with Portable
Executable (aka PE) files. Most of the information in the PE Header is
accessible, as well as all the sections, section's information and data.

pefile requires some basic understanding of the layout of a PE file. Armed with
it it's possible to explore nearly every single feature of the file.

Some of the tasks that pefile makes possible are:

 * Modifying and writing back to the PE image
 * Header Inspection
 * Sections analysis
 * Retrieving data
 * Warnings for suspicious and malformed values
 * Packer detection with PEiD's signatures
 * PEiD signature generation