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.226.93.22
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 : sigset.ph
require '_h2ph_pre.ph'; no warnings qw(redefine misc); unless(defined(&_SIGSET_H_types)) { eval 'sub _SIGSET_H_types () {1;}' unless defined(&_SIGSET_H_types); eval 'sub _SIGSET_NWORDS () {(1024/ (8* $sizeof{\'unsigned long int\'}));}' unless defined(&_SIGSET_NWORDS); } if(!defined (&_SIGSET_H_fns) && defined (&_SIGNAL_H)) { eval 'sub _SIGSET_H_fns () {1;}' unless defined(&_SIGSET_H_fns); unless(defined(&_EXTERN_INLINE)) { eval 'sub _EXTERN_INLINE () { &__extern_inline;}' unless defined(&_EXTERN_INLINE); } eval 'sub __sigmask { my($sig) = @_; eval q((( 1) << ((($sig) - 1) % (8* $sizeof{\'unsigned long int\'})))); }' unless defined(&__sigmask); eval 'sub __sigword { my($sig) = @_; eval q(((($sig) - 1) / (8* $sizeof{\'unsigned long int\'}))); }' unless defined(&__sigword); if(defined (&__GNUC__) && (defined(&__GNUC__) ? &__GNUC__ : undef) >= 2) { eval 'sub __sigemptyset { my($set) = @_; eval q(( &__extension__ ({ \'int\' &__cnt = &_SIGSET_NWORDS; &sigset_t * &__set = ($set); &while (-- &__cnt >= 0) ($__set->{__val[&__cnt]}) = 0; 0; }))); }' unless defined(&__sigemptyset); eval 'sub __sigfillset { my($set) = @_; eval q(( &__extension__ ({ \'int\' &__cnt = &_SIGSET_NWORDS; &sigset_t * &__set = ($set); &while (-- &__cnt >= 0) ($__set->{__val[&__cnt]}) = ~0; 0; }))); }' unless defined(&__sigfillset); if(defined(&__USE_GNU)) { eval 'sub __sigisemptyset { my($set) = @_; eval q(( &__extension__ ({ \'int\' &__cnt = &_SIGSET_NWORDS; &const &sigset_t * &__set = ($set); \'int\' &__ret = ($__set->{__val[&}--__cnt]); &while (! &__ret && -- &__cnt >= 0) &__ret = ($__set->{__val[&__cnt]}); &__ret == 0; }))); }' unless defined(&__sigisemptyset); eval 'sub __sigandset { my($dest, $left, $right) = @_; eval q(( &__extension__ ({ \'int\' &__cnt = &_SIGSET_NWORDS; &sigset_t * &__dest = ($dest); &const &sigset_t * &__left = ($left); &const &sigset_t * &__right = ($right); &while (-- &__cnt >= 0) ($__dest->{__val[&__cnt]}) = ( ($__left->{__val[&__cnt]}) & ($__right->{__val[&__cnt]})); 0; }))); }' unless defined(&__sigandset); eval 'sub __sigorset { my($dest, $left, $right) = @_; eval q(( &__extension__ ({ \'int\' &__cnt = &_SIGSET_NWORDS; &sigset_t * &__dest = ($dest); &const &sigset_t * &__left = ($left); &const &sigset_t * &__right = ($right); &while (-- &__cnt >= 0) ($__dest->{__val[&__cnt]}) = ( ($__left->{__val[&__cnt]}) | ($__right->{__val[&__cnt]})); 0; }))); }' unless defined(&__sigorset); } } if(defined(&__USE_EXTERN_INLINES)) { eval 'sub __SIGSETFN { my($NAME, $BODY, $CONST) = @_; eval q( &_EXTERN_INLINE \'int\' $NAME ($CONST &__sigset_t * &__set, \'int\' &__sig) { \'unsigned long int __mask\' = &__sigmask ( &__sig); \'unsigned long int __word\' = &__sigword ( &__sig); &return $BODY; }); }' unless defined(&__SIGSETFN); undef(&__SIGSETFN) if defined(&__SIGSETFN); } } 1;
Close