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.14.255.181
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 /
libplatform /
[ HOME SHELL ]
Name
Size
Permission
Action
libplatform-export.h
804
B
-rw-r--r--
libplatform.h
3.64
KB
-rw-r--r--
v8-tracing.h
9.62
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : libplatform-export.h
// Copyright 2016 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_LIBPLATFORM_LIBPLATFORM_EXPORT_H_ #define V8_LIBPLATFORM_LIBPLATFORM_EXPORT_H_ #if defined(_WIN32) #ifdef BUILDING_V8_PLATFORM_SHARED #define V8_PLATFORM_EXPORT __declspec(dllexport) #elif USING_V8_PLATFORM_SHARED #define V8_PLATFORM_EXPORT __declspec(dllimport) #else #define V8_PLATFORM_EXPORT #endif // BUILDING_V8_PLATFORM_SHARED #else // defined(_WIN32) // Setup for Linux shared library export. #ifdef BUILDING_V8_PLATFORM_SHARED #define V8_PLATFORM_EXPORT __attribute__((visibility("default"))) #else #define V8_PLATFORM_EXPORT #endif #endif // defined(_WIN32) #endif // V8_LIBPLATFORM_LIBPLATFORM_EXPORT_H_
Close