Windows NT KAMIDAKI 10.0 build 19045 (Windows 10) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.3.9
Server IP : 192.168.3.16 & Your IP : 216.73.216.52
Domains :
Cant Read [ /etc/named.conf ]
User : SISTEMA
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
C: /
xampp /
perl /
vendor /
lib /
B /
Utils /
Install /
Delete
Unzip
Name
Size
Permission
Date
Action
BUtils.h
734
B
-rw-rw-rw-
2015-07-22 23:33
Files.pm
745
B
-rw-rw-rw-
2021-01-24 17:57
typemap
1.62
KB
-rw-rw-rw-
2015-07-22 23:33
Save
Rename
package B::Utils::Install::Files; $self = { 'deps' => [], 'inc' => '', 'libs' => '', 'typemaps' => [ 'typemap' ] }; @deps = @{ $self->{deps} }; @typemaps = @{ $self->{typemaps} }; $libs = $self->{libs}; $inc = $self->{inc}; $CORE = undef; foreach (@INC) { if ( -f $_ . "/B/Utils/Install/Files.pm") { $CORE = $_ . "/B/Utils/Install/"; last; } } sub deps { @{ $self->{deps} }; } sub Inline { my ($class, $lang) = @_; if ($lang ne 'C') { warn "Warning: Inline hints not available for $lang language "; return; } +{ map { (uc($_) => $self->{$_}) } qw(inc libs typemaps) }; } 1;