shell bypass 403

GrazzMean-Shell Shell

Uname: Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
Software: LiteSpeed
PHP version: 8.1.31 [ PHP INFO ] PHP os: Linux
Server Ip: 162.213.251.212
Your Ip: 3.145.10.108
User: allssztx (535) | Group: allssztx (533)
Safe Mode: OFF
Disable Function:
NONE

name : lzma.cpython-313.pyc
�

1}gW4�	��Sr/SQrSSKrSSKrSSKrSSK7 SSKJrJr SSKrSr	Sr
"SS	\R5rSSS
SSSSSS.Sjjr
\S
SS4S
jr\SS4Sjrg)aSInterface to the liblzma compression library.

This module provides a class for reading and writing compressed files,
classes for incremental (de)compression, and convenience functions for
one-shot (de)compression.

These classes and functions support both the XZ and legacy LZMA
container formats, as well as raw compressed data streams.
)$�
CHECK_NONE�CHECK_CRC32�CHECK_CRC64�CHECK_SHA256�CHECK_ID_MAX�
CHECK_UNKNOWN�FILTER_LZMA1�FILTER_LZMA2�FILTER_DELTA�
FILTER_X86�FILTER_IA64�
FILTER_ARM�FILTER_ARMTHUMB�FILTER_POWERPC�FILTER_SPARC�FORMAT_AUTO�	FORMAT_XZ�FORMAT_ALONE�
FORMAT_RAW�MF_HC3�MF_HC4�MF_BT2�MF_BT3�MF_BT4�	MODE_FAST�MODE_NORMAL�PRESET_DEFAULT�PRESET_EXTREME�LZMACompressor�LZMADecompressor�LZMAFile�	LZMAError�open�compress�
decompress�is_check_supported�N)�*)�_encode_filter_properties�_decode_filter_properties��c���\rSrSrSrSSSSSS.SjjrSr\S5r\S	5r	\S
5r
SrSrS
r
SrSSjrSSjrSSjrSSjrSr\R*4SjrSrSrg)r �&a,A file object providing transparent LZMA (de)compression.

An LZMAFile can act as a wrapper for an existing file object, or
refer directly to a named file on disk.

Note that LZMAFile provides a *binary* file interface - data read
is returned as bytes, and data to be written must be given as bytes.
N�����format�check�preset�filtersc��SUlSUlSUlUS;a/US:wa[S5eUb[S5eUc[n[
nOFUS;a&Uc[n[n[X4XVS9Ul	S	Ul
O[S
RU55e[U[[[R 45(a4SU;aUS-
n["R$"X5UlSUlXplO:['US
5(d['US5(a
XlXplO[)S5eUR[
:XaE[*R,"UR[.[0X6S9n[2R4"U5Ulgg)a�Open an LZMA-compressed file in binary mode.

filename can be either an actual file name (given as a str,
bytes, or PathLike object), in which case the named file is
opened, or it can be an existing file object to read from or
write to.

mode can be "r" for reading (default), "w" for (over)writing,
"x" for creating exclusively, or "a" for appending. These can
equivalently be given as "rb", "wb", "xb" and "ab" respectively.

format specifies the container format to use for the file.
If mode is "r", this defaults to FORMAT_AUTO. Otherwise, the
default is FORMAT_XZ.

check specifies the integrity check to use. This argument can
only be used when opening a file for writing. For FORMAT_XZ,
the default is CHECK_CRC64. FORMAT_ALONE and FORMAT_RAW do not
support integrity checks - for these formats, check must be
omitted, or be CHECK_NONE.

When opening a file for reading, the *preset* argument is not
meaningful, and should be omitted. The *filters* argument should
also be omitted, except when format is FORMAT_RAW (in which case
it is required).

When opening a file for writing, the settings used by the
compressor can be specified either as a preset compression
level (with the *preset* argument), or in detail as a custom
filter chain (with the *filters* argument). For FORMAT_XZ and
FORMAT_ALONE, the default is to use the PRESET_DEFAULT preset
level. For FORMAT_RAW, the caller must always specify a filter
chain; the raw compressor does not support preset compression
levels.

preset (if provided) should be an integer in the range 0-9,
optionally OR-ed with the constant PRESET_EXTREME.

filters (if provided) should be a sequence of dicts. Each dict
should have an entry for "id" indicating ID of the filter, plus
additional entries for options to the filter.
NF)�r�rbr.zACannot specify an integrity check when opening a file for readingzICannot specify a preset compression level when opening a file for reading)�w�wb�a�ab�x�xbr/r&zInvalid mode: {!r}�bT�read�writez6filename must be a str, bytes, file or PathLike object)�trailing_errorr0r3)�_fp�_closefp�_mode�
ValueErrorr�
_MODE_READr�_MODE_WRITEr�_compressor�_posr0�
isinstance�str�bytes�os�PathLike�builtinsr"�hasattr�	TypeError�_compression�DecompressReaderrr!�io�BufferedReader�_buffer)	�self�filename�moder0r1r2r3�	mode_code�raws	         �+/opt/alt/python313/lib64/python3.13/lzma.py�__init__�LZMAFile.__init__1sf��X�����
���
��;����{� �"C�D�D��!� �"I�J�J��~�$��"�I�
�6�
6��~�"��#�I�-�V�5;� N�D���D�I��1�8�8��>�?�?��h��e�R�[�[� 9�:�:��$�������}�}�X�4�D�H� �D�M�"�J�
�X�v�
&�
&�'�(�G�*D�*D��H�"�J��T�U�U��:�:��#��/�/����:J�(��J�C��,�,�S�1�D�L�$�c�p�UR(agUR[:Xa"URR	5 SUlONUR[
:Xa:URRURR55 SUlUR(aURR	5 SUlSUl
g!SUlSUl
f=f!UR(aURR	5 SUlSUl
f!SUlSUl
f=f=f)z�Flush and close the file.

May be called more than once without error. Once the file is
closed, any other operation on it will raise a ValueError.
NF)�closedrCrErU�closerFrAr?rG�flushrB�rVs r[ra�LZMAFile.close�s����;�;��
	&��z�z�Z�'����"�"�$�#������{�*������t�/�/�5�5�7�8�#'�� �
&��=�=��H�H�N�N�$���� %��
�� ��� %��
��
&��=�=��H�H�N�N�$���� %��
�� ��� %��
�s0�BC&�+C�C#�&D5�(+D"�D5�"D2�2D5c��URSL$)zTrue if this file is closed.N)rArcs r[r`�LZMAFile.closed�s���x�x�4��r^c�N�UR5 URR$)N)�_check_not_closedrA�namercs r[ri�
LZMAFile.name�s����� ��x�x�}�}�r^c�2�UR[:XaS$S$)Nr8r6)rCrFrcs r[rX�
LZMAFile.mode�s���z�z�[�0�t�:�d�:r^c�V�UR5 URR5$)z3Return the file descriptor for the underlying file.)rhrA�filenorcs r[rn�LZMAFile.fileno�s����� ��x�x��� � r^c�d�UR5=(a URR5$)z)Return whether the file supports seeking.)�readablerU�seekablercs r[rr�LZMAFile.seekable�s ���}�}��:�4�<�<�#8�#8�#:�:r^c�H�UR5 UR[:H$)z/Return whether the file was opened for reading.)rhrCrErcs r[rq�LZMAFile.readable�s����� ��z�z�Z�'�'r^c�H�UR5 UR[:H$)z/Return whether the file was opened for writing.)rhrCrFrcs r[�writable�LZMAFile.writable�s����� ��z�z�[�(�(r^c�X�UR5 URRU5$)z�Return buffered data without advancing the file position.

Always returns at least one byte of data, unless at EOF.
The exact number of bytes returned is unspecified.
)�_check_can_readrU�peek�rV�sizes  r[r{�
LZMAFile.peek�s'��	
�����|�|� � ��&�&r^c�X�UR5 URRU5$)z�Read up to size uncompressed bytes from the file.

If size is negative or omitted, read until EOF is reached.
Returns b"" if the file is already at EOF.
)rzrUr>r|s  r[r>�
LZMAFile.read�s%��	
�����|�|� � ��&�&r^c��UR5 US:a[RnURR	U5$)z�Read up to size uncompressed bytes, while trying to avoid
making multiple reads from the underlying stream. Reads up to a
buffer's worth of data if size is negative.

Returns b"" if the file is at EOF.
r&)rzrS�DEFAULT_BUFFER_SIZErU�read1r|s  r[r��LZMAFile.read1�s7��	
�����!�8��)�)�D��|�|�!�!�$�'�'r^c�X�UR5 URRU5$)z�Read a line of uncompressed bytes from the file.

The terminating newline (if present) is retained. If size is
non-negative, no more than size bytes will be read (in which
case the line may be incomplete). Returns b'' if already at EOF.
)rzrU�readliner|s  r[r��LZMAFile.readline�s%��	
�����|�|�$�$�T�*�*r^c�8�UR5 [U[[45(a[	U5nO[U5nURnURRU5nURRU5 U=RU-
slU$)z�Write a bytes object to the file.

Returns the number of uncompressed bytes written, which is
always the length of data in bytes. Note that due to buffering,
the file on disk may not reflect the data written until close()
is called.
)�_check_can_writerIrK�	bytearray�len�
memoryview�nbytesrGr#rAr?rH)rV�data�length�
compresseds    r[r?�LZMAFile.write�sy��	
�����d�U�I�.�/�/���Y�F��d�#�D��[�[�F��%�%�.�.�t�4�
������z�"��	�	�V��	��
r^c�X�UR5 URRX5$)a�Change the file position.

The new position is specified by offset, relative to the
position indicated by whence. Possible values for whence are:

    0: start of stream (default): offset must not be negative
    1: current stream position
    2: end of stream; offset must not be positive

Returns the new file position.

Note that seeking is emulated, so depending on the parameters,
this operation may be extremely slow.
)�_check_can_seekrU�seek)rV�offset�whences   r[r��
LZMAFile.seek�s%��	
�����|�|� � ��0�0r^c��UR5 UR[:XaURR	5$UR
$)z!Return the current file position.)rhrCrErU�tellrHrcs r[r��
LZMAFile.tells7����� ��:�:��#��<�<�$�$�&�&��y�y�r^)rUrBrGrArCrH)Nr5)r.)�__name__�
__module__�__qualname__�__firstlineno__�__doc__r\ra�propertyr`rirXrnrrrqrwr{r>r�r�r?rS�SEEK_SETr�r��__static_attributes__�r^r[r r &s����S2��B�t�T�S2�j&�.� �� ������;��;�!�
;�(�
)�
	'�'�
(�+��*#%�+�+�1�$r^r r.)r0r1r2r3�encoding�errors�newlinec	�2�SU;aSU;a[SU<35eO*Ub[S5eUb[S5eUb[S5eURSS5n	[X	X#XES9n
SU;a-[R"U5n[R
"X�Xx5$U
$)	alOpen an LZMA-compressed file in binary or text mode.

filename can be either an actual file name (given as a str, bytes,
or PathLike object), in which case the named file is opened, or it
can be an existing file object to read from or write to.

The mode argument can be "r", "rb" (default), "w", "wb", "x", "xb",
"a", or "ab" for binary mode, or "rt", "wt", "xt", or "at" for text
mode.

The format, check, preset and filters arguments specify the
compression settings, as for LZMACompressor, LZMADecompressor and
LZMAFile.

For binary mode, this function is equivalent to the LZMAFile
constructor: LZMAFile(filename, mode, ...). In this case, the
encoding, errors and newline arguments must not be provided.

For text mode, an LZMAFile object is created, and wrapped in an
io.TextIOWrapper instance with the specified encoding, error
handling behavior, and line ending(s).

�tr=zInvalid mode: z0Argument 'encoding' not supported in binary modez.Argument 'errors' not supported in binary modez/Argument 'newline' not supported in binary mode�r/)rD�replacer rS�
text_encoding�
TextIOWrapper)rWrXr0r1r2r3r�r�r��lz_mode�binary_files           r[r"r"s���4�d�{��$�;��4�9�:�:�����O�P�P����M�N�N����N�O�O��l�l�3��#�G��8�V�"(�;�K��d�{��#�#�H�-������v�G�G��r^c�^�[XX45nURU5UR5-$)z�Compress a block of data.

Refer to LZMACompressor's docstring for a description of the
optional arguments *format*, *check*, *preset* and *filters*.

For incremental compression, use an LZMACompressor instead.
)rr#rb)r�r0r1r2r3�comps      r[r#r#Gs*���&��9�D��=�=�������-�-r^c��/n[XU5nURU5nURU5 UR(d[S5eUR
nU(dOMaSR
U5$![a U(aM%ef=f)z�Decompress a block of data.

Refer to LZMADecompressor's docstring for a description of the
optional arguments *format*, *check* and *filters*.

For incremental decompression, use an LZMADecompressor instead.
zACompressed data ended before the end-of-stream marker was reachedr^)rr$r!�append�eof�unused_data�join)r�r0�memlimitr3�results�decomp�ress       r[r$r$Ss����G�
�!�&�G�<��	��#�#�D�)�C�	���s���z�z��?�@�
@��!�!����� �8�8�G�����	����		�s�A6�6B�
B)r6)r��__all__rNrSrL�_lzmar(r)rQrErF�
BaseStreamr r"rr#rr$r�r^r[�<module>r�s������	�	��F���
���n�|�&�&�n�b-��B�t�T��t�T�-�`$�2�d�D�	.�(�$��r^
© 2025 GrazzMean-Shell