관리-도구
편집 파일: _elffile.cpython-38.pyc
U &?�f� � @ s� d Z ddlmZ ddlZddlZddlZddlmZ G dd� de�Z G dd� dej �ZG d d � d ej �ZG dd� dej �Z G d d� d�ZdS )a; 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. Based on: https://gist.github.com/lyssdod/f51579ae8d93c8657a5564aefc2ffbca ELF header: https://refspecs.linuxfoundation.org/elf/gabi4+/ch4.eheader.html � )�annotationsN)�IOc @ s e Zd ZdS )� ELFInvalidN)�__name__� __module__�__qualname__� r r �L/opt/hc_python/lib/python3.8/site-packages/pip/_vendor/packaging/_elffile.pyr s r c @ s e Zd ZdZdZdS )�EIClass� � N)r r r ZC32ZC64r r r r r s r c @ s e Zd ZdZdZdS )�EIDatar r N)r r r ZLsbZMsbr r r r r s r c @ s e Zd ZdZdZdZdZdZdS )�EMachine� � �( �>