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 : caller_is.cpython-310.pyc
o ̴6bU � @ st d dl Z d dlZG dd� de j�ZG dd� de j�ZG dd� de j�ZG dd � d e j�Ze� e� e� e� dS ) � Nc �* e Zd ZdZ� fdd�Zddd�Z� ZS )�CallerIsa� Check the calling function's name. Usage: $_caller_is (NAME [, NUMBER-OF-FRAMES]) Arguments: NAME: The name of the function to search for. NUMBER-OF-FRAMES: How many stack frames to traverse back from the currently selected frame to compare with. If the value is greater than the depth of the stack from that point then the result is False. The default is 1. Returns: True if the function's name at the specified frame is equal to NAME.c � t t| ��d� d S )N� _caller_is)�superr �__init__��self�� __class__� �//usr/share/gdb/python/gdb/function/caller_is.pyr &