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.204
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 /
FFI /
Delete
Unzip
Name
Size
Permission
Date
Action
Build
[ DIR ]
drwxrwxrwx
2024-07-26 17:39
Platypus
[ DIR ]
drwxrwxrwx
2024-07-26 17:39
Probe
[ DIR ]
drwxrwxrwx
2024-07-26 17:39
Raw
[ DIR ]
drwxrwxrwx
2024-07-26 17:39
Build.pm
13.26
KB
-rw-rw-rw-
2020-10-23 19:05
CheckLib.pm
16.22
KB
-rw-rw-rw-
2020-05-11 22:24
Platypus.pm
71.59
KB
-rw-rw-rw-
2020-10-23 19:05
Probe.pm
12.41
KB
-rw-rw-rw-
2020-10-23 19:05
Raw.pm
4.81
KB
-rw-rw-rw-
2014-06-02 17:11
Temp.pm
2.23
KB
-rw-rw-rw-
2020-10-23 19:05
typemap
1.52
KB
-rw-rw-rw-
2020-10-23 19:05
Save
Rename
ffi_pl_string T_FFI_PL_STRING ffi_pl_type* T_FFI_PL_TYPE ffi_pl_function* T_FFI_PL_FUNCTION ffi_pl_closure* T_FFI_PL_CLOSURE_DATA ffi_pl_arguments* T_FFI_PL_ARGUMENTS OUTPUT T_FFI_PL_STRING $var != NULL ? sv_setpv((SV*)$arg, $var) : sv_setsv((SV*)$arg, &PL_sv_undef); T_FFI_PL_TYPE sv_setref_pv($arg, \"FFI::Platypus::Type\", (void *) $var); T_FFI_PL_FUNCTION sv_setref_pv($arg, \"FFI::Platypus::Function::Function\", (void *) $var); T_FFI_PL_CLOSURE_DATA sv_setref_pv($arg, \"FFI::Platypus::ClosureData\", (void *) $var); INPUT T_FFI_PL_STRING $var = SvOK($arg) ? ($type)SvPV_nolen($arg) : NULL; T_FFI_PL_TYPE if(sv_isobject($arg) && sv_derived_from($arg, \"FFI::Platypus::Type\")) $var = INT2PTR($type, SvIV((SV *) SvRV($arg))); else Perl_croak(aTHX_ \"$var is not of type FFI::Platypus::Type\"); T_FFI_PL_FUNCTION if(sv_isobject($arg) && sv_derived_from($arg, \"FFI::Platypus::Function::Function\")) $var = INT2PTR($type, SvIV((SV *) SvRV($arg))); else Perl_croak(aTHX_ \"$var is not of type FFI::Platypus::Function::Function\"); T_FFI_PL_CLOSURE_DATA if(sv_isobject($arg) && sv_derived_from($arg, \"FFI::Platypus::ClosureData\")) $var = INT2PTR($type, SvIV((SV *) SvRV($arg))); else Perl_croak(aTHX_ \"$var is not of type FFI::Platypus::ClosureData\"); T_FFI_PL_ARGUMENTS if(sv_isobject($arg) && sv_derived_from($arg, \"FFI::Platypus::API::ARGV\")) $var = INT2PTR($type, SvIV((SV *) SvRV($arg))); else Perl_croak(aTHX_ \"$var is not of type FFI::Platypus::API::ARGV\");