معرفی شرکت ها


python3-pefile_2019.4.18-1.1_all.deb


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Portable Executable (PE) parsing module for Python
ویژگی مقدار
سیستم عامل Linux
توزیع Ubuntu Focal-20.04
مخزن Ubuntu universe all
نام بسته python3-pefile
نام فایل بسته python3-pefile_2019.4.18-1.1_all.deb
نسخه بسته 2019.4.18
انتشار بسته 1.1
معماری بسته all
نگهدارنده Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
تاریخ ساخت -
هاست سازنده -
نوع بسته .deb
آدرس صفحه اصلی https://github.com/erocarrera/pefile/
مجوز -
حجم دانلود 55936
حجم نصب 288
pefile 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


نیازمندی

مقدار نام
- python3-future
- python3:any


نحوه نصب


نصب پکیج deb python3-pefile:

    sudo apt-get install python3-pefile_2019.4.18-1.1_all.deb


فایل ها

مسیرها
./usr/lib/python3/dist-packages/ordlookup/__init__.py
./usr/lib/python3/dist-packages/ordlookup/oleaut32.py
./usr/lib/python3/dist-packages/ordlookup/ws2_32.py
./usr/lib/python3/dist-packages/pefile-2019.4.18.egg-info/PKG-INFO
./usr/lib/python3/dist-packages/pefile-2019.4.18.egg-info/dependency_links.txt
./usr/lib/python3/dist-packages/pefile-2019.4.18.egg-info/requires.txt
./usr/lib/python3/dist-packages/pefile-2019.4.18.egg-info/top_level.txt
./usr/lib/python3/dist-packages/pefile.py
./usr/lib/python3/dist-packages/peutils.py
./usr/share/doc/python3-pefile/README.Debian
./usr/share/doc/python3-pefile/README.gz
./usr/share/doc/python3-pefile/changelog.Debian.gz
./usr/share/doc/python3-pefile/copyright
./usr/share/doc/python3-pefile/examples/pefile-match