PATH:
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
pip
/
_vendor
/
packaging
/
__pycache__
/
Editing: _elffile.cpython-311.pyc
� L�i� � �� � d Z ddlmZ ddlZddlZddlZddlmZ G d� de� � Z G d� dej � � Z G d � d ej � � Z G d� dej � � Z G d � d� � ZdS )z� ELF file parser. This provides a class ``ELFFile`` that parses an ELF executable in a similar interface to ``ZipFile``. Only the read interface is implemented. ELF header: https://refspecs.linuxfoundation.org/elf/gabi4+/ch4.eheader.html � )�annotationsN)�IOc � � e Zd ZdS )� ELFInvalidN)�__name__� __module__�__qualname__� � �~/builddir/build/BUILD/imunify360-venv-2.6.1/opt/imunify360/venv/lib/python3.11/site-packages/pip/_vendor/packaging/_elffile.pyr r s � � � � � ��Dr r c � � e Zd ZdZdZdS )�EIClass� � N)r r r �C32�C64r r r r r � � � � � � � �C� �C�C�Cr r c � � e Zd ZdZdZdS )�EIDatar r N)r r r �Lsb�Msbr r r r r r r r c �"