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 | : 18.116.85.204
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 /
lib64 /
perl5 /
bits /
[ HOME SHELL ]
Name
Size
Permission
Action
byteswap-16.ph
730
B
-rw-r--r--
byteswap.ph
3.79
KB
-rw-r--r--
endian.ph
247
B
-rw-r--r--
ioctl-types.ph
1.72
KB
-rw-r--r--
ioctls.ph
3.74
KB
-rw-r--r--
pthreadtypes.ph
3.92
KB
-rw-r--r--
select.ph
1.36
KB
-rw-r--r--
select2.ph
490
B
-rw-r--r--
sigaction.ph
1.5
KB
-rw-r--r--
sigcontext.ph
860
B
-rw-r--r--
siginfo.ph
6.79
KB
-rw-r--r--
signum.ph
2.76
KB
-rw-r--r--
sigset.ph
2.99
KB
-rw-r--r--
sigstack.ph
408
B
-rw-r--r--
sigthread.ph
346
B
-rw-r--r--
sockaddr.ph
507
B
-rw-r--r--
socket.ph
12.27
KB
-rw-r--r--
socket2.ph
177
B
-rw-r--r--
socket_type.ph
766
B
-rw-r--r--
syscall.ph
73.15
KB
-rw-r--r--
syslog-ldbl.ph
353
B
-rw-r--r--
syslog-path.ph
363
B
-rw-r--r--
syslog.ph
403
B
-rw-r--r--
time.ph
1.76
KB
-rw-r--r--
timex.ph
3.03
KB
-rw-r--r--
types.ph
2.51
KB
-rw-r--r--
typesizes.ph
3.87
KB
-rw-r--r--
uio.ph
581
B
-rw-r--r--
waitflags.ph
731
B
-rw-r--r--
waitstatus.ph
2.52
KB
-rw-r--r--
wordsize.ph
457
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : waitstatus.ph
require '_h2ph_pre.ph'; no warnings qw(redefine misc); if(!defined (&_SYS_WAIT_H) && !defined (&_STDLIB_H)) { die("Never include <bits/waitstatus.h> directly; use <sys/wait.h> instead."); } unless(defined(&__WEXITSTATUS)) { sub __WEXITSTATUS { my($status) = @_; eval q(((($status) & 0xff00) >> 8)); } } unless(defined(&__WTERMSIG)) { sub __WTERMSIG { my($status) = @_; eval q((($status) & 0x7f)); } } unless(defined(&__WSTOPSIG)) { sub __WSTOPSIG { my($status) = @_; eval q( &__WEXITSTATUS($status)); } } unless(defined(&__WIFEXITED)) { sub __WIFEXITED { my($status) = @_; eval q(( &__WTERMSIG($status) == 0)); } } unless(defined(&__WIFSIGNALED)) { sub __WIFSIGNALED { my($status) = @_; eval q((( ((($status) & 0x7f) + 1) >> 1) > 0)); } } unless(defined(&__WIFSTOPPED)) { sub __WIFSTOPPED { my($status) = @_; eval q(((($status) & 0xff) == 0x7f)); } } if(defined(&WCONTINUED)) { eval 'sub __WIFCONTINUED { my($status) = @_; eval q((($status) == &__W_CONTINUED)); }' unless defined(&__WIFCONTINUED); } unless(defined(&__WCOREDUMP)) { sub __WCOREDUMP { my($status) = @_; eval q((($status) & &__WCOREFLAG)); } } unless(defined(&__W_EXITCODE)) { sub __W_EXITCODE { my($ret, $sig) = @_; eval q((($ret) << 8| ($sig))); } } unless(defined(&__W_STOPCODE)) { sub __W_STOPCODE { my($sig) = @_; eval q((($sig) << 8| 0x7f)); } } eval 'sub __W_CONTINUED () {0xffff;}' unless defined(&__W_CONTINUED); eval 'sub __WCOREFLAG () {0x80;}' unless defined(&__WCOREFLAG); if(defined(&__USE_BSD)) { require 'endian.ph'; if((defined(&__BYTE_ORDER) ? &__BYTE_ORDER : undef) == (defined(&__LITTLE_ENDIAN) ? &__LITTLE_ENDIAN : undef)) { } if((defined(&__BYTE_ORDER) ? &__BYTE_ORDER : undef) == (defined(&__BIG_ENDIAN) ? &__BIG_ENDIAN : undef)) { } if((defined(&__BYTE_ORDER) ? &__BYTE_ORDER : undef) == (defined(&__LITTLE_ENDIAN) ? &__LITTLE_ENDIAN : undef)) { } if((defined(&__BYTE_ORDER) ? &__BYTE_ORDER : undef) == (defined(&__BIG_ENDIAN) ? &__BIG_ENDIAN : undef)) { } eval 'sub w_termsig () { ($__wait_terminated->{__w_termsig});}' unless defined(&w_termsig); eval 'sub w_coredump () { ($__wait_terminated->{__w_coredump});}' unless defined(&w_coredump); eval 'sub w_retcode () { ($__wait_terminated->{__w_retcode});}' unless defined(&w_retcode); eval 'sub w_stopsig () { ($__wait_stopped->{__w_stopsig});}' unless defined(&w_stopsig); eval 'sub w_stopval () { ($__wait_stopped->{__w_stopval});}' unless defined(&w_stopval); } 1;
Close