DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamepython-pefile
BeschreibungPortable Executable (PE) parsing module for Python
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1.2.9.1-1
Sektionpython
Prioritätextra
Installierte Größe240 Byte
Hängt ab vonpython, python-central (>= 0.6)
Empfohlene Pakete
PaketbetreuerRobert S. Edmonds
Quelle
Paketgröße41512 Byte
Prüfsumme MD59d276640022bc641e2de0c7e99c85cd5
Prüfsumme SHA133c0c705c26ec845dbc80dc6cd386a1cc5b9e873
Prüfsumme SHA2561be111eb2306959610f21fba5ea1bcf342e1633a3470e0d056d34a96c82d5be7
Link zum Herunterladenpython-pefile_1.2.9.1-1_all.deb
Ausführliche Beschreibungpefile is a Python module to read and work with Portable Executable (PE) files. Most of the information in the PE header is accessible, as well as all the sections, section information and data. . All the basic PE file structures are available with their default names as attributes of the returned instance. . 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, Windows malware. Lots of packed malware attempt to abuse the format beyond its standard use. . Some of the tasks that pefile makes possible are: * Modifying and writing back to the PE image * Header inspection * Section analysis * Retrieving data * Warnings for suspicious and malformed values * Packer detection with PEiD signatures * PEiD signature generation


Impressum
Linux is a registered trademark of Linus Torvalds