Linux web-conference.aiou.edu.pk 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 172.16.50.247 | : 3.137.189.197
Cant Read [ /etc/named.conf ]
7.4.3-4ubuntu2.28
appadmin
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
/
usr /
include /
nodejs /
deps /
v8 /
include /
[ HOME SHELL ]
Name
Size
Permission
Action
libplatform
[ DIR ]
drwxr-xr-x
v8-inspector-protocol.h
513
B
-rw-r--r--
v8-inspector.h
9.98
KB
-rw-r--r--
v8-platform.h
15.74
KB
-rw-r--r--
v8-profiler.h
35.76
KB
-rw-r--r--
v8-testing.h
1.05
KB
-rw-r--r--
v8-util.h
19.38
KB
-rw-r--r--
v8-value-serializer-version.h
648
B
-rw-r--r--
v8-version-string.h
1.12
KB
-rw-r--r--
v8-version.h
772
B
-rw-r--r--
v8.h
339.14
KB
-rw-r--r--
v8config.h
15.09
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : v8-version.h
// Copyright 2015 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef V8_INCLUDE_VERSION_H_ // V8_VERSION_H_ conflicts with src/version.h #define V8_INCLUDE_VERSION_H_ // These macros define the version number for the current version. // NOTE these macros are used by some of the tool scripts and the build // system so their names cannot be changed without changing the scripts. #define V8_MAJOR_VERSION 6 #define V8_MINOR_VERSION 8 #define V8_BUILD_NUMBER 275 #define V8_PATCH_LEVEL 32 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.) #define V8_IS_CANDIDATE_VERSION 0 #endif // V8_INCLUDE_VERSION_H_
Close