Linux ip-148-66-134-25.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els10.x86_64 #1 SMP Fri Oct 11 21:40:41 UTC 2024 x86_64
Apache
: 148.66.134.25 | : 3.138.122.90
66 Domain
8.0.30
amvm
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
include /
X11 /
[ HOME SHELL ]
Name
Size
Permission
Action
PM
[ DIR ]
drwxr-xr-x
dri
[ DIR ]
drwxr-xr-x
extensions
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
DECkeysym.h
2.75
KB
-rw-r--r--
HPkeysym.h
5.9
KB
-rw-r--r--
ImUtil.h
459
B
-rw-r--r--
Sunkeysym.h
3.93
KB
-rw-r--r--
X.h
19.73
KB
-rw-r--r--
XF86keysym.h
13.06
KB
-rw-r--r--
XKBlib.h
30.27
KB
-rw-r--r--
XWDFile.h
3.88
KB
-rw-r--r--
Xalloca.h
4.47
KB
-rw-r--r--
Xarch.h
2.88
KB
-rw-r--r--
Xatom.h
2.46
KB
-rw-r--r--
Xauth.h
3.73
KB
-rw-r--r--
Xcms.h
20.85
KB
-rw-r--r--
Xdefs.h
2.35
KB
-rw-r--r--
Xfuncproto.h
7.68
KB
-rw-r--r--
Xfuncs.h
2.2
KB
-rw-r--r--
Xlib-xcb.h
506
B
-rw-r--r--
Xlib.h
97.2
KB
-rw-r--r--
XlibConf.h
1.53
KB
-rw-r--r--
Xlibint.h
39.56
KB
-rw-r--r--
Xlocale.h
1.27
KB
-rw-r--r--
Xmd.h
5
KB
-rw-r--r--
Xos.h
4.26
KB
-rw-r--r--
Xos_r.h
32.9
KB
-rw-r--r--
Xosdefs.h
3.04
KB
-rw-r--r--
Xpoll.h
7.56
KB
-rw-r--r--
Xproto.h
55.62
KB
-rw-r--r--
Xprotostr.h
2.74
KB
-rw-r--r--
Xregion.h
5.81
KB
-rw-r--r--
Xresource.h
10.38
KB
-rw-r--r--
Xthreads.h
12.1
KB
-rw-r--r--
Xutil.h
20.85
KB
-rw-r--r--
Xw32defs.h
1.87
KB
-rw-r--r--
Xwindows.h
3.21
KB
-rw-r--r--
Xwinsock.h
2.21
KB
-rw-r--r--
ap_keysym.h
2.24
KB
-rw-r--r--
cursorfont.h
3.04
KB
-rw-r--r--
keysym.h
2.71
KB
-rw-r--r--
keysymdef.h
171.15
KB
-rw-r--r--
xpm.h
15.83
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Xw32defs.h
#ifndef _XW32DEFS_H # define _XW32DEFS_H # ifdef __GNUC__ /* mingw is more close to unix than msvc */ # if !defined(__daddr_t_defined) typedef char *caddr_t; # endif # define lstat stat # else typedef char *caddr_t; # define access _access # define alloca _alloca # define chdir _chdir # define chmod _chmod # define close _close # define creat _creat # define dup _dup # define dup2 _dup2 # define environ _environ # define execl _execl # define execle _execle # define execlp _execlp # define execlpe _execlpe # define execv _execv # define execve _execve # define execvp _execvp # define execvpe _execvpe # define fdopen _fdopen # define fileno _fileno # define fstat _fstat # define getcwd _getcwd # define getpid _getpid # define hypot _hypot # define isascii __isascii # define isatty _isatty # define lseek _lseek # define mkdir _mkdir # define mktemp _mktemp # define open _open # define putenv _putenv # define read _read # define rmdir _rmdir # define sleep(x) Sleep((x) * 1000) # define stat _stat # define sys_errlist _sys_errlist # define sys_nerr _sys_nerr # define umask _umask # define unlink _unlink # define write _write # define random rand # define srandom srand # define O_RDONLY _O_RDONLY # define O_WRONLY _O_WRONLY # define O_RDWR _O_RDWR # define O_APPEND _O_APPEND # define O_CREAT _O_CREAT # define O_TRUNC _O_TRUNC # define O_EXCL _O_EXCL # define O_TEXT _O_TEXT # define O_BINARY _O_BINARY # define O_RAW _O_BINARY # define S_IFMT _S_IFMT # define S_IFDIR _S_IFDIR # define S_IFCHR _S_IFCHR # define S_IFREG _S_IFREG # define S_IREAD _S_IREAD # define S_IWRITE _S_IWRITE # define S_IEXEC _S_IEXEC # define F_OK 0 # define X_OK 1 # define W_OK 2 # define R_OK 4 # endif /* __GNUC__ */ #endif
Close