├── .DS_Store
├── .google
└── packaging.yaml
├── .gradle
├── 5.4.1
│ ├── executionHistory
│ │ ├── executionHistory.bin
│ │ └── executionHistory.lock
│ ├── fileChanges
│ │ └── last-build.bin
│ ├── fileContent
│ │ └── fileContent.lock
│ ├── fileHashes
│ │ ├── fileHashes.bin
│ │ ├── fileHashes.lock
│ │ └── resourceHashesCache.bin
│ ├── gc.properties
│ └── javaCompile
│ │ ├── classAnalysis.bin
│ │ ├── javaCompile.lock
│ │ └── taskHistory.bin
├── buildOutputCleanup
│ ├── buildOutputCleanup.lock
│ ├── cache.properties
│ └── outputFiles.bin
└── vcs-1
│ └── gc.properties
├── .idea
├── caches
│ ├── build_file_checksums.ser
│ └── gradle_models.ser
├── codeStyles
│ └── Project.xml
├── gradle.xml
├── libraries
│ ├── Gradle__android_arch_core_common_1_1_1_jar.xml
│ ├── Gradle__android_arch_core_runtime_1_1_1_aar.xml
│ ├── Gradle__android_arch_lifecycle_common_1_1_1_jar.xml
│ ├── Gradle__android_arch_lifecycle_livedata_1_1_1_aar.xml
│ ├── Gradle__android_arch_lifecycle_livedata_core_1_1_1_aar.xml
│ ├── Gradle__android_arch_lifecycle_runtime_1_1_1_aar.xml
│ ├── Gradle__android_arch_lifecycle_viewmodel_1_1_1_aar.xml
│ ├── Gradle__com_android_support_animated_vector_drawable_28_0_0_aar.xml
│ ├── Gradle__com_android_support_appcompat_v7_28_0_0_aar.xml
│ ├── Gradle__com_android_support_asynclayoutinflater_28_0_0_aar.xml
│ ├── Gradle__com_android_support_collections_28_0_0_jar.xml
│ ├── Gradle__com_android_support_constraint_constraint_layout_1_1_3_aar.xml
│ ├── Gradle__com_android_support_constraint_constraint_layout_solver_1_1_3_jar.xml
│ ├── Gradle__com_android_support_coordinatorlayout_28_0_0_aar.xml
│ ├── Gradle__com_android_support_cursoradapter_28_0_0_aar.xml
│ ├── Gradle__com_android_support_customview_28_0_0_aar.xml
│ ├── Gradle__com_android_support_documentfile_28_0_0_aar.xml
│ ├── Gradle__com_android_support_drawerlayout_28_0_0_aar.xml
│ ├── Gradle__com_android_support_interpolator_28_0_0_aar.xml
│ ├── Gradle__com_android_support_loader_28_0_0_aar.xml
│ ├── Gradle__com_android_support_localbroadcastmanager_28_0_0_aar.xml
│ ├── Gradle__com_android_support_print_28_0_0_aar.xml
│ ├── Gradle__com_android_support_slidingpanelayout_28_0_0_aar.xml
│ ├── Gradle__com_android_support_support_annotations_28_0_0_jar.xml
│ ├── Gradle__com_android_support_support_compat_28_0_0_aar.xml
│ ├── Gradle__com_android_support_support_core_ui_28_0_0_aar.xml
│ ├── Gradle__com_android_support_support_core_utils_28_0_0_aar.xml
│ ├── Gradle__com_android_support_support_fragment_28_0_0_aar.xml
│ ├── Gradle__com_android_support_support_vector_drawable_28_0_0_aar.xml
│ ├── Gradle__com_android_support_swiperefreshlayout_28_0_0_aar.xml
│ ├── Gradle__com_android_support_versionedparcelable_28_0_0_aar.xml
│ └── Gradle__com_android_support_viewpager_28_0_0_aar.xml
├── misc.xml
├── modules.xml
├── runConfigurations.xml
├── vcs.xml
└── workspace.xml
├── README.md
├── app
├── .cxx
│ ├── cmake
│ │ ├── arm7Debug
│ │ │ └── armeabi-v7a
│ │ │ │ ├── .ninja_deps
│ │ │ │ ├── .ninja_log
│ │ │ │ ├── CMakeCache.txt
│ │ │ │ ├── CMakeFiles
│ │ │ │ ├── 3.10.2
│ │ │ │ │ ├── CMakeCCompiler.cmake
│ │ │ │ │ ├── CMakeCXXCompiler.cmake
│ │ │ │ │ ├── CMakeDetermineCompilerABI_C.bin
│ │ │ │ │ ├── CMakeDetermineCompilerABI_CXX.bin
│ │ │ │ │ └── CMakeSystem.cmake
│ │ │ │ ├── CMakeOutput.log
│ │ │ │ ├── TargetDirectories.txt
│ │ │ │ ├── cmake.check_cache
│ │ │ │ ├── feature_tests.bin
│ │ │ │ ├── feature_tests.c
│ │ │ │ ├── feature_tests.cxx
│ │ │ │ └── hello-jni.dir
│ │ │ │ │ └── hello-jni.c.o
│ │ │ │ ├── android_gradle_build.json
│ │ │ │ ├── android_gradle_build_hello-jni_armeabi-v7a.command.txt
│ │ │ │ ├── android_gradle_build_hello-jni_armeabi-v7a.stderr.txt
│ │ │ │ ├── android_gradle_build_hello-jni_armeabi-v7a.stdout.txt
│ │ │ │ ├── android_gradle_build_mini.json
│ │ │ │ ├── build.ninja
│ │ │ │ ├── build_command.txt
│ │ │ │ ├── build_model.json
│ │ │ │ ├── build_output.txt
│ │ │ │ ├── cmake_install.cmake
│ │ │ │ ├── cmake_server_log.txt
│ │ │ │ ├── compile_commands.json
│ │ │ │ ├── json_generation_record.json
│ │ │ │ └── rules.ninja
│ │ ├── arm7Release
│ │ │ └── armeabi-v7a
│ │ │ │ ├── .ninja_deps
│ │ │ │ ├── .ninja_log
│ │ │ │ ├── CMakeCache.txt
│ │ │ │ ├── CMakeFiles
│ │ │ │ ├── 3.10.2
│ │ │ │ │ ├── CMakeCCompiler.cmake
│ │ │ │ │ ├── CMakeCXXCompiler.cmake
│ │ │ │ │ ├── CMakeDetermineCompilerABI_C.bin
│ │ │ │ │ ├── CMakeDetermineCompilerABI_CXX.bin
│ │ │ │ │ └── CMakeSystem.cmake
│ │ │ │ ├── CMakeOutput.log
│ │ │ │ ├── TargetDirectories.txt
│ │ │ │ ├── cmake.check_cache
│ │ │ │ ├── feature_tests.bin
│ │ │ │ ├── feature_tests.c
│ │ │ │ └── feature_tests.cxx
│ │ │ │ ├── android_gradle_build.json
│ │ │ │ ├── android_gradle_build_mini.json
│ │ │ │ ├── build.ninja
│ │ │ │ ├── build_command.txt
│ │ │ │ ├── build_model.json
│ │ │ │ ├── build_output.txt
│ │ │ │ ├── cmake_install.cmake
│ │ │ │ ├── cmake_server_log.txt
│ │ │ │ ├── compile_commands.json
│ │ │ │ ├── json_generation_record.json
│ │ │ │ └── rules.ninja
│ │ ├── arm8Debug
│ │ │ └── arm64-v8a
│ │ │ │ ├── .ninja_deps
│ │ │ │ ├── .ninja_log
│ │ │ │ ├── CMakeCache.txt
│ │ │ │ ├── CMakeFiles
│ │ │ │ ├── 3.10.2
│ │ │ │ │ ├── CMakeCCompiler.cmake
│ │ │ │ │ ├── CMakeCXXCompiler.cmake
│ │ │ │ │ ├── CMakeDetermineCompilerABI_C.bin
│ │ │ │ │ ├── CMakeDetermineCompilerABI_CXX.bin
│ │ │ │ │ └── CMakeSystem.cmake
│ │ │ │ ├── CMakeOutput.log
│ │ │ │ ├── TargetDirectories.txt
│ │ │ │ ├── cmake.check_cache
│ │ │ │ ├── feature_tests.bin
│ │ │ │ ├── feature_tests.c
│ │ │ │ └── feature_tests.cxx
│ │ │ │ ├── android_gradle_build.json
│ │ │ │ ├── android_gradle_build_mini.json
│ │ │ │ ├── build.ninja
│ │ │ │ ├── build_command.txt
│ │ │ │ ├── build_model.json
│ │ │ │ ├── build_output.txt
│ │ │ │ ├── cmake_install.cmake
│ │ │ │ ├── cmake_server_log.txt
│ │ │ │ ├── compile_commands.json
│ │ │ │ ├── json_generation_record.json
│ │ │ │ └── rules.ninja
│ │ ├── arm8Release
│ │ │ └── arm64-v8a
│ │ │ │ ├── .ninja_deps
│ │ │ │ ├── .ninja_log
│ │ │ │ ├── CMakeCache.txt
│ │ │ │ ├── CMakeFiles
│ │ │ │ ├── 3.10.2
│ │ │ │ │ ├── CMakeCCompiler.cmake
│ │ │ │ │ ├── CMakeCXXCompiler.cmake
│ │ │ │ │ ├── CMakeDetermineCompilerABI_C.bin
│ │ │ │ │ ├── CMakeDetermineCompilerABI_CXX.bin
│ │ │ │ │ └── CMakeSystem.cmake
│ │ │ │ ├── CMakeOutput.log
│ │ │ │ ├── TargetDirectories.txt
│ │ │ │ ├── cmake.check_cache
│ │ │ │ ├── feature_tests.bin
│ │ │ │ ├── feature_tests.c
│ │ │ │ └── feature_tests.cxx
│ │ │ │ ├── android_gradle_build.json
│ │ │ │ ├── android_gradle_build_mini.json
│ │ │ │ ├── build.ninja
│ │ │ │ ├── build_command.txt
│ │ │ │ ├── build_model.json
│ │ │ │ ├── build_output.txt
│ │ │ │ ├── cmake_install.cmake
│ │ │ │ ├── cmake_server_log.txt
│ │ │ │ ├── compile_commands.json
│ │ │ │ ├── json_generation_record.json
│ │ │ │ └── rules.ninja
│ │ ├── universalDebug
│ │ │ ├── arm64-v8a
│ │ │ │ ├── .ninja_deps
│ │ │ │ ├── .ninja_log
│ │ │ │ ├── CMakeCache.txt
│ │ │ │ ├── CMakeFiles
│ │ │ │ │ ├── 3.10.2
│ │ │ │ │ │ ├── CMakeCCompiler.cmake
│ │ │ │ │ │ ├── CMakeCXXCompiler.cmake
│ │ │ │ │ │ ├── CMakeDetermineCompilerABI_C.bin
│ │ │ │ │ │ ├── CMakeDetermineCompilerABI_CXX.bin
│ │ │ │ │ │ └── CMakeSystem.cmake
│ │ │ │ │ ├── CMakeOutput.log
│ │ │ │ │ ├── TargetDirectories.txt
│ │ │ │ │ ├── cmake.check_cache
│ │ │ │ │ ├── feature_tests.bin
│ │ │ │ │ ├── feature_tests.c
│ │ │ │ │ └── feature_tests.cxx
│ │ │ │ ├── android_gradle_build.json
│ │ │ │ ├── android_gradle_build_mini.json
│ │ │ │ ├── build.ninja
│ │ │ │ ├── build_command.txt
│ │ │ │ ├── build_model.json
│ │ │ │ ├── build_output.txt
│ │ │ │ ├── cmake_install.cmake
│ │ │ │ ├── cmake_server_log.txt
│ │ │ │ ├── compile_commands.json
│ │ │ │ ├── json_generation_record.json
│ │ │ │ └── rules.ninja
│ │ │ ├── armeabi-v7a
│ │ │ │ ├── .ninja_deps
│ │ │ │ ├── .ninja_log
│ │ │ │ ├── CMakeCache.txt
│ │ │ │ ├── CMakeFiles
│ │ │ │ │ ├── 3.10.2
│ │ │ │ │ │ ├── CMakeCCompiler.cmake
│ │ │ │ │ │ ├── CMakeCXXCompiler.cmake
│ │ │ │ │ │ ├── CMakeDetermineCompilerABI_C.bin
│ │ │ │ │ │ ├── CMakeDetermineCompilerABI_CXX.bin
│ │ │ │ │ │ └── CMakeSystem.cmake
│ │ │ │ │ ├── CMakeOutput.log
│ │ │ │ │ ├── TargetDirectories.txt
│ │ │ │ │ ├── cmake.check_cache
│ │ │ │ │ ├── feature_tests.bin
│ │ │ │ │ ├── feature_tests.c
│ │ │ │ │ └── feature_tests.cxx
│ │ │ │ ├── android_gradle_build.json
│ │ │ │ ├── android_gradle_build_mini.json
│ │ │ │ ├── build.ninja
│ │ │ │ ├── build_command.txt
│ │ │ │ ├── build_model.json
│ │ │ │ ├── build_output.txt
│ │ │ │ ├── cmake_install.cmake
│ │ │ │ ├── cmake_server_log.txt
│ │ │ │ ├── compile_commands.json
│ │ │ │ ├── json_generation_record.json
│ │ │ │ └── rules.ninja
│ │ │ ├── x86
│ │ │ │ ├── .ninja_deps
│ │ │ │ ├── .ninja_log
│ │ │ │ ├── CMakeCache.txt
│ │ │ │ ├── CMakeFiles
│ │ │ │ │ ├── 3.10.2
│ │ │ │ │ │ ├── CMakeCCompiler.cmake
│ │ │ │ │ │ ├── CMakeCXXCompiler.cmake
│ │ │ │ │ │ ├── CMakeDetermineCompilerABI_C.bin
│ │ │ │ │ │ ├── CMakeDetermineCompilerABI_CXX.bin
│ │ │ │ │ │ └── CMakeSystem.cmake
│ │ │ │ │ ├── CMakeOutput.log
│ │ │ │ │ ├── TargetDirectories.txt
│ │ │ │ │ ├── cmake.check_cache
│ │ │ │ │ ├── feature_tests.bin
│ │ │ │ │ ├── feature_tests.c
│ │ │ │ │ └── feature_tests.cxx
│ │ │ │ ├── android_gradle_build.json
│ │ │ │ ├── android_gradle_build_mini.json
│ │ │ │ ├── build.ninja
│ │ │ │ ├── build_command.txt
│ │ │ │ ├── build_model.json
│ │ │ │ ├── build_output.txt
│ │ │ │ ├── cmake_install.cmake
│ │ │ │ ├── cmake_server_log.txt
│ │ │ │ ├── compile_commands.json
│ │ │ │ ├── json_generation_record.json
│ │ │ │ └── rules.ninja
│ │ │ └── x86_64
│ │ │ │ ├── .ninja_deps
│ │ │ │ ├── .ninja_log
│ │ │ │ ├── CMakeCache.txt
│ │ │ │ ├── CMakeFiles
│ │ │ │ ├── 3.10.2
│ │ │ │ │ ├── CMakeCCompiler.cmake
│ │ │ │ │ ├── CMakeCXXCompiler.cmake
│ │ │ │ │ ├── CMakeDetermineCompilerABI_C.bin
│ │ │ │ │ ├── CMakeDetermineCompilerABI_CXX.bin
│ │ │ │ │ └── CMakeSystem.cmake
│ │ │ │ ├── CMakeOutput.log
│ │ │ │ ├── TargetDirectories.txt
│ │ │ │ ├── cmake.check_cache
│ │ │ │ ├── feature_tests.bin
│ │ │ │ ├── feature_tests.c
│ │ │ │ └── feature_tests.cxx
│ │ │ │ ├── android_gradle_build.json
│ │ │ │ ├── android_gradle_build_mini.json
│ │ │ │ ├── build.ninja
│ │ │ │ ├── build_command.txt
│ │ │ │ ├── build_model.json
│ │ │ │ ├── build_output.txt
│ │ │ │ ├── cmake_install.cmake
│ │ │ │ ├── cmake_server_log.txt
│ │ │ │ ├── compile_commands.json
│ │ │ │ ├── json_generation_record.json
│ │ │ │ └── rules.ninja
│ │ ├── universalRelease
│ │ │ ├── arm64-v8a
│ │ │ │ ├── .ninja_deps
│ │ │ │ ├── .ninja_log
│ │ │ │ ├── CMakeCache.txt
│ │ │ │ ├── CMakeFiles
│ │ │ │ │ ├── 3.10.2
│ │ │ │ │ │ ├── CMakeCCompiler.cmake
│ │ │ │ │ │ ├── CMakeCXXCompiler.cmake
│ │ │ │ │ │ ├── CMakeDetermineCompilerABI_C.bin
│ │ │ │ │ │ ├── CMakeDetermineCompilerABI_CXX.bin
│ │ │ │ │ │ └── CMakeSystem.cmake
│ │ │ │ │ ├── CMakeOutput.log
│ │ │ │ │ ├── TargetDirectories.txt
│ │ │ │ │ ├── cmake.check_cache
│ │ │ │ │ ├── feature_tests.bin
│ │ │ │ │ ├── feature_tests.c
│ │ │ │ │ └── feature_tests.cxx
│ │ │ │ ├── android_gradle_build.json
│ │ │ │ ├── android_gradle_build_mini.json
│ │ │ │ ├── build.ninja
│ │ │ │ ├── build_command.txt
│ │ │ │ ├── build_model.json
│ │ │ │ ├── build_output.txt
│ │ │ │ ├── cmake_install.cmake
│ │ │ │ ├── cmake_server_log.txt
│ │ │ │ ├── compile_commands.json
│ │ │ │ ├── json_generation_record.json
│ │ │ │ └── rules.ninja
│ │ │ ├── armeabi-v7a
│ │ │ │ ├── .ninja_deps
│ │ │ │ ├── .ninja_log
│ │ │ │ ├── CMakeCache.txt
│ │ │ │ ├── CMakeFiles
│ │ │ │ │ ├── 3.10.2
│ │ │ │ │ │ ├── CMakeCCompiler.cmake
│ │ │ │ │ │ ├── CMakeCXXCompiler.cmake
│ │ │ │ │ │ ├── CMakeDetermineCompilerABI_C.bin
│ │ │ │ │ │ ├── CMakeDetermineCompilerABI_CXX.bin
│ │ │ │ │ │ └── CMakeSystem.cmake
│ │ │ │ │ ├── CMakeOutput.log
│ │ │ │ │ ├── TargetDirectories.txt
│ │ │ │ │ ├── cmake.check_cache
│ │ │ │ │ ├── feature_tests.bin
│ │ │ │ │ ├── feature_tests.c
│ │ │ │ │ └── feature_tests.cxx
│ │ │ │ ├── android_gradle_build.json
│ │ │ │ ├── android_gradle_build_mini.json
│ │ │ │ ├── build.ninja
│ │ │ │ ├── build_command.txt
│ │ │ │ ├── build_model.json
│ │ │ │ ├── build_output.txt
│ │ │ │ ├── cmake_install.cmake
│ │ │ │ ├── cmake_server_log.txt
│ │ │ │ ├── compile_commands.json
│ │ │ │ ├── json_generation_record.json
│ │ │ │ └── rules.ninja
│ │ │ ├── x86
│ │ │ │ ├── .ninja_deps
│ │ │ │ ├── .ninja_log
│ │ │ │ ├── CMakeCache.txt
│ │ │ │ ├── CMakeFiles
│ │ │ │ │ ├── 3.10.2
│ │ │ │ │ │ ├── CMakeCCompiler.cmake
│ │ │ │ │ │ ├── CMakeCXXCompiler.cmake
│ │ │ │ │ │ ├── CMakeDetermineCompilerABI_C.bin
│ │ │ │ │ │ ├── CMakeDetermineCompilerABI_CXX.bin
│ │ │ │ │ │ └── CMakeSystem.cmake
│ │ │ │ │ ├── CMakeOutput.log
│ │ │ │ │ ├── TargetDirectories.txt
│ │ │ │ │ ├── cmake.check_cache
│ │ │ │ │ ├── feature_tests.bin
│ │ │ │ │ ├── feature_tests.c
│ │ │ │ │ └── feature_tests.cxx
│ │ │ │ ├── android_gradle_build.json
│ │ │ │ ├── android_gradle_build_mini.json
│ │ │ │ ├── build.ninja
│ │ │ │ ├── build_command.txt
│ │ │ │ ├── build_model.json
│ │ │ │ ├── build_output.txt
│ │ │ │ ├── cmake_install.cmake
│ │ │ │ ├── cmake_server_log.txt
│ │ │ │ ├── compile_commands.json
│ │ │ │ ├── json_generation_record.json
│ │ │ │ └── rules.ninja
│ │ │ └── x86_64
│ │ │ │ ├── .ninja_deps
│ │ │ │ ├── .ninja_log
│ │ │ │ ├── CMakeCache.txt
│ │ │ │ ├── CMakeFiles
│ │ │ │ ├── 3.10.2
│ │ │ │ │ ├── CMakeCCompiler.cmake
│ │ │ │ │ ├── CMakeCXXCompiler.cmake
│ │ │ │ │ ├── CMakeDetermineCompilerABI_C.bin
│ │ │ │ │ ├── CMakeDetermineCompilerABI_CXX.bin
│ │ │ │ │ └── CMakeSystem.cmake
│ │ │ │ ├── CMakeOutput.log
│ │ │ │ ├── TargetDirectories.txt
│ │ │ │ ├── cmake.check_cache
│ │ │ │ ├── feature_tests.bin
│ │ │ │ ├── feature_tests.c
│ │ │ │ └── feature_tests.cxx
│ │ │ │ ├── android_gradle_build.json
│ │ │ │ ├── android_gradle_build_mini.json
│ │ │ │ ├── build.ninja
│ │ │ │ ├── build_command.txt
│ │ │ │ ├── build_model.json
│ │ │ │ ├── build_output.txt
│ │ │ │ ├── cmake_install.cmake
│ │ │ │ ├── cmake_server_log.txt
│ │ │ │ ├── compile_commands.json
│ │ │ │ ├── json_generation_record.json
│ │ │ │ └── rules.ninja
│ │ ├── x86Debug
│ │ │ └── x86
│ │ │ │ ├── .ninja_deps
│ │ │ │ ├── .ninja_log
│ │ │ │ ├── CMakeCache.txt
│ │ │ │ ├── CMakeFiles
│ │ │ │ ├── 3.10.2
│ │ │ │ │ ├── CMakeCCompiler.cmake
│ │ │ │ │ ├── CMakeCXXCompiler.cmake
│ │ │ │ │ ├── CMakeDetermineCompilerABI_C.bin
│ │ │ │ │ ├── CMakeDetermineCompilerABI_CXX.bin
│ │ │ │ │ └── CMakeSystem.cmake
│ │ │ │ ├── CMakeOutput.log
│ │ │ │ ├── TargetDirectories.txt
│ │ │ │ ├── cmake.check_cache
│ │ │ │ ├── feature_tests.bin
│ │ │ │ ├── feature_tests.c
│ │ │ │ └── feature_tests.cxx
│ │ │ │ ├── android_gradle_build.json
│ │ │ │ ├── android_gradle_build_mini.json
│ │ │ │ ├── build.ninja
│ │ │ │ ├── build_command.txt
│ │ │ │ ├── build_model.json
│ │ │ │ ├── build_output.txt
│ │ │ │ ├── cmake_install.cmake
│ │ │ │ ├── cmake_server_log.txt
│ │ │ │ ├── compile_commands.json
│ │ │ │ ├── json_generation_record.json
│ │ │ │ └── rules.ninja
│ │ ├── x86Release
│ │ │ └── x86
│ │ │ │ ├── .ninja_deps
│ │ │ │ ├── .ninja_log
│ │ │ │ ├── CMakeCache.txt
│ │ │ │ ├── CMakeFiles
│ │ │ │ ├── 3.10.2
│ │ │ │ │ ├── CMakeCCompiler.cmake
│ │ │ │ │ ├── CMakeCXXCompiler.cmake
│ │ │ │ │ ├── CMakeDetermineCompilerABI_C.bin
│ │ │ │ │ ├── CMakeDetermineCompilerABI_CXX.bin
│ │ │ │ │ └── CMakeSystem.cmake
│ │ │ │ ├── CMakeOutput.log
│ │ │ │ ├── TargetDirectories.txt
│ │ │ │ ├── cmake.check_cache
│ │ │ │ ├── feature_tests.bin
│ │ │ │ ├── feature_tests.c
│ │ │ │ └── feature_tests.cxx
│ │ │ │ ├── android_gradle_build.json
│ │ │ │ ├── android_gradle_build_mini.json
│ │ │ │ ├── build.ninja
│ │ │ │ ├── build_command.txt
│ │ │ │ ├── build_model.json
│ │ │ │ ├── build_output.txt
│ │ │ │ ├── cmake_install.cmake
│ │ │ │ ├── cmake_server_log.txt
│ │ │ │ ├── compile_commands.json
│ │ │ │ ├── json_generation_record.json
│ │ │ │ └── rules.ninja
│ │ ├── x86_64Debug
│ │ │ └── x86_64
│ │ │ │ ├── .ninja_deps
│ │ │ │ ├── .ninja_log
│ │ │ │ ├── CMakeCache.txt
│ │ │ │ ├── CMakeFiles
│ │ │ │ ├── 3.10.2
│ │ │ │ │ ├── CMakeCCompiler.cmake
│ │ │ │ │ ├── CMakeCXXCompiler.cmake
│ │ │ │ │ ├── CMakeDetermineCompilerABI_C.bin
│ │ │ │ │ ├── CMakeDetermineCompilerABI_CXX.bin
│ │ │ │ │ └── CMakeSystem.cmake
│ │ │ │ ├── CMakeOutput.log
│ │ │ │ ├── TargetDirectories.txt
│ │ │ │ ├── cmake.check_cache
│ │ │ │ ├── feature_tests.bin
│ │ │ │ ├── feature_tests.c
│ │ │ │ └── feature_tests.cxx
│ │ │ │ ├── android_gradle_build.json
│ │ │ │ ├── android_gradle_build_mini.json
│ │ │ │ ├── build.ninja
│ │ │ │ ├── build_command.txt
│ │ │ │ ├── build_model.json
│ │ │ │ ├── build_output.txt
│ │ │ │ ├── cmake_install.cmake
│ │ │ │ ├── cmake_server_log.txt
│ │ │ │ ├── compile_commands.json
│ │ │ │ ├── json_generation_record.json
│ │ │ │ └── rules.ninja
│ │ └── x86_64Release
│ │ │ └── x86_64
│ │ │ ├── .ninja_deps
│ │ │ ├── .ninja_log
│ │ │ ├── CMakeCache.txt
│ │ │ ├── CMakeFiles
│ │ │ ├── 3.10.2
│ │ │ │ ├── CMakeCCompiler.cmake
│ │ │ │ ├── CMakeCXXCompiler.cmake
│ │ │ │ ├── CMakeDetermineCompilerABI_C.bin
│ │ │ │ ├── CMakeDetermineCompilerABI_CXX.bin
│ │ │ │ └── CMakeSystem.cmake
│ │ │ ├── CMakeOutput.log
│ │ │ ├── TargetDirectories.txt
│ │ │ ├── cmake.check_cache
│ │ │ ├── feature_tests.bin
│ │ │ ├── feature_tests.c
│ │ │ └── feature_tests.cxx
│ │ │ ├── android_gradle_build.json
│ │ │ ├── android_gradle_build_mini.json
│ │ │ ├── build.ninja
│ │ │ ├── build_command.txt
│ │ │ ├── build_model.json
│ │ │ ├── build_output.txt
│ │ │ ├── cmake_install.cmake
│ │ │ ├── cmake_server_log.txt
│ │ │ ├── compile_commands.json
│ │ │ ├── json_generation_record.json
│ │ │ └── rules.ninja
│ └── ndk_locator_record.json
├── .gitignore
├── app.iml
├── build.gradle
├── proguard-rules.pro
└── src
│ └── main
│ ├── AndroidManifest.xml
│ ├── cpp
│ ├── CMakeLists.txt
│ └── hello-jni.c
│ ├── java
│ ├── cc
│ │ └── binmt
│ │ │ └── signature
│ │ │ └── PmsHookApplication.java
│ └── com
│ │ └── example
│ │ └── hellojni
│ │ └── PmsHookDetection.java
│ └── res
│ ├── layout
│ └── activity_hello_jni.xml
│ ├── mipmap-hdpi
│ └── ic_launcher.png
│ ├── mipmap-mdpi
│ └── ic_launcher.png
│ ├── mipmap-xhdpi
│ └── ic_launcher.png
│ ├── mipmap-xxhdpi
│ └── ic_launcher.png
│ ├── mipmap-xxxhdpi
│ └── ic_launcher.png
│ ├── values-w820dp
│ └── dimens.xml
│ └── values
│ ├── colors.xml
│ ├── dimens.xml
│ ├── strings.xml
│ └── styles.xml
├── build.gradle
├── gradle.properties
├── gradle
└── wrapper
│ ├── gradle-wrapper.jar
│ └── gradle-wrapper.properties
├── gradlew
├── gradlew.bat
├── local.properties
├── pms-hook-detection.iml
├── screenshot.png
└── settings.gradle
/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/.DS_Store
--------------------------------------------------------------------------------
/.google/packaging.yaml:
--------------------------------------------------------------------------------
1 | status: PUBLISHED
2 | technologies: [Android, NDK]
3 | categories: [NDK]
4 | languages: [C++, Java]
5 | solutions: [Mobile]
6 | github: googlesamples/android-ndk
7 | license: apache2
8 |
--------------------------------------------------------------------------------
/.gradle/5.4.1/executionHistory/executionHistory.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/.gradle/5.4.1/executionHistory/executionHistory.bin
--------------------------------------------------------------------------------
/.gradle/5.4.1/executionHistory/executionHistory.lock:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/.gradle/5.4.1/executionHistory/executionHistory.lock
--------------------------------------------------------------------------------
/.gradle/5.4.1/fileChanges/last-build.bin:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/.gradle/5.4.1/fileContent/fileContent.lock:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/.gradle/5.4.1/fileContent/fileContent.lock
--------------------------------------------------------------------------------
/.gradle/5.4.1/fileHashes/fileHashes.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/.gradle/5.4.1/fileHashes/fileHashes.bin
--------------------------------------------------------------------------------
/.gradle/5.4.1/fileHashes/fileHashes.lock:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/.gradle/5.4.1/fileHashes/fileHashes.lock
--------------------------------------------------------------------------------
/.gradle/5.4.1/fileHashes/resourceHashesCache.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/.gradle/5.4.1/fileHashes/resourceHashesCache.bin
--------------------------------------------------------------------------------
/.gradle/5.4.1/gc.properties:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/.gradle/5.4.1/gc.properties
--------------------------------------------------------------------------------
/.gradle/5.4.1/javaCompile/classAnalysis.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/.gradle/5.4.1/javaCompile/classAnalysis.bin
--------------------------------------------------------------------------------
/.gradle/5.4.1/javaCompile/javaCompile.lock:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/.gradle/5.4.1/javaCompile/javaCompile.lock
--------------------------------------------------------------------------------
/.gradle/5.4.1/javaCompile/taskHistory.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/.gradle/5.4.1/javaCompile/taskHistory.bin
--------------------------------------------------------------------------------
/.gradle/buildOutputCleanup/buildOutputCleanup.lock:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/.gradle/buildOutputCleanup/buildOutputCleanup.lock
--------------------------------------------------------------------------------
/.gradle/buildOutputCleanup/cache.properties:
--------------------------------------------------------------------------------
1 | #Fri Mar 13 12:42:15 SGT 2020
2 | gradle.version=5.4.1
3 |
--------------------------------------------------------------------------------
/.gradle/buildOutputCleanup/outputFiles.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/.gradle/buildOutputCleanup/outputFiles.bin
--------------------------------------------------------------------------------
/.gradle/vcs-1/gc.properties:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/.gradle/vcs-1/gc.properties
--------------------------------------------------------------------------------
/.idea/caches/build_file_checksums.ser:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/.idea/caches/build_file_checksums.ser
--------------------------------------------------------------------------------
/.idea/caches/gradle_models.ser:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/.idea/caches/gradle_models.ser
--------------------------------------------------------------------------------
/.idea/gradle.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
15 |
16 |
--------------------------------------------------------------------------------
/.idea/libraries/Gradle__android_arch_core_common_1_1_1_jar.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/.idea/libraries/Gradle__android_arch_core_runtime_1_1_1_aar.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/.idea/libraries/Gradle__android_arch_lifecycle_common_1_1_1_jar.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/.idea/libraries/Gradle__android_arch_lifecycle_livedata_1_1_1_aar.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/.idea/libraries/Gradle__android_arch_lifecycle_livedata_core_1_1_1_aar.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/.idea/libraries/Gradle__android_arch_lifecycle_runtime_1_1_1_aar.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/.idea/libraries/Gradle__android_arch_lifecycle_viewmodel_1_1_1_aar.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/.idea/libraries/Gradle__com_android_support_animated_vector_drawable_28_0_0_aar.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/.idea/libraries/Gradle__com_android_support_appcompat_v7_28_0_0_aar.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Gradle__com_android_support_asynclayoutinflater_28_0_0_aar.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/.idea/libraries/Gradle__com_android_support_collections_28_0_0_jar.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/.idea/libraries/Gradle__com_android_support_constraint_constraint_layout_1_1_3_aar.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/.idea/libraries/Gradle__com_android_support_constraint_constraint_layout_solver_1_1_3_jar.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/.idea/libraries/Gradle__com_android_support_coordinatorlayout_28_0_0_aar.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Gradle__com_android_support_cursoradapter_28_0_0_aar.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/.idea/libraries/Gradle__com_android_support_customview_28_0_0_aar.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/.idea/libraries/Gradle__com_android_support_documentfile_28_0_0_aar.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/.idea/libraries/Gradle__com_android_support_drawerlayout_28_0_0_aar.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Gradle__com_android_support_interpolator_28_0_0_aar.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/.idea/libraries/Gradle__com_android_support_loader_28_0_0_aar.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/.idea/libraries/Gradle__com_android_support_localbroadcastmanager_28_0_0_aar.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/.idea/libraries/Gradle__com_android_support_print_28_0_0_aar.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Gradle__com_android_support_slidingpanelayout_28_0_0_aar.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/.idea/libraries/Gradle__com_android_support_support_annotations_28_0_0_jar.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/.idea/libraries/Gradle__com_android_support_support_compat_28_0_0_aar.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Gradle__com_android_support_support_core_ui_28_0_0_aar.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/.idea/libraries/Gradle__com_android_support_support_core_utils_28_0_0_aar.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/.idea/libraries/Gradle__com_android_support_support_fragment_28_0_0_aar.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Gradle__com_android_support_support_vector_drawable_28_0_0_aar.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/.idea/libraries/Gradle__com_android_support_swiperefreshlayout_28_0_0_aar.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/.idea/libraries/Gradle__com_android_support_versionedparcelable_28_0_0_aar.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/.idea/libraries/Gradle__com_android_support_viewpager_28_0_0_aar.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/.idea/misc.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/.idea/modules.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/.idea/runConfigurations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/.idea/vcs.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | Android PMS Hook Detection
2 | =========
3 | This is a proof-of-concept(PoC) project on detecting hooks in Android's PackageManagerService(PMS). PMS hook is a common way to bypass signature checks on Android apks.
4 |
5 | The PoC comprises of two parts:
6 | - Ported a typical PMS hook from MT Manager(binmt.cc) and replaced the default Application class in manifests
7 | - Implemented PMS hook detection methods in both Java and native layers
8 |
9 | #### TO-DOs
10 | - [x] Detect hook in ActivityThread in Java
11 | - [x] Detect hook in ApplicationContext in Java
12 | - [x] Detect hook in ActivityThread in native
13 | - [ ] Detect hook in ApplicationContext in native
14 | - [ ] Recover PMS instance after hooking
15 |
16 | Screenshots
17 | -----------
18 | 
19 |
20 | Getting Started
21 | ---------------
22 | 1. [Download Android Studio](http://developer.android.com/sdk/index.html)
23 | 1. Launch Android Studio.
24 | 1. Open the sample directory.
25 | 1. Open *File/Project Structure...*, click *Download* or *Select NDK location*.
26 | 1. Click *Tools/Android/Sync Project with Gradle Files*.
27 | 1. Click *Run/Run 'app'*.
28 |
29 | References
30 | ---------------
31 | http://weishu.me/2016/03/07/understand-plugin-framework-ams-pms-hook/
32 |
33 | Star History
34 | ---------------
35 | [](https://star-history.com/#senyuuri/pms-hook-detection&Date)
36 |
37 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm7Debug/armeabi-v7a/.ninja_deps:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/arm7Debug/armeabi-v7a/.ninja_deps
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm7Debug/armeabi-v7a/.ninja_log:
--------------------------------------------------------------------------------
1 | # ninja log v5
2 | 59 114 1584429506 /Users/zhanyl/workspace/pms-hook-detection/app/build/intermediates/cmake/arm7Debug/obj/armeabi-v7a/libhello-jni.so 256eb59d0445eb54
3 | 1 59 1584429506 CMakeFiles/hello-jni.dir/hello-jni.c.o 34729a55047d84fb
4 | 0 192 1584430211 CMakeFiles/hello-jni.dir/hello-jni.c.o 34729a55047d84fb
5 | 192 257 1584430211 /Users/zhanyl/workspace/pms-hook-detection/app/build/intermediates/cmake/arm7Debug/obj/armeabi-v7a/libhello-jni.so 256eb59d0445eb54
6 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm7Debug/armeabi-v7a/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_C.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/arm7Debug/armeabi-v7a/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_C.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm7Debug/armeabi-v7a/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_CXX.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/arm7Debug/armeabi-v7a/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_CXX.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm7Debug/armeabi-v7a/CMakeFiles/3.10.2/CMakeSystem.cmake:
--------------------------------------------------------------------------------
1 | set(CMAKE_HOST_SYSTEM "Darwin-19.2.0")
2 | set(CMAKE_HOST_SYSTEM_NAME "Darwin")
3 | set(CMAKE_HOST_SYSTEM_VERSION "19.2.0")
4 | set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
5 |
6 | include("/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake")
7 |
8 | set(CMAKE_SYSTEM "Android-1")
9 | set(CMAKE_SYSTEM_NAME "Android")
10 | set(CMAKE_SYSTEM_VERSION "1")
11 | set(CMAKE_SYSTEM_PROCESSOR "armv7-a")
12 |
13 | set(CMAKE_CROSSCOMPILING "TRUE")
14 |
15 | set(CMAKE_SYSTEM_LOADED 1)
16 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm7Debug/armeabi-v7a/CMakeFiles/TargetDirectories.txt:
--------------------------------------------------------------------------------
1 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/arm7Debug/armeabi-v7a/CMakeFiles/rebuild_cache.dir
2 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/arm7Debug/armeabi-v7a/CMakeFiles/edit_cache.dir
3 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/arm7Debug/armeabi-v7a/CMakeFiles/hello-jni.dir
4 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm7Debug/armeabi-v7a/CMakeFiles/cmake.check_cache:
--------------------------------------------------------------------------------
1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file
2 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm7Debug/armeabi-v7a/CMakeFiles/feature_tests.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/arm7Debug/armeabi-v7a/CMakeFiles/feature_tests.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm7Debug/armeabi-v7a/CMakeFiles/feature_tests.c:
--------------------------------------------------------------------------------
1 |
2 | const char features[] = {"\n"
3 | "C_FEATURE:"
4 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304
5 | "1"
6 | #else
7 | "0"
8 | #endif
9 | "c_function_prototypes\n"
10 | "C_FEATURE:"
11 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
12 | "1"
13 | #else
14 | "0"
15 | #endif
16 | "c_restrict\n"
17 | "C_FEATURE:"
18 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
19 | "1"
20 | #else
21 | "0"
22 | #endif
23 | "c_static_assert\n"
24 | "C_FEATURE:"
25 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
26 | "1"
27 | #else
28 | "0"
29 | #endif
30 | "c_variadic_macros\n"
31 |
32 | };
33 |
34 | int main(int argc, char** argv) { (void)argv; return features[argc]; }
35 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm7Debug/armeabi-v7a/CMakeFiles/hello-jni.dir/hello-jni.c.o:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/arm7Debug/armeabi-v7a/CMakeFiles/hello-jni.dir/hello-jni.c.o
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm7Debug/armeabi-v7a/android_gradle_build_hello-jni_armeabi-v7a.command.txt:
--------------------------------------------------------------------------------
1 | Executable : /Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja
2 | arguments :
3 | -C
4 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/arm7Debug/armeabi-v7a
5 | hello-jni
6 | jvmArgs :
7 |
8 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm7Debug/armeabi-v7a/android_gradle_build_hello-jni_armeabi-v7a.stderr.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/arm7Debug/armeabi-v7a/android_gradle_build_hello-jni_armeabi-v7a.stderr.txt
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm7Debug/armeabi-v7a/android_gradle_build_hello-jni_armeabi-v7a.stdout.txt:
--------------------------------------------------------------------------------
1 | ninja: Entering directory `/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/arm7Debug/armeabi-v7a'
2 | [1/2] Building C object CMakeFiles/hello-jni.dir/hello-jni.c.o
3 | [2/2] Linking C shared library /Users/zhanyl/workspace/pms-hook-detection/app/build/intermediates/cmake/arm7Debug/obj/armeabi-v7a/libhello-jni.so
4 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm7Debug/armeabi-v7a/android_gradle_build_mini.json:
--------------------------------------------------------------------------------
1 | {
2 | "buildFiles": [
3 | "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/platforms.cmake",
4 | "/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/CMakeLists.txt",
5 | "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake"
6 | ],
7 | "cleanCommands": [
8 | "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/arm7Debug/armeabi-v7a\" clean"
9 | ],
10 | "buildTargetsCommand": "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/arm7Debug/armeabi-v7a\" {LIST_OF_TARGETS_TO_BUILD}",
11 | "libraries": {
12 | "hello-jni-Debug-armeabi-v7a": {
13 | "artifactName": "hello-jni",
14 | "buildCommand": "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/arm7Debug/armeabi-v7a\" hello-jni",
15 | "abi": "armeabi-v7a",
16 | "output": "/Users/zhanyl/workspace/pms-hook-detection/app/build/intermediates/cmake/arm7Debug/obj/armeabi-v7a/libhello-jni.so"
17 | }
18 | }
19 | }
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm7Debug/armeabi-v7a/build_command.txt:
--------------------------------------------------------------------------------
1 | Executable : /Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/cmake
2 | arguments :
3 | -H/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp
4 | -B/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/arm7Debug/armeabi-v7a
5 | -DANDROID_ABI=armeabi-v7a
6 | -DANDROID_PLATFORM=android-23
7 | -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/Users/zhanyl/workspace/pms-hook-detection/app/build/intermediates/cmake/arm7Debug/obj/armeabi-v7a
8 | -DCMAKE_BUILD_TYPE=Debug
9 | -DANDROID_NDK=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570
10 | -DCMAKE_SYSTEM_NAME=Android
11 | -DCMAKE_ANDROID_ARCH_ABI=armeabi-v7a
12 | -DCMAKE_SYSTEM_VERSION=23
13 | -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
14 | -DCMAKE_ANDROID_NDK=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570
15 | -DCMAKE_TOOLCHAIN_FILE=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake
16 | -G Ninja
17 | -DCMAKE_MAKE_PROGRAM=/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja
18 | jvmArgs :
19 |
20 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm7Debug/armeabi-v7a/build_output.txt:
--------------------------------------------------------------------------------
1 | Check for working C compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang
2 | Check for working C compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang -- works
3 | Detecting C compiler ABI info
4 | Detecting C compiler ABI info - done
5 | Detecting C compile features
6 | Detecting C compile features - done
7 | Check for working CXX compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++
8 | Check for working CXX compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++ -- works
9 | Detecting CXX compiler ABI info
10 | Detecting CXX compiler ABI info - done
11 | Detecting CXX compile features
12 | Detecting CXX compile features - done
13 | Configuring done
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm7Debug/armeabi-v7a/cmake_install.cmake:
--------------------------------------------------------------------------------
1 | # Install script for directory: /Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp
2 |
3 | # Set the install prefix
4 | if(NOT DEFINED CMAKE_INSTALL_PREFIX)
5 | set(CMAKE_INSTALL_PREFIX "/usr/local")
6 | endif()
7 | string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
8 |
9 | # Set the install configuration name.
10 | if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
11 | if(BUILD_TYPE)
12 | string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
13 | CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
14 | else()
15 | set(CMAKE_INSTALL_CONFIG_NAME "Debug")
16 | endif()
17 | message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
18 | endif()
19 |
20 | # Set the component getting installed.
21 | if(NOT CMAKE_INSTALL_COMPONENT)
22 | if(COMPONENT)
23 | message(STATUS "Install component: \"${COMPONENT}\"")
24 | set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
25 | else()
26 | set(CMAKE_INSTALL_COMPONENT)
27 | endif()
28 | endif()
29 |
30 | # Install shared libraries without execute permission?
31 | if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
32 | set(CMAKE_INSTALL_SO_NO_EXE "0")
33 | endif()
34 |
35 | # Is this installation the result of a crosscompile?
36 | if(NOT DEFINED CMAKE_CROSSCOMPILING)
37 | set(CMAKE_CROSSCOMPILING "TRUE")
38 | endif()
39 |
40 | if(CMAKE_INSTALL_COMPONENT)
41 | set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
42 | else()
43 | set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
44 | endif()
45 |
46 | string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
47 | "${CMAKE_INSTALL_MANIFEST_FILES}")
48 | file(WRITE "/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/arm7Debug/armeabi-v7a/${CMAKE_INSTALL_MANIFEST}"
49 | "${CMAKE_INSTALL_MANIFEST_CONTENT}")
50 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm7Debug/armeabi-v7a/compile_commands.json:
--------------------------------------------------------------------------------
1 | [
2 | {
3 | "directory": "/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/arm7Debug/armeabi-v7a",
4 | "command": "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang --target=armv7-none-linux-androideabi23 --gcc-toolchain=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64 --sysroot=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/sysroot -Dhello_jni_EXPORTS -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -fno-addrsig -march=armv7-a -mthumb -Wa,--noexecstack -Wformat -Werror=format-security -O0 -fno-limit-debug-info -fPIC -o CMakeFiles/hello-jni.dir/hello-jni.c.o -c /Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/hello-jni.c",
5 | "file": "/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/hello-jni.c"
6 | }
7 | ]
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm7Debug/armeabi-v7a/json_generation_record.json:
--------------------------------------------------------------------------------
1 | [
2 | {
3 | "level": "INFO",
4 | "message": "Start JSON generation. Platform version: 23 min SDK version: armeabi-v7a"
5 | },
6 | {
7 | "level": "INFO",
8 | "message": "- CMake found from cmake.dir at \u0027/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404\u0027 had version \u00273.10.2\u0027"
9 | },
10 | {
11 | "level": "INFO",
12 | "message": "JSON \u0027/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/arm7Debug/armeabi-v7a/android_gradle_build.json\u0027 was up-to-date"
13 | },
14 | {
15 | "level": "INFO",
16 | "message": "JSON generation completed without problems"
17 | }
18 | ]
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm7Release/armeabi-v7a/.ninja_deps:
--------------------------------------------------------------------------------
1 | # ninjadeps
2 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm7Release/armeabi-v7a/.ninja_log:
--------------------------------------------------------------------------------
1 | # ninja log v5
2 | 0 11 0 clean 31139916496af529
3 | 0 11 0 clean 31139916496af529
4 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm7Release/armeabi-v7a/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_C.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/arm7Release/armeabi-v7a/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_C.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm7Release/armeabi-v7a/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_CXX.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/arm7Release/armeabi-v7a/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_CXX.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm7Release/armeabi-v7a/CMakeFiles/3.10.2/CMakeSystem.cmake:
--------------------------------------------------------------------------------
1 | set(CMAKE_HOST_SYSTEM "Darwin-19.2.0")
2 | set(CMAKE_HOST_SYSTEM_NAME "Darwin")
3 | set(CMAKE_HOST_SYSTEM_VERSION "19.2.0")
4 | set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
5 |
6 | include("/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake")
7 |
8 | set(CMAKE_SYSTEM "Android-1")
9 | set(CMAKE_SYSTEM_NAME "Android")
10 | set(CMAKE_SYSTEM_VERSION "1")
11 | set(CMAKE_SYSTEM_PROCESSOR "armv7-a")
12 |
13 | set(CMAKE_CROSSCOMPILING "TRUE")
14 |
15 | set(CMAKE_SYSTEM_LOADED 1)
16 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm7Release/armeabi-v7a/CMakeFiles/TargetDirectories.txt:
--------------------------------------------------------------------------------
1 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/arm7Release/armeabi-v7a/CMakeFiles/rebuild_cache.dir
2 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/arm7Release/armeabi-v7a/CMakeFiles/edit_cache.dir
3 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/arm7Release/armeabi-v7a/CMakeFiles/hello-jni.dir
4 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm7Release/armeabi-v7a/CMakeFiles/cmake.check_cache:
--------------------------------------------------------------------------------
1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file
2 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm7Release/armeabi-v7a/CMakeFiles/feature_tests.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/arm7Release/armeabi-v7a/CMakeFiles/feature_tests.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm7Release/armeabi-v7a/CMakeFiles/feature_tests.c:
--------------------------------------------------------------------------------
1 |
2 | const char features[] = {"\n"
3 | "C_FEATURE:"
4 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304
5 | "1"
6 | #else
7 | "0"
8 | #endif
9 | "c_function_prototypes\n"
10 | "C_FEATURE:"
11 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
12 | "1"
13 | #else
14 | "0"
15 | #endif
16 | "c_restrict\n"
17 | "C_FEATURE:"
18 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
19 | "1"
20 | #else
21 | "0"
22 | #endif
23 | "c_static_assert\n"
24 | "C_FEATURE:"
25 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
26 | "1"
27 | #else
28 | "0"
29 | #endif
30 | "c_variadic_macros\n"
31 |
32 | };
33 |
34 | int main(int argc, char** argv) { (void)argv; return features[argc]; }
35 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm7Release/armeabi-v7a/android_gradle_build_mini.json:
--------------------------------------------------------------------------------
1 | {
2 | "buildFiles": [
3 | "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/platforms.cmake",
4 | "/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/CMakeLists.txt",
5 | "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake"
6 | ],
7 | "cleanCommands": [
8 | "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/arm7Release/armeabi-v7a\" clean"
9 | ],
10 | "buildTargetsCommand": "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/arm7Release/armeabi-v7a\" {LIST_OF_TARGETS_TO_BUILD}",
11 | "libraries": {
12 | "hello-jni-Release-armeabi-v7a": {
13 | "artifactName": "hello-jni",
14 | "buildCommand": "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/arm7Release/armeabi-v7a\" hello-jni",
15 | "abi": "armeabi-v7a",
16 | "output": "/Users/zhanyl/workspace/pms-hook-detection/app/build/intermediates/cmake/arm7Release/obj/armeabi-v7a/libhello-jni.so"
17 | }
18 | }
19 | }
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm7Release/armeabi-v7a/build_command.txt:
--------------------------------------------------------------------------------
1 | Executable : /Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/cmake
2 | arguments :
3 | -H/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp
4 | -B/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/arm7Release/armeabi-v7a
5 | -DANDROID_ABI=armeabi-v7a
6 | -DANDROID_PLATFORM=android-23
7 | -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/Users/zhanyl/workspace/pms-hook-detection/app/build/intermediates/cmake/arm7Release/obj/armeabi-v7a
8 | -DCMAKE_BUILD_TYPE=Release
9 | -DANDROID_NDK=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570
10 | -DCMAKE_SYSTEM_NAME=Android
11 | -DCMAKE_ANDROID_ARCH_ABI=armeabi-v7a
12 | -DCMAKE_SYSTEM_VERSION=23
13 | -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
14 | -DCMAKE_ANDROID_NDK=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570
15 | -DCMAKE_TOOLCHAIN_FILE=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake
16 | -G Ninja
17 | -DCMAKE_MAKE_PROGRAM=/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja
18 | jvmArgs :
19 |
20 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm7Release/armeabi-v7a/build_output.txt:
--------------------------------------------------------------------------------
1 | Check for working C compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang
2 | Check for working C compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang -- works
3 | Detecting C compiler ABI info
4 | Detecting C compiler ABI info - done
5 | Detecting C compile features
6 | Detecting C compile features - done
7 | Check for working CXX compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++
8 | Check for working CXX compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++ -- works
9 | Detecting CXX compiler ABI info
10 | Detecting CXX compiler ABI info - done
11 | Detecting CXX compile features
12 | Detecting CXX compile features - done
13 | Configuring done
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm7Release/armeabi-v7a/cmake_install.cmake:
--------------------------------------------------------------------------------
1 | # Install script for directory: /Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp
2 |
3 | # Set the install prefix
4 | if(NOT DEFINED CMAKE_INSTALL_PREFIX)
5 | set(CMAKE_INSTALL_PREFIX "/usr/local")
6 | endif()
7 | string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
8 |
9 | # Set the install configuration name.
10 | if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
11 | if(BUILD_TYPE)
12 | string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
13 | CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
14 | else()
15 | set(CMAKE_INSTALL_CONFIG_NAME "Release")
16 | endif()
17 | message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
18 | endif()
19 |
20 | # Set the component getting installed.
21 | if(NOT CMAKE_INSTALL_COMPONENT)
22 | if(COMPONENT)
23 | message(STATUS "Install component: \"${COMPONENT}\"")
24 | set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
25 | else()
26 | set(CMAKE_INSTALL_COMPONENT)
27 | endif()
28 | endif()
29 |
30 | # Install shared libraries without execute permission?
31 | if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
32 | set(CMAKE_INSTALL_SO_NO_EXE "0")
33 | endif()
34 |
35 | # Is this installation the result of a crosscompile?
36 | if(NOT DEFINED CMAKE_CROSSCOMPILING)
37 | set(CMAKE_CROSSCOMPILING "TRUE")
38 | endif()
39 |
40 | if(CMAKE_INSTALL_COMPONENT)
41 | set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
42 | else()
43 | set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
44 | endif()
45 |
46 | string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
47 | "${CMAKE_INSTALL_MANIFEST_FILES}")
48 | file(WRITE "/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/arm7Release/armeabi-v7a/${CMAKE_INSTALL_MANIFEST}"
49 | "${CMAKE_INSTALL_MANIFEST_CONTENT}")
50 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm7Release/armeabi-v7a/compile_commands.json:
--------------------------------------------------------------------------------
1 | [
2 | {
3 | "directory": "/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/arm7Release/armeabi-v7a",
4 | "command": "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang --target=armv7-none-linux-androideabi23 --gcc-toolchain=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64 --sysroot=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/sysroot -Dhello_jni_EXPORTS -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -fno-addrsig -march=armv7-a -mthumb -Wa,--noexecstack -Wformat -Werror=format-security -Oz -DNDEBUG -fPIC -o CMakeFiles/hello-jni.dir/hello-jni.c.o -c /Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/hello-jni.c",
5 | "file": "/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/hello-jni.c"
6 | }
7 | ]
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm8Debug/arm64-v8a/.ninja_deps:
--------------------------------------------------------------------------------
1 | # ninjadeps
2 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm8Debug/arm64-v8a/.ninja_log:
--------------------------------------------------------------------------------
1 | # ninja log v5
2 | 0 13 0 clean 31139916496af529
3 | 0 9 0 clean 31139916496af529
4 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm8Debug/arm64-v8a/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_C.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/arm8Debug/arm64-v8a/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_C.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm8Debug/arm64-v8a/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_CXX.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/arm8Debug/arm64-v8a/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_CXX.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm8Debug/arm64-v8a/CMakeFiles/3.10.2/CMakeSystem.cmake:
--------------------------------------------------------------------------------
1 | set(CMAKE_HOST_SYSTEM "Darwin-19.2.0")
2 | set(CMAKE_HOST_SYSTEM_NAME "Darwin")
3 | set(CMAKE_HOST_SYSTEM_VERSION "19.2.0")
4 | set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
5 |
6 | include("/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake")
7 |
8 | set(CMAKE_SYSTEM "Android-1")
9 | set(CMAKE_SYSTEM_NAME "Android")
10 | set(CMAKE_SYSTEM_VERSION "1")
11 | set(CMAKE_SYSTEM_PROCESSOR "aarch64")
12 |
13 | set(CMAKE_CROSSCOMPILING "TRUE")
14 |
15 | set(CMAKE_SYSTEM_LOADED 1)
16 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm8Debug/arm64-v8a/CMakeFiles/TargetDirectories.txt:
--------------------------------------------------------------------------------
1 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/arm8Debug/arm64-v8a/CMakeFiles/rebuild_cache.dir
2 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/arm8Debug/arm64-v8a/CMakeFiles/edit_cache.dir
3 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/arm8Debug/arm64-v8a/CMakeFiles/hello-jni.dir
4 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm8Debug/arm64-v8a/CMakeFiles/cmake.check_cache:
--------------------------------------------------------------------------------
1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file
2 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm8Debug/arm64-v8a/CMakeFiles/feature_tests.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/arm8Debug/arm64-v8a/CMakeFiles/feature_tests.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm8Debug/arm64-v8a/CMakeFiles/feature_tests.c:
--------------------------------------------------------------------------------
1 |
2 | const char features[] = {"\n"
3 | "C_FEATURE:"
4 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304
5 | "1"
6 | #else
7 | "0"
8 | #endif
9 | "c_function_prototypes\n"
10 | "C_FEATURE:"
11 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
12 | "1"
13 | #else
14 | "0"
15 | #endif
16 | "c_restrict\n"
17 | "C_FEATURE:"
18 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
19 | "1"
20 | #else
21 | "0"
22 | #endif
23 | "c_static_assert\n"
24 | "C_FEATURE:"
25 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
26 | "1"
27 | #else
28 | "0"
29 | #endif
30 | "c_variadic_macros\n"
31 |
32 | };
33 |
34 | int main(int argc, char** argv) { (void)argv; return features[argc]; }
35 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm8Debug/arm64-v8a/android_gradle_build_mini.json:
--------------------------------------------------------------------------------
1 | {
2 | "buildFiles": [
3 | "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/platforms.cmake",
4 | "/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/CMakeLists.txt",
5 | "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake"
6 | ],
7 | "cleanCommands": [
8 | "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/arm8Debug/arm64-v8a\" clean"
9 | ],
10 | "buildTargetsCommand": "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/arm8Debug/arm64-v8a\" {LIST_OF_TARGETS_TO_BUILD}",
11 | "libraries": {
12 | "hello-jni-Debug-arm64-v8a": {
13 | "artifactName": "hello-jni",
14 | "buildCommand": "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/arm8Debug/arm64-v8a\" hello-jni",
15 | "abi": "arm64-v8a",
16 | "output": "/Users/zhanyl/workspace/pms-hook-detection/app/build/intermediates/cmake/arm8Debug/obj/arm64-v8a/libhello-jni.so"
17 | }
18 | }
19 | }
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm8Debug/arm64-v8a/build_command.txt:
--------------------------------------------------------------------------------
1 | Executable : /Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/cmake
2 | arguments :
3 | -H/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp
4 | -B/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/arm8Debug/arm64-v8a
5 | -DANDROID_ABI=arm64-v8a
6 | -DANDROID_PLATFORM=android-23
7 | -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/Users/zhanyl/workspace/pms-hook-detection/app/build/intermediates/cmake/arm8Debug/obj/arm64-v8a
8 | -DCMAKE_BUILD_TYPE=Debug
9 | -DANDROID_NDK=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570
10 | -DCMAKE_SYSTEM_NAME=Android
11 | -DCMAKE_ANDROID_ARCH_ABI=arm64-v8a
12 | -DCMAKE_SYSTEM_VERSION=23
13 | -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
14 | -DCMAKE_ANDROID_NDK=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570
15 | -DCMAKE_TOOLCHAIN_FILE=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake
16 | -G Ninja
17 | -DCMAKE_MAKE_PROGRAM=/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja
18 | jvmArgs :
19 |
20 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm8Debug/arm64-v8a/build_output.txt:
--------------------------------------------------------------------------------
1 | Check for working C compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang
2 | Check for working C compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang -- works
3 | Detecting C compiler ABI info
4 | Detecting C compiler ABI info - done
5 | Detecting C compile features
6 | Detecting C compile features - done
7 | Check for working CXX compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++
8 | Check for working CXX compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++ -- works
9 | Detecting CXX compiler ABI info
10 | Detecting CXX compiler ABI info - done
11 | Detecting CXX compile features
12 | Detecting CXX compile features - done
13 | Configuring done
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm8Debug/arm64-v8a/cmake_install.cmake:
--------------------------------------------------------------------------------
1 | # Install script for directory: /Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp
2 |
3 | # Set the install prefix
4 | if(NOT DEFINED CMAKE_INSTALL_PREFIX)
5 | set(CMAKE_INSTALL_PREFIX "/usr/local")
6 | endif()
7 | string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
8 |
9 | # Set the install configuration name.
10 | if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
11 | if(BUILD_TYPE)
12 | string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
13 | CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
14 | else()
15 | set(CMAKE_INSTALL_CONFIG_NAME "Debug")
16 | endif()
17 | message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
18 | endif()
19 |
20 | # Set the component getting installed.
21 | if(NOT CMAKE_INSTALL_COMPONENT)
22 | if(COMPONENT)
23 | message(STATUS "Install component: \"${COMPONENT}\"")
24 | set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
25 | else()
26 | set(CMAKE_INSTALL_COMPONENT)
27 | endif()
28 | endif()
29 |
30 | # Install shared libraries without execute permission?
31 | if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
32 | set(CMAKE_INSTALL_SO_NO_EXE "0")
33 | endif()
34 |
35 | # Is this installation the result of a crosscompile?
36 | if(NOT DEFINED CMAKE_CROSSCOMPILING)
37 | set(CMAKE_CROSSCOMPILING "TRUE")
38 | endif()
39 |
40 | if(CMAKE_INSTALL_COMPONENT)
41 | set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
42 | else()
43 | set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
44 | endif()
45 |
46 | string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
47 | "${CMAKE_INSTALL_MANIFEST_FILES}")
48 | file(WRITE "/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/arm8Debug/arm64-v8a/${CMAKE_INSTALL_MANIFEST}"
49 | "${CMAKE_INSTALL_MANIFEST_CONTENT}")
50 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm8Debug/arm64-v8a/compile_commands.json:
--------------------------------------------------------------------------------
1 | [
2 | {
3 | "directory": "/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/arm8Debug/arm64-v8a",
4 | "command": "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang --target=aarch64-none-linux-android23 --gcc-toolchain=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64 --sysroot=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/sysroot -Dhello_jni_EXPORTS -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -fno-addrsig -Wa,--noexecstack -Wformat -Werror=format-security -O0 -fno-limit-debug-info -fPIC -o CMakeFiles/hello-jni.dir/hello-jni.c.o -c /Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/hello-jni.c",
5 | "file": "/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/hello-jni.c"
6 | }
7 | ]
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm8Release/arm64-v8a/.ninja_deps:
--------------------------------------------------------------------------------
1 | # ninjadeps
2 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm8Release/arm64-v8a/.ninja_log:
--------------------------------------------------------------------------------
1 | # ninja log v5
2 | 0 14 0 clean 31139916496af529
3 | 0 11 0 clean 31139916496af529
4 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm8Release/arm64-v8a/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_C.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/arm8Release/arm64-v8a/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_C.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm8Release/arm64-v8a/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_CXX.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/arm8Release/arm64-v8a/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_CXX.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm8Release/arm64-v8a/CMakeFiles/3.10.2/CMakeSystem.cmake:
--------------------------------------------------------------------------------
1 | set(CMAKE_HOST_SYSTEM "Darwin-19.2.0")
2 | set(CMAKE_HOST_SYSTEM_NAME "Darwin")
3 | set(CMAKE_HOST_SYSTEM_VERSION "19.2.0")
4 | set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
5 |
6 | include("/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake")
7 |
8 | set(CMAKE_SYSTEM "Android-1")
9 | set(CMAKE_SYSTEM_NAME "Android")
10 | set(CMAKE_SYSTEM_VERSION "1")
11 | set(CMAKE_SYSTEM_PROCESSOR "aarch64")
12 |
13 | set(CMAKE_CROSSCOMPILING "TRUE")
14 |
15 | set(CMAKE_SYSTEM_LOADED 1)
16 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm8Release/arm64-v8a/CMakeFiles/TargetDirectories.txt:
--------------------------------------------------------------------------------
1 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/arm8Release/arm64-v8a/CMakeFiles/rebuild_cache.dir
2 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/arm8Release/arm64-v8a/CMakeFiles/edit_cache.dir
3 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/arm8Release/arm64-v8a/CMakeFiles/hello-jni.dir
4 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm8Release/arm64-v8a/CMakeFiles/cmake.check_cache:
--------------------------------------------------------------------------------
1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file
2 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm8Release/arm64-v8a/CMakeFiles/feature_tests.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/arm8Release/arm64-v8a/CMakeFiles/feature_tests.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm8Release/arm64-v8a/CMakeFiles/feature_tests.c:
--------------------------------------------------------------------------------
1 |
2 | const char features[] = {"\n"
3 | "C_FEATURE:"
4 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304
5 | "1"
6 | #else
7 | "0"
8 | #endif
9 | "c_function_prototypes\n"
10 | "C_FEATURE:"
11 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
12 | "1"
13 | #else
14 | "0"
15 | #endif
16 | "c_restrict\n"
17 | "C_FEATURE:"
18 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
19 | "1"
20 | #else
21 | "0"
22 | #endif
23 | "c_static_assert\n"
24 | "C_FEATURE:"
25 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
26 | "1"
27 | #else
28 | "0"
29 | #endif
30 | "c_variadic_macros\n"
31 |
32 | };
33 |
34 | int main(int argc, char** argv) { (void)argv; return features[argc]; }
35 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm8Release/arm64-v8a/android_gradle_build_mini.json:
--------------------------------------------------------------------------------
1 | {
2 | "buildFiles": [
3 | "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/platforms.cmake",
4 | "/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/CMakeLists.txt",
5 | "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake"
6 | ],
7 | "cleanCommands": [
8 | "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/arm8Release/arm64-v8a\" clean"
9 | ],
10 | "buildTargetsCommand": "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/arm8Release/arm64-v8a\" {LIST_OF_TARGETS_TO_BUILD}",
11 | "libraries": {
12 | "hello-jni-Release-arm64-v8a": {
13 | "artifactName": "hello-jni",
14 | "buildCommand": "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/arm8Release/arm64-v8a\" hello-jni",
15 | "abi": "arm64-v8a",
16 | "output": "/Users/zhanyl/workspace/pms-hook-detection/app/build/intermediates/cmake/arm8Release/obj/arm64-v8a/libhello-jni.so"
17 | }
18 | }
19 | }
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm8Release/arm64-v8a/build_command.txt:
--------------------------------------------------------------------------------
1 | Executable : /Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/cmake
2 | arguments :
3 | -H/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp
4 | -B/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/arm8Release/arm64-v8a
5 | -DANDROID_ABI=arm64-v8a
6 | -DANDROID_PLATFORM=android-23
7 | -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/Users/zhanyl/workspace/pms-hook-detection/app/build/intermediates/cmake/arm8Release/obj/arm64-v8a
8 | -DCMAKE_BUILD_TYPE=Release
9 | -DANDROID_NDK=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570
10 | -DCMAKE_SYSTEM_NAME=Android
11 | -DCMAKE_ANDROID_ARCH_ABI=arm64-v8a
12 | -DCMAKE_SYSTEM_VERSION=23
13 | -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
14 | -DCMAKE_ANDROID_NDK=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570
15 | -DCMAKE_TOOLCHAIN_FILE=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake
16 | -G Ninja
17 | -DCMAKE_MAKE_PROGRAM=/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja
18 | jvmArgs :
19 |
20 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm8Release/arm64-v8a/build_output.txt:
--------------------------------------------------------------------------------
1 | Check for working C compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang
2 | Check for working C compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang -- works
3 | Detecting C compiler ABI info
4 | Detecting C compiler ABI info - done
5 | Detecting C compile features
6 | Detecting C compile features - done
7 | Check for working CXX compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++
8 | Check for working CXX compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++ -- works
9 | Detecting CXX compiler ABI info
10 | Detecting CXX compiler ABI info - done
11 | Detecting CXX compile features
12 | Detecting CXX compile features - done
13 | Configuring done
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm8Release/arm64-v8a/cmake_install.cmake:
--------------------------------------------------------------------------------
1 | # Install script for directory: /Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp
2 |
3 | # Set the install prefix
4 | if(NOT DEFINED CMAKE_INSTALL_PREFIX)
5 | set(CMAKE_INSTALL_PREFIX "/usr/local")
6 | endif()
7 | string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
8 |
9 | # Set the install configuration name.
10 | if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
11 | if(BUILD_TYPE)
12 | string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
13 | CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
14 | else()
15 | set(CMAKE_INSTALL_CONFIG_NAME "Release")
16 | endif()
17 | message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
18 | endif()
19 |
20 | # Set the component getting installed.
21 | if(NOT CMAKE_INSTALL_COMPONENT)
22 | if(COMPONENT)
23 | message(STATUS "Install component: \"${COMPONENT}\"")
24 | set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
25 | else()
26 | set(CMAKE_INSTALL_COMPONENT)
27 | endif()
28 | endif()
29 |
30 | # Install shared libraries without execute permission?
31 | if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
32 | set(CMAKE_INSTALL_SO_NO_EXE "0")
33 | endif()
34 |
35 | # Is this installation the result of a crosscompile?
36 | if(NOT DEFINED CMAKE_CROSSCOMPILING)
37 | set(CMAKE_CROSSCOMPILING "TRUE")
38 | endif()
39 |
40 | if(CMAKE_INSTALL_COMPONENT)
41 | set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
42 | else()
43 | set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
44 | endif()
45 |
46 | string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
47 | "${CMAKE_INSTALL_MANIFEST_FILES}")
48 | file(WRITE "/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/arm8Release/arm64-v8a/${CMAKE_INSTALL_MANIFEST}"
49 | "${CMAKE_INSTALL_MANIFEST_CONTENT}")
50 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/arm8Release/arm64-v8a/compile_commands.json:
--------------------------------------------------------------------------------
1 | [
2 | {
3 | "directory": "/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/arm8Release/arm64-v8a",
4 | "command": "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang --target=aarch64-none-linux-android23 --gcc-toolchain=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64 --sysroot=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/sysroot -Dhello_jni_EXPORTS -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -fno-addrsig -Wa,--noexecstack -Wformat -Werror=format-security -O2 -DNDEBUG -fPIC -o CMakeFiles/hello-jni.dir/hello-jni.c.o -c /Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/hello-jni.c",
5 | "file": "/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/hello-jni.c"
6 | }
7 | ]
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/arm64-v8a/.ninja_deps:
--------------------------------------------------------------------------------
1 | # ninjadeps
2 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/arm64-v8a/.ninja_log:
--------------------------------------------------------------------------------
1 | # ninja log v5
2 | 0 12 0 clean 31139916496af529
3 | 0 10 0 clean 31139916496af529
4 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/arm64-v8a/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_C.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/universalDebug/arm64-v8a/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_C.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/arm64-v8a/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_CXX.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/universalDebug/arm64-v8a/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_CXX.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/arm64-v8a/CMakeFiles/3.10.2/CMakeSystem.cmake:
--------------------------------------------------------------------------------
1 | set(CMAKE_HOST_SYSTEM "Darwin-19.2.0")
2 | set(CMAKE_HOST_SYSTEM_NAME "Darwin")
3 | set(CMAKE_HOST_SYSTEM_VERSION "19.2.0")
4 | set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
5 |
6 | include("/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake")
7 |
8 | set(CMAKE_SYSTEM "Android-1")
9 | set(CMAKE_SYSTEM_NAME "Android")
10 | set(CMAKE_SYSTEM_VERSION "1")
11 | set(CMAKE_SYSTEM_PROCESSOR "aarch64")
12 |
13 | set(CMAKE_CROSSCOMPILING "TRUE")
14 |
15 | set(CMAKE_SYSTEM_LOADED 1)
16 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/arm64-v8a/CMakeFiles/TargetDirectories.txt:
--------------------------------------------------------------------------------
1 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalDebug/arm64-v8a/CMakeFiles/rebuild_cache.dir
2 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalDebug/arm64-v8a/CMakeFiles/edit_cache.dir
3 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalDebug/arm64-v8a/CMakeFiles/hello-jni.dir
4 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/arm64-v8a/CMakeFiles/cmake.check_cache:
--------------------------------------------------------------------------------
1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file
2 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/arm64-v8a/CMakeFiles/feature_tests.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/universalDebug/arm64-v8a/CMakeFiles/feature_tests.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/arm64-v8a/CMakeFiles/feature_tests.c:
--------------------------------------------------------------------------------
1 |
2 | const char features[] = {"\n"
3 | "C_FEATURE:"
4 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304
5 | "1"
6 | #else
7 | "0"
8 | #endif
9 | "c_function_prototypes\n"
10 | "C_FEATURE:"
11 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
12 | "1"
13 | #else
14 | "0"
15 | #endif
16 | "c_restrict\n"
17 | "C_FEATURE:"
18 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
19 | "1"
20 | #else
21 | "0"
22 | #endif
23 | "c_static_assert\n"
24 | "C_FEATURE:"
25 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
26 | "1"
27 | #else
28 | "0"
29 | #endif
30 | "c_variadic_macros\n"
31 |
32 | };
33 |
34 | int main(int argc, char** argv) { (void)argv; return features[argc]; }
35 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/arm64-v8a/android_gradle_build_mini.json:
--------------------------------------------------------------------------------
1 | {
2 | "buildFiles": [
3 | "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/platforms.cmake",
4 | "/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/CMakeLists.txt",
5 | "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake"
6 | ],
7 | "cleanCommands": [
8 | "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalDebug/arm64-v8a\" clean"
9 | ],
10 | "buildTargetsCommand": "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalDebug/arm64-v8a\" {LIST_OF_TARGETS_TO_BUILD}",
11 | "libraries": {
12 | "hello-jni-Debug-arm64-v8a": {
13 | "artifactName": "hello-jni",
14 | "buildCommand": "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalDebug/arm64-v8a\" hello-jni",
15 | "abi": "arm64-v8a",
16 | "output": "/Users/zhanyl/workspace/pms-hook-detection/app/build/intermediates/cmake/universalDebug/obj/arm64-v8a/libhello-jni.so"
17 | }
18 | }
19 | }
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/arm64-v8a/build_command.txt:
--------------------------------------------------------------------------------
1 | Executable : /Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/cmake
2 | arguments :
3 | -H/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp
4 | -B/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalDebug/arm64-v8a
5 | -DANDROID_ABI=arm64-v8a
6 | -DANDROID_PLATFORM=android-23
7 | -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/Users/zhanyl/workspace/pms-hook-detection/app/build/intermediates/cmake/universalDebug/obj/arm64-v8a
8 | -DCMAKE_BUILD_TYPE=Debug
9 | -DANDROID_NDK=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570
10 | -DCMAKE_SYSTEM_NAME=Android
11 | -DCMAKE_ANDROID_ARCH_ABI=arm64-v8a
12 | -DCMAKE_SYSTEM_VERSION=23
13 | -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
14 | -DCMAKE_ANDROID_NDK=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570
15 | -DCMAKE_TOOLCHAIN_FILE=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake
16 | -G Ninja
17 | -DCMAKE_MAKE_PROGRAM=/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja
18 | jvmArgs :
19 |
20 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/arm64-v8a/build_output.txt:
--------------------------------------------------------------------------------
1 | Check for working C compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang
2 | Check for working C compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang -- works
3 | Detecting C compiler ABI info
4 | Detecting C compiler ABI info - done
5 | Detecting C compile features
6 | Detecting C compile features - done
7 | Check for working CXX compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++
8 | Check for working CXX compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++ -- works
9 | Detecting CXX compiler ABI info
10 | Detecting CXX compiler ABI info - done
11 | Detecting CXX compile features
12 | Detecting CXX compile features - done
13 | Configuring done
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/arm64-v8a/cmake_install.cmake:
--------------------------------------------------------------------------------
1 | # Install script for directory: /Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp
2 |
3 | # Set the install prefix
4 | if(NOT DEFINED CMAKE_INSTALL_PREFIX)
5 | set(CMAKE_INSTALL_PREFIX "/usr/local")
6 | endif()
7 | string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
8 |
9 | # Set the install configuration name.
10 | if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
11 | if(BUILD_TYPE)
12 | string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
13 | CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
14 | else()
15 | set(CMAKE_INSTALL_CONFIG_NAME "Debug")
16 | endif()
17 | message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
18 | endif()
19 |
20 | # Set the component getting installed.
21 | if(NOT CMAKE_INSTALL_COMPONENT)
22 | if(COMPONENT)
23 | message(STATUS "Install component: \"${COMPONENT}\"")
24 | set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
25 | else()
26 | set(CMAKE_INSTALL_COMPONENT)
27 | endif()
28 | endif()
29 |
30 | # Install shared libraries without execute permission?
31 | if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
32 | set(CMAKE_INSTALL_SO_NO_EXE "0")
33 | endif()
34 |
35 | # Is this installation the result of a crosscompile?
36 | if(NOT DEFINED CMAKE_CROSSCOMPILING)
37 | set(CMAKE_CROSSCOMPILING "TRUE")
38 | endif()
39 |
40 | if(CMAKE_INSTALL_COMPONENT)
41 | set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
42 | else()
43 | set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
44 | endif()
45 |
46 | string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
47 | "${CMAKE_INSTALL_MANIFEST_FILES}")
48 | file(WRITE "/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalDebug/arm64-v8a/${CMAKE_INSTALL_MANIFEST}"
49 | "${CMAKE_INSTALL_MANIFEST_CONTENT}")
50 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/arm64-v8a/compile_commands.json:
--------------------------------------------------------------------------------
1 | [
2 | {
3 | "directory": "/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalDebug/arm64-v8a",
4 | "command": "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang --target=aarch64-none-linux-android23 --gcc-toolchain=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64 --sysroot=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/sysroot -Dhello_jni_EXPORTS -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -fno-addrsig -Wa,--noexecstack -Wformat -Werror=format-security -O0 -fno-limit-debug-info -fPIC -o CMakeFiles/hello-jni.dir/hello-jni.c.o -c /Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/hello-jni.c",
5 | "file": "/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/hello-jni.c"
6 | }
7 | ]
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/armeabi-v7a/.ninja_deps:
--------------------------------------------------------------------------------
1 | # ninjadeps
2 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/armeabi-v7a/.ninja_log:
--------------------------------------------------------------------------------
1 | # ninja log v5
2 | 0 11 0 clean 31139916496af529
3 | 0 10 0 clean 31139916496af529
4 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/armeabi-v7a/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_C.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/universalDebug/armeabi-v7a/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_C.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/armeabi-v7a/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_CXX.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/universalDebug/armeabi-v7a/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_CXX.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/armeabi-v7a/CMakeFiles/3.10.2/CMakeSystem.cmake:
--------------------------------------------------------------------------------
1 | set(CMAKE_HOST_SYSTEM "Darwin-19.2.0")
2 | set(CMAKE_HOST_SYSTEM_NAME "Darwin")
3 | set(CMAKE_HOST_SYSTEM_VERSION "19.2.0")
4 | set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
5 |
6 | include("/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake")
7 |
8 | set(CMAKE_SYSTEM "Android-1")
9 | set(CMAKE_SYSTEM_NAME "Android")
10 | set(CMAKE_SYSTEM_VERSION "1")
11 | set(CMAKE_SYSTEM_PROCESSOR "armv7-a")
12 |
13 | set(CMAKE_CROSSCOMPILING "TRUE")
14 |
15 | set(CMAKE_SYSTEM_LOADED 1)
16 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/armeabi-v7a/CMakeFiles/TargetDirectories.txt:
--------------------------------------------------------------------------------
1 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalDebug/armeabi-v7a/CMakeFiles/rebuild_cache.dir
2 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalDebug/armeabi-v7a/CMakeFiles/edit_cache.dir
3 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalDebug/armeabi-v7a/CMakeFiles/hello-jni.dir
4 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/armeabi-v7a/CMakeFiles/cmake.check_cache:
--------------------------------------------------------------------------------
1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file
2 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/armeabi-v7a/CMakeFiles/feature_tests.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/universalDebug/armeabi-v7a/CMakeFiles/feature_tests.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/armeabi-v7a/CMakeFiles/feature_tests.c:
--------------------------------------------------------------------------------
1 |
2 | const char features[] = {"\n"
3 | "C_FEATURE:"
4 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304
5 | "1"
6 | #else
7 | "0"
8 | #endif
9 | "c_function_prototypes\n"
10 | "C_FEATURE:"
11 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
12 | "1"
13 | #else
14 | "0"
15 | #endif
16 | "c_restrict\n"
17 | "C_FEATURE:"
18 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
19 | "1"
20 | #else
21 | "0"
22 | #endif
23 | "c_static_assert\n"
24 | "C_FEATURE:"
25 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
26 | "1"
27 | #else
28 | "0"
29 | #endif
30 | "c_variadic_macros\n"
31 |
32 | };
33 |
34 | int main(int argc, char** argv) { (void)argv; return features[argc]; }
35 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/armeabi-v7a/android_gradle_build_mini.json:
--------------------------------------------------------------------------------
1 | {
2 | "buildFiles": [
3 | "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/platforms.cmake",
4 | "/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/CMakeLists.txt",
5 | "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake"
6 | ],
7 | "cleanCommands": [
8 | "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalDebug/armeabi-v7a\" clean"
9 | ],
10 | "buildTargetsCommand": "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalDebug/armeabi-v7a\" {LIST_OF_TARGETS_TO_BUILD}",
11 | "libraries": {
12 | "hello-jni-Debug-armeabi-v7a": {
13 | "artifactName": "hello-jni",
14 | "buildCommand": "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalDebug/armeabi-v7a\" hello-jni",
15 | "abi": "armeabi-v7a",
16 | "output": "/Users/zhanyl/workspace/pms-hook-detection/app/build/intermediates/cmake/universalDebug/obj/armeabi-v7a/libhello-jni.so"
17 | }
18 | }
19 | }
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/armeabi-v7a/build_command.txt:
--------------------------------------------------------------------------------
1 | Executable : /Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/cmake
2 | arguments :
3 | -H/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp
4 | -B/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalDebug/armeabi-v7a
5 | -DANDROID_ABI=armeabi-v7a
6 | -DANDROID_PLATFORM=android-23
7 | -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/Users/zhanyl/workspace/pms-hook-detection/app/build/intermediates/cmake/universalDebug/obj/armeabi-v7a
8 | -DCMAKE_BUILD_TYPE=Debug
9 | -DANDROID_NDK=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570
10 | -DCMAKE_SYSTEM_NAME=Android
11 | -DCMAKE_ANDROID_ARCH_ABI=armeabi-v7a
12 | -DCMAKE_SYSTEM_VERSION=23
13 | -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
14 | -DCMAKE_ANDROID_NDK=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570
15 | -DCMAKE_TOOLCHAIN_FILE=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake
16 | -G Ninja
17 | -DCMAKE_MAKE_PROGRAM=/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja
18 | jvmArgs :
19 |
20 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/armeabi-v7a/build_output.txt:
--------------------------------------------------------------------------------
1 | Check for working C compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang
2 | Check for working C compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang -- works
3 | Detecting C compiler ABI info
4 | Detecting C compiler ABI info - done
5 | Detecting C compile features
6 | Detecting C compile features - done
7 | Check for working CXX compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++
8 | Check for working CXX compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++ -- works
9 | Detecting CXX compiler ABI info
10 | Detecting CXX compiler ABI info - done
11 | Detecting CXX compile features
12 | Detecting CXX compile features - done
13 | Configuring done
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/armeabi-v7a/cmake_install.cmake:
--------------------------------------------------------------------------------
1 | # Install script for directory: /Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp
2 |
3 | # Set the install prefix
4 | if(NOT DEFINED CMAKE_INSTALL_PREFIX)
5 | set(CMAKE_INSTALL_PREFIX "/usr/local")
6 | endif()
7 | string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
8 |
9 | # Set the install configuration name.
10 | if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
11 | if(BUILD_TYPE)
12 | string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
13 | CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
14 | else()
15 | set(CMAKE_INSTALL_CONFIG_NAME "Debug")
16 | endif()
17 | message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
18 | endif()
19 |
20 | # Set the component getting installed.
21 | if(NOT CMAKE_INSTALL_COMPONENT)
22 | if(COMPONENT)
23 | message(STATUS "Install component: \"${COMPONENT}\"")
24 | set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
25 | else()
26 | set(CMAKE_INSTALL_COMPONENT)
27 | endif()
28 | endif()
29 |
30 | # Install shared libraries without execute permission?
31 | if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
32 | set(CMAKE_INSTALL_SO_NO_EXE "0")
33 | endif()
34 |
35 | # Is this installation the result of a crosscompile?
36 | if(NOT DEFINED CMAKE_CROSSCOMPILING)
37 | set(CMAKE_CROSSCOMPILING "TRUE")
38 | endif()
39 |
40 | if(CMAKE_INSTALL_COMPONENT)
41 | set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
42 | else()
43 | set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
44 | endif()
45 |
46 | string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
47 | "${CMAKE_INSTALL_MANIFEST_FILES}")
48 | file(WRITE "/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalDebug/armeabi-v7a/${CMAKE_INSTALL_MANIFEST}"
49 | "${CMAKE_INSTALL_MANIFEST_CONTENT}")
50 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/armeabi-v7a/compile_commands.json:
--------------------------------------------------------------------------------
1 | [
2 | {
3 | "directory": "/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalDebug/armeabi-v7a",
4 | "command": "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang --target=armv7-none-linux-androideabi23 --gcc-toolchain=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64 --sysroot=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/sysroot -Dhello_jni_EXPORTS -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -fno-addrsig -march=armv7-a -mthumb -Wa,--noexecstack -Wformat -Werror=format-security -O0 -fno-limit-debug-info -fPIC -o CMakeFiles/hello-jni.dir/hello-jni.c.o -c /Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/hello-jni.c",
5 | "file": "/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/hello-jni.c"
6 | }
7 | ]
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/x86/.ninja_deps:
--------------------------------------------------------------------------------
1 | # ninjadeps
2 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/x86/.ninja_log:
--------------------------------------------------------------------------------
1 | # ninja log v5
2 | 0 11 0 clean 31139916496af529
3 | 0 10 0 clean 31139916496af529
4 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/x86/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_C.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/universalDebug/x86/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_C.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/x86/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_CXX.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/universalDebug/x86/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_CXX.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/x86/CMakeFiles/3.10.2/CMakeSystem.cmake:
--------------------------------------------------------------------------------
1 | set(CMAKE_HOST_SYSTEM "Darwin-19.2.0")
2 | set(CMAKE_HOST_SYSTEM_NAME "Darwin")
3 | set(CMAKE_HOST_SYSTEM_VERSION "19.2.0")
4 | set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
5 |
6 | include("/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake")
7 |
8 | set(CMAKE_SYSTEM "Android-1")
9 | set(CMAKE_SYSTEM_NAME "Android")
10 | set(CMAKE_SYSTEM_VERSION "1")
11 | set(CMAKE_SYSTEM_PROCESSOR "i686")
12 |
13 | set(CMAKE_CROSSCOMPILING "TRUE")
14 |
15 | set(CMAKE_SYSTEM_LOADED 1)
16 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/x86/CMakeFiles/TargetDirectories.txt:
--------------------------------------------------------------------------------
1 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalDebug/x86/CMakeFiles/rebuild_cache.dir
2 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalDebug/x86/CMakeFiles/edit_cache.dir
3 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalDebug/x86/CMakeFiles/hello-jni.dir
4 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/x86/CMakeFiles/cmake.check_cache:
--------------------------------------------------------------------------------
1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file
2 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/x86/CMakeFiles/feature_tests.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/universalDebug/x86/CMakeFiles/feature_tests.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/x86/CMakeFiles/feature_tests.c:
--------------------------------------------------------------------------------
1 |
2 | const char features[] = {"\n"
3 | "C_FEATURE:"
4 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304
5 | "1"
6 | #else
7 | "0"
8 | #endif
9 | "c_function_prototypes\n"
10 | "C_FEATURE:"
11 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
12 | "1"
13 | #else
14 | "0"
15 | #endif
16 | "c_restrict\n"
17 | "C_FEATURE:"
18 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
19 | "1"
20 | #else
21 | "0"
22 | #endif
23 | "c_static_assert\n"
24 | "C_FEATURE:"
25 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
26 | "1"
27 | #else
28 | "0"
29 | #endif
30 | "c_variadic_macros\n"
31 |
32 | };
33 |
34 | int main(int argc, char** argv) { (void)argv; return features[argc]; }
35 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/x86/android_gradle_build_mini.json:
--------------------------------------------------------------------------------
1 | {
2 | "buildFiles": [
3 | "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/platforms.cmake",
4 | "/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/CMakeLists.txt",
5 | "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake"
6 | ],
7 | "cleanCommands": [
8 | "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalDebug/x86\" clean"
9 | ],
10 | "buildTargetsCommand": "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalDebug/x86\" {LIST_OF_TARGETS_TO_BUILD}",
11 | "libraries": {
12 | "hello-jni-Debug-x86": {
13 | "artifactName": "hello-jni",
14 | "buildCommand": "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalDebug/x86\" hello-jni",
15 | "abi": "x86",
16 | "output": "/Users/zhanyl/workspace/pms-hook-detection/app/build/intermediates/cmake/universalDebug/obj/x86/libhello-jni.so"
17 | }
18 | }
19 | }
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/x86/build_command.txt:
--------------------------------------------------------------------------------
1 | Executable : /Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/cmake
2 | arguments :
3 | -H/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp
4 | -B/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalDebug/x86
5 | -DANDROID_ABI=x86
6 | -DANDROID_PLATFORM=android-23
7 | -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/Users/zhanyl/workspace/pms-hook-detection/app/build/intermediates/cmake/universalDebug/obj/x86
8 | -DCMAKE_BUILD_TYPE=Debug
9 | -DANDROID_NDK=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570
10 | -DCMAKE_SYSTEM_NAME=Android
11 | -DCMAKE_ANDROID_ARCH_ABI=x86
12 | -DCMAKE_SYSTEM_VERSION=23
13 | -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
14 | -DCMAKE_ANDROID_NDK=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570
15 | -DCMAKE_TOOLCHAIN_FILE=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake
16 | -G Ninja
17 | -DCMAKE_MAKE_PROGRAM=/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja
18 | jvmArgs :
19 |
20 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/x86/build_output.txt:
--------------------------------------------------------------------------------
1 | Check for working C compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang
2 | Check for working C compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang -- works
3 | Detecting C compiler ABI info
4 | Detecting C compiler ABI info - done
5 | Detecting C compile features
6 | Detecting C compile features - done
7 | Check for working CXX compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++
8 | Check for working CXX compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++ -- works
9 | Detecting CXX compiler ABI info
10 | Detecting CXX compiler ABI info - done
11 | Detecting CXX compile features
12 | Detecting CXX compile features - done
13 | Configuring done
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/x86/cmake_install.cmake:
--------------------------------------------------------------------------------
1 | # Install script for directory: /Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp
2 |
3 | # Set the install prefix
4 | if(NOT DEFINED CMAKE_INSTALL_PREFIX)
5 | set(CMAKE_INSTALL_PREFIX "/usr/local")
6 | endif()
7 | string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
8 |
9 | # Set the install configuration name.
10 | if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
11 | if(BUILD_TYPE)
12 | string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
13 | CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
14 | else()
15 | set(CMAKE_INSTALL_CONFIG_NAME "Debug")
16 | endif()
17 | message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
18 | endif()
19 |
20 | # Set the component getting installed.
21 | if(NOT CMAKE_INSTALL_COMPONENT)
22 | if(COMPONENT)
23 | message(STATUS "Install component: \"${COMPONENT}\"")
24 | set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
25 | else()
26 | set(CMAKE_INSTALL_COMPONENT)
27 | endif()
28 | endif()
29 |
30 | # Install shared libraries without execute permission?
31 | if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
32 | set(CMAKE_INSTALL_SO_NO_EXE "0")
33 | endif()
34 |
35 | # Is this installation the result of a crosscompile?
36 | if(NOT DEFINED CMAKE_CROSSCOMPILING)
37 | set(CMAKE_CROSSCOMPILING "TRUE")
38 | endif()
39 |
40 | if(CMAKE_INSTALL_COMPONENT)
41 | set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
42 | else()
43 | set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
44 | endif()
45 |
46 | string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
47 | "${CMAKE_INSTALL_MANIFEST_FILES}")
48 | file(WRITE "/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalDebug/x86/${CMAKE_INSTALL_MANIFEST}"
49 | "${CMAKE_INSTALL_MANIFEST_CONTENT}")
50 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/x86/compile_commands.json:
--------------------------------------------------------------------------------
1 | [
2 | {
3 | "directory": "/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalDebug/x86",
4 | "command": "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang --target=i686-none-linux-android23 --gcc-toolchain=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64 --sysroot=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/sysroot -Dhello_jni_EXPORTS -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -mstackrealign -fno-addrsig -Wa,--noexecstack -Wformat -Werror=format-security -O0 -fno-limit-debug-info -fPIC -o CMakeFiles/hello-jni.dir/hello-jni.c.o -c /Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/hello-jni.c",
5 | "file": "/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/hello-jni.c"
6 | }
7 | ]
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/x86_64/.ninja_deps:
--------------------------------------------------------------------------------
1 | # ninjadeps
2 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/x86_64/.ninja_log:
--------------------------------------------------------------------------------
1 | # ninja log v5
2 | 0 11 0 clean 31139916496af529
3 | 0 10 0 clean 31139916496af529
4 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/x86_64/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_C.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/universalDebug/x86_64/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_C.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/x86_64/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_CXX.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/universalDebug/x86_64/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_CXX.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/x86_64/CMakeFiles/3.10.2/CMakeSystem.cmake:
--------------------------------------------------------------------------------
1 | set(CMAKE_HOST_SYSTEM "Darwin-19.2.0")
2 | set(CMAKE_HOST_SYSTEM_NAME "Darwin")
3 | set(CMAKE_HOST_SYSTEM_VERSION "19.2.0")
4 | set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
5 |
6 | include("/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake")
7 |
8 | set(CMAKE_SYSTEM "Android-1")
9 | set(CMAKE_SYSTEM_NAME "Android")
10 | set(CMAKE_SYSTEM_VERSION "1")
11 | set(CMAKE_SYSTEM_PROCESSOR "x86_64")
12 |
13 | set(CMAKE_CROSSCOMPILING "TRUE")
14 |
15 | set(CMAKE_SYSTEM_LOADED 1)
16 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/x86_64/CMakeFiles/TargetDirectories.txt:
--------------------------------------------------------------------------------
1 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalDebug/x86_64/CMakeFiles/rebuild_cache.dir
2 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalDebug/x86_64/CMakeFiles/edit_cache.dir
3 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalDebug/x86_64/CMakeFiles/hello-jni.dir
4 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/x86_64/CMakeFiles/cmake.check_cache:
--------------------------------------------------------------------------------
1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file
2 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/x86_64/CMakeFiles/feature_tests.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/universalDebug/x86_64/CMakeFiles/feature_tests.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/x86_64/CMakeFiles/feature_tests.c:
--------------------------------------------------------------------------------
1 |
2 | const char features[] = {"\n"
3 | "C_FEATURE:"
4 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304
5 | "1"
6 | #else
7 | "0"
8 | #endif
9 | "c_function_prototypes\n"
10 | "C_FEATURE:"
11 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
12 | "1"
13 | #else
14 | "0"
15 | #endif
16 | "c_restrict\n"
17 | "C_FEATURE:"
18 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
19 | "1"
20 | #else
21 | "0"
22 | #endif
23 | "c_static_assert\n"
24 | "C_FEATURE:"
25 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
26 | "1"
27 | #else
28 | "0"
29 | #endif
30 | "c_variadic_macros\n"
31 |
32 | };
33 |
34 | int main(int argc, char** argv) { (void)argv; return features[argc]; }
35 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/x86_64/android_gradle_build_mini.json:
--------------------------------------------------------------------------------
1 | {
2 | "buildFiles": [
3 | "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/platforms.cmake",
4 | "/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/CMakeLists.txt",
5 | "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake"
6 | ],
7 | "cleanCommands": [
8 | "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalDebug/x86_64\" clean"
9 | ],
10 | "buildTargetsCommand": "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalDebug/x86_64\" {LIST_OF_TARGETS_TO_BUILD}",
11 | "libraries": {
12 | "hello-jni-Debug-x86_64": {
13 | "artifactName": "hello-jni",
14 | "buildCommand": "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalDebug/x86_64\" hello-jni",
15 | "abi": "x86_64",
16 | "output": "/Users/zhanyl/workspace/pms-hook-detection/app/build/intermediates/cmake/universalDebug/obj/x86_64/libhello-jni.so"
17 | }
18 | }
19 | }
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/x86_64/build_command.txt:
--------------------------------------------------------------------------------
1 | Executable : /Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/cmake
2 | arguments :
3 | -H/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp
4 | -B/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalDebug/x86_64
5 | -DANDROID_ABI=x86_64
6 | -DANDROID_PLATFORM=android-23
7 | -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/Users/zhanyl/workspace/pms-hook-detection/app/build/intermediates/cmake/universalDebug/obj/x86_64
8 | -DCMAKE_BUILD_TYPE=Debug
9 | -DANDROID_NDK=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570
10 | -DCMAKE_SYSTEM_NAME=Android
11 | -DCMAKE_ANDROID_ARCH_ABI=x86_64
12 | -DCMAKE_SYSTEM_VERSION=23
13 | -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
14 | -DCMAKE_ANDROID_NDK=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570
15 | -DCMAKE_TOOLCHAIN_FILE=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake
16 | -G Ninja
17 | -DCMAKE_MAKE_PROGRAM=/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja
18 | jvmArgs :
19 |
20 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/x86_64/build_output.txt:
--------------------------------------------------------------------------------
1 | Check for working C compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang
2 | Check for working C compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang -- works
3 | Detecting C compiler ABI info
4 | Detecting C compiler ABI info - done
5 | Detecting C compile features
6 | Detecting C compile features - done
7 | Check for working CXX compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++
8 | Check for working CXX compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++ -- works
9 | Detecting CXX compiler ABI info
10 | Detecting CXX compiler ABI info - done
11 | Detecting CXX compile features
12 | Detecting CXX compile features - done
13 | Configuring done
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/x86_64/cmake_install.cmake:
--------------------------------------------------------------------------------
1 | # Install script for directory: /Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp
2 |
3 | # Set the install prefix
4 | if(NOT DEFINED CMAKE_INSTALL_PREFIX)
5 | set(CMAKE_INSTALL_PREFIX "/usr/local")
6 | endif()
7 | string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
8 |
9 | # Set the install configuration name.
10 | if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
11 | if(BUILD_TYPE)
12 | string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
13 | CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
14 | else()
15 | set(CMAKE_INSTALL_CONFIG_NAME "Debug")
16 | endif()
17 | message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
18 | endif()
19 |
20 | # Set the component getting installed.
21 | if(NOT CMAKE_INSTALL_COMPONENT)
22 | if(COMPONENT)
23 | message(STATUS "Install component: \"${COMPONENT}\"")
24 | set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
25 | else()
26 | set(CMAKE_INSTALL_COMPONENT)
27 | endif()
28 | endif()
29 |
30 | # Install shared libraries without execute permission?
31 | if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
32 | set(CMAKE_INSTALL_SO_NO_EXE "0")
33 | endif()
34 |
35 | # Is this installation the result of a crosscompile?
36 | if(NOT DEFINED CMAKE_CROSSCOMPILING)
37 | set(CMAKE_CROSSCOMPILING "TRUE")
38 | endif()
39 |
40 | if(CMAKE_INSTALL_COMPONENT)
41 | set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
42 | else()
43 | set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
44 | endif()
45 |
46 | string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
47 | "${CMAKE_INSTALL_MANIFEST_FILES}")
48 | file(WRITE "/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalDebug/x86_64/${CMAKE_INSTALL_MANIFEST}"
49 | "${CMAKE_INSTALL_MANIFEST_CONTENT}")
50 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalDebug/x86_64/compile_commands.json:
--------------------------------------------------------------------------------
1 | [
2 | {
3 | "directory": "/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalDebug/x86_64",
4 | "command": "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang --target=x86_64-none-linux-android23 --gcc-toolchain=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64 --sysroot=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/sysroot -Dhello_jni_EXPORTS -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -fno-addrsig -Wa,--noexecstack -Wformat -Werror=format-security -O0 -fno-limit-debug-info -fPIC -o CMakeFiles/hello-jni.dir/hello-jni.c.o -c /Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/hello-jni.c",
5 | "file": "/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/hello-jni.c"
6 | }
7 | ]
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/arm64-v8a/.ninja_deps:
--------------------------------------------------------------------------------
1 | # ninjadeps
2 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/arm64-v8a/.ninja_log:
--------------------------------------------------------------------------------
1 | # ninja log v5
2 | 0 10 0 clean 31139916496af529
3 | 0 10 0 clean 31139916496af529
4 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/arm64-v8a/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_C.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/universalRelease/arm64-v8a/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_C.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/arm64-v8a/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_CXX.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/universalRelease/arm64-v8a/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_CXX.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/arm64-v8a/CMakeFiles/3.10.2/CMakeSystem.cmake:
--------------------------------------------------------------------------------
1 | set(CMAKE_HOST_SYSTEM "Darwin-19.2.0")
2 | set(CMAKE_HOST_SYSTEM_NAME "Darwin")
3 | set(CMAKE_HOST_SYSTEM_VERSION "19.2.0")
4 | set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
5 |
6 | include("/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake")
7 |
8 | set(CMAKE_SYSTEM "Android-1")
9 | set(CMAKE_SYSTEM_NAME "Android")
10 | set(CMAKE_SYSTEM_VERSION "1")
11 | set(CMAKE_SYSTEM_PROCESSOR "aarch64")
12 |
13 | set(CMAKE_CROSSCOMPILING "TRUE")
14 |
15 | set(CMAKE_SYSTEM_LOADED 1)
16 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/arm64-v8a/CMakeFiles/TargetDirectories.txt:
--------------------------------------------------------------------------------
1 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalRelease/arm64-v8a/CMakeFiles/rebuild_cache.dir
2 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalRelease/arm64-v8a/CMakeFiles/edit_cache.dir
3 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalRelease/arm64-v8a/CMakeFiles/hello-jni.dir
4 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/arm64-v8a/CMakeFiles/cmake.check_cache:
--------------------------------------------------------------------------------
1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file
2 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/arm64-v8a/CMakeFiles/feature_tests.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/universalRelease/arm64-v8a/CMakeFiles/feature_tests.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/arm64-v8a/CMakeFiles/feature_tests.c:
--------------------------------------------------------------------------------
1 |
2 | const char features[] = {"\n"
3 | "C_FEATURE:"
4 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304
5 | "1"
6 | #else
7 | "0"
8 | #endif
9 | "c_function_prototypes\n"
10 | "C_FEATURE:"
11 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
12 | "1"
13 | #else
14 | "0"
15 | #endif
16 | "c_restrict\n"
17 | "C_FEATURE:"
18 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
19 | "1"
20 | #else
21 | "0"
22 | #endif
23 | "c_static_assert\n"
24 | "C_FEATURE:"
25 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
26 | "1"
27 | #else
28 | "0"
29 | #endif
30 | "c_variadic_macros\n"
31 |
32 | };
33 |
34 | int main(int argc, char** argv) { (void)argv; return features[argc]; }
35 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/arm64-v8a/android_gradle_build_mini.json:
--------------------------------------------------------------------------------
1 | {
2 | "buildFiles": [
3 | "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/platforms.cmake",
4 | "/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/CMakeLists.txt",
5 | "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake"
6 | ],
7 | "cleanCommands": [
8 | "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalRelease/arm64-v8a\" clean"
9 | ],
10 | "buildTargetsCommand": "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalRelease/arm64-v8a\" {LIST_OF_TARGETS_TO_BUILD}",
11 | "libraries": {
12 | "hello-jni-Release-arm64-v8a": {
13 | "artifactName": "hello-jni",
14 | "buildCommand": "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalRelease/arm64-v8a\" hello-jni",
15 | "abi": "arm64-v8a",
16 | "output": "/Users/zhanyl/workspace/pms-hook-detection/app/build/intermediates/cmake/universalRelease/obj/arm64-v8a/libhello-jni.so"
17 | }
18 | }
19 | }
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/arm64-v8a/build_command.txt:
--------------------------------------------------------------------------------
1 | Executable : /Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/cmake
2 | arguments :
3 | -H/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp
4 | -B/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalRelease/arm64-v8a
5 | -DANDROID_ABI=arm64-v8a
6 | -DANDROID_PLATFORM=android-23
7 | -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/Users/zhanyl/workspace/pms-hook-detection/app/build/intermediates/cmake/universalRelease/obj/arm64-v8a
8 | -DCMAKE_BUILD_TYPE=Release
9 | -DANDROID_NDK=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570
10 | -DCMAKE_SYSTEM_NAME=Android
11 | -DCMAKE_ANDROID_ARCH_ABI=arm64-v8a
12 | -DCMAKE_SYSTEM_VERSION=23
13 | -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
14 | -DCMAKE_ANDROID_NDK=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570
15 | -DCMAKE_TOOLCHAIN_FILE=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake
16 | -G Ninja
17 | -DCMAKE_MAKE_PROGRAM=/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja
18 | jvmArgs :
19 |
20 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/arm64-v8a/build_output.txt:
--------------------------------------------------------------------------------
1 | Check for working C compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang
2 | Check for working C compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang -- works
3 | Detecting C compiler ABI info
4 | Detecting C compiler ABI info - done
5 | Detecting C compile features
6 | Detecting C compile features - done
7 | Check for working CXX compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++
8 | Check for working CXX compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++ -- works
9 | Detecting CXX compiler ABI info
10 | Detecting CXX compiler ABI info - done
11 | Detecting CXX compile features
12 | Detecting CXX compile features - done
13 | Configuring done
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/arm64-v8a/cmake_install.cmake:
--------------------------------------------------------------------------------
1 | # Install script for directory: /Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp
2 |
3 | # Set the install prefix
4 | if(NOT DEFINED CMAKE_INSTALL_PREFIX)
5 | set(CMAKE_INSTALL_PREFIX "/usr/local")
6 | endif()
7 | string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
8 |
9 | # Set the install configuration name.
10 | if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
11 | if(BUILD_TYPE)
12 | string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
13 | CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
14 | else()
15 | set(CMAKE_INSTALL_CONFIG_NAME "Release")
16 | endif()
17 | message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
18 | endif()
19 |
20 | # Set the component getting installed.
21 | if(NOT CMAKE_INSTALL_COMPONENT)
22 | if(COMPONENT)
23 | message(STATUS "Install component: \"${COMPONENT}\"")
24 | set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
25 | else()
26 | set(CMAKE_INSTALL_COMPONENT)
27 | endif()
28 | endif()
29 |
30 | # Install shared libraries without execute permission?
31 | if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
32 | set(CMAKE_INSTALL_SO_NO_EXE "0")
33 | endif()
34 |
35 | # Is this installation the result of a crosscompile?
36 | if(NOT DEFINED CMAKE_CROSSCOMPILING)
37 | set(CMAKE_CROSSCOMPILING "TRUE")
38 | endif()
39 |
40 | if(CMAKE_INSTALL_COMPONENT)
41 | set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
42 | else()
43 | set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
44 | endif()
45 |
46 | string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
47 | "${CMAKE_INSTALL_MANIFEST_FILES}")
48 | file(WRITE "/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalRelease/arm64-v8a/${CMAKE_INSTALL_MANIFEST}"
49 | "${CMAKE_INSTALL_MANIFEST_CONTENT}")
50 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/arm64-v8a/compile_commands.json:
--------------------------------------------------------------------------------
1 | [
2 | {
3 | "directory": "/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalRelease/arm64-v8a",
4 | "command": "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang --target=aarch64-none-linux-android23 --gcc-toolchain=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64 --sysroot=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/sysroot -Dhello_jni_EXPORTS -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -fno-addrsig -Wa,--noexecstack -Wformat -Werror=format-security -O2 -DNDEBUG -fPIC -o CMakeFiles/hello-jni.dir/hello-jni.c.o -c /Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/hello-jni.c",
5 | "file": "/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/hello-jni.c"
6 | }
7 | ]
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/armeabi-v7a/.ninja_deps:
--------------------------------------------------------------------------------
1 | # ninjadeps
2 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/armeabi-v7a/.ninja_log:
--------------------------------------------------------------------------------
1 | # ninja log v5
2 | 0 12 0 clean 31139916496af529
3 | 0 9 0 clean 31139916496af529
4 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/armeabi-v7a/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_C.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/universalRelease/armeabi-v7a/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_C.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/armeabi-v7a/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_CXX.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/universalRelease/armeabi-v7a/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_CXX.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/armeabi-v7a/CMakeFiles/3.10.2/CMakeSystem.cmake:
--------------------------------------------------------------------------------
1 | set(CMAKE_HOST_SYSTEM "Darwin-19.2.0")
2 | set(CMAKE_HOST_SYSTEM_NAME "Darwin")
3 | set(CMAKE_HOST_SYSTEM_VERSION "19.2.0")
4 | set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
5 |
6 | include("/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake")
7 |
8 | set(CMAKE_SYSTEM "Android-1")
9 | set(CMAKE_SYSTEM_NAME "Android")
10 | set(CMAKE_SYSTEM_VERSION "1")
11 | set(CMAKE_SYSTEM_PROCESSOR "armv7-a")
12 |
13 | set(CMAKE_CROSSCOMPILING "TRUE")
14 |
15 | set(CMAKE_SYSTEM_LOADED 1)
16 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/armeabi-v7a/CMakeFiles/TargetDirectories.txt:
--------------------------------------------------------------------------------
1 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalRelease/armeabi-v7a/CMakeFiles/rebuild_cache.dir
2 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalRelease/armeabi-v7a/CMakeFiles/edit_cache.dir
3 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalRelease/armeabi-v7a/CMakeFiles/hello-jni.dir
4 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/armeabi-v7a/CMakeFiles/cmake.check_cache:
--------------------------------------------------------------------------------
1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file
2 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/armeabi-v7a/CMakeFiles/feature_tests.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/universalRelease/armeabi-v7a/CMakeFiles/feature_tests.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/armeabi-v7a/CMakeFiles/feature_tests.c:
--------------------------------------------------------------------------------
1 |
2 | const char features[] = {"\n"
3 | "C_FEATURE:"
4 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304
5 | "1"
6 | #else
7 | "0"
8 | #endif
9 | "c_function_prototypes\n"
10 | "C_FEATURE:"
11 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
12 | "1"
13 | #else
14 | "0"
15 | #endif
16 | "c_restrict\n"
17 | "C_FEATURE:"
18 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
19 | "1"
20 | #else
21 | "0"
22 | #endif
23 | "c_static_assert\n"
24 | "C_FEATURE:"
25 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
26 | "1"
27 | #else
28 | "0"
29 | #endif
30 | "c_variadic_macros\n"
31 |
32 | };
33 |
34 | int main(int argc, char** argv) { (void)argv; return features[argc]; }
35 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/armeabi-v7a/android_gradle_build_mini.json:
--------------------------------------------------------------------------------
1 | {
2 | "buildFiles": [
3 | "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/platforms.cmake",
4 | "/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/CMakeLists.txt",
5 | "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake"
6 | ],
7 | "cleanCommands": [
8 | "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalRelease/armeabi-v7a\" clean"
9 | ],
10 | "buildTargetsCommand": "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalRelease/armeabi-v7a\" {LIST_OF_TARGETS_TO_BUILD}",
11 | "libraries": {
12 | "hello-jni-Release-armeabi-v7a": {
13 | "artifactName": "hello-jni",
14 | "buildCommand": "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalRelease/armeabi-v7a\" hello-jni",
15 | "abi": "armeabi-v7a",
16 | "output": "/Users/zhanyl/workspace/pms-hook-detection/app/build/intermediates/cmake/universalRelease/obj/armeabi-v7a/libhello-jni.so"
17 | }
18 | }
19 | }
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/armeabi-v7a/build_command.txt:
--------------------------------------------------------------------------------
1 | Executable : /Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/cmake
2 | arguments :
3 | -H/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp
4 | -B/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalRelease/armeabi-v7a
5 | -DANDROID_ABI=armeabi-v7a
6 | -DANDROID_PLATFORM=android-23
7 | -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/Users/zhanyl/workspace/pms-hook-detection/app/build/intermediates/cmake/universalRelease/obj/armeabi-v7a
8 | -DCMAKE_BUILD_TYPE=Release
9 | -DANDROID_NDK=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570
10 | -DCMAKE_SYSTEM_NAME=Android
11 | -DCMAKE_ANDROID_ARCH_ABI=armeabi-v7a
12 | -DCMAKE_SYSTEM_VERSION=23
13 | -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
14 | -DCMAKE_ANDROID_NDK=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570
15 | -DCMAKE_TOOLCHAIN_FILE=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake
16 | -G Ninja
17 | -DCMAKE_MAKE_PROGRAM=/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja
18 | jvmArgs :
19 |
20 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/armeabi-v7a/build_output.txt:
--------------------------------------------------------------------------------
1 | Check for working C compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang
2 | Check for working C compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang -- works
3 | Detecting C compiler ABI info
4 | Detecting C compiler ABI info - done
5 | Detecting C compile features
6 | Detecting C compile features - done
7 | Check for working CXX compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++
8 | Check for working CXX compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++ -- works
9 | Detecting CXX compiler ABI info
10 | Detecting CXX compiler ABI info - done
11 | Detecting CXX compile features
12 | Detecting CXX compile features - done
13 | Configuring done
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/armeabi-v7a/cmake_install.cmake:
--------------------------------------------------------------------------------
1 | # Install script for directory: /Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp
2 |
3 | # Set the install prefix
4 | if(NOT DEFINED CMAKE_INSTALL_PREFIX)
5 | set(CMAKE_INSTALL_PREFIX "/usr/local")
6 | endif()
7 | string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
8 |
9 | # Set the install configuration name.
10 | if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
11 | if(BUILD_TYPE)
12 | string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
13 | CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
14 | else()
15 | set(CMAKE_INSTALL_CONFIG_NAME "Release")
16 | endif()
17 | message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
18 | endif()
19 |
20 | # Set the component getting installed.
21 | if(NOT CMAKE_INSTALL_COMPONENT)
22 | if(COMPONENT)
23 | message(STATUS "Install component: \"${COMPONENT}\"")
24 | set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
25 | else()
26 | set(CMAKE_INSTALL_COMPONENT)
27 | endif()
28 | endif()
29 |
30 | # Install shared libraries without execute permission?
31 | if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
32 | set(CMAKE_INSTALL_SO_NO_EXE "0")
33 | endif()
34 |
35 | # Is this installation the result of a crosscompile?
36 | if(NOT DEFINED CMAKE_CROSSCOMPILING)
37 | set(CMAKE_CROSSCOMPILING "TRUE")
38 | endif()
39 |
40 | if(CMAKE_INSTALL_COMPONENT)
41 | set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
42 | else()
43 | set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
44 | endif()
45 |
46 | string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
47 | "${CMAKE_INSTALL_MANIFEST_FILES}")
48 | file(WRITE "/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalRelease/armeabi-v7a/${CMAKE_INSTALL_MANIFEST}"
49 | "${CMAKE_INSTALL_MANIFEST_CONTENT}")
50 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/armeabi-v7a/compile_commands.json:
--------------------------------------------------------------------------------
1 | [
2 | {
3 | "directory": "/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalRelease/armeabi-v7a",
4 | "command": "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang --target=armv7-none-linux-androideabi23 --gcc-toolchain=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64 --sysroot=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/sysroot -Dhello_jni_EXPORTS -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -fno-addrsig -march=armv7-a -mthumb -Wa,--noexecstack -Wformat -Werror=format-security -Oz -DNDEBUG -fPIC -o CMakeFiles/hello-jni.dir/hello-jni.c.o -c /Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/hello-jni.c",
5 | "file": "/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/hello-jni.c"
6 | }
7 | ]
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/x86/.ninja_deps:
--------------------------------------------------------------------------------
1 | # ninjadeps
2 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/x86/.ninja_log:
--------------------------------------------------------------------------------
1 | # ninja log v5
2 | 0 10 0 clean 31139916496af529
3 | 0 10 0 clean 31139916496af529
4 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/x86/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_C.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/universalRelease/x86/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_C.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/x86/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_CXX.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/universalRelease/x86/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_CXX.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/x86/CMakeFiles/3.10.2/CMakeSystem.cmake:
--------------------------------------------------------------------------------
1 | set(CMAKE_HOST_SYSTEM "Darwin-19.2.0")
2 | set(CMAKE_HOST_SYSTEM_NAME "Darwin")
3 | set(CMAKE_HOST_SYSTEM_VERSION "19.2.0")
4 | set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
5 |
6 | include("/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake")
7 |
8 | set(CMAKE_SYSTEM "Android-1")
9 | set(CMAKE_SYSTEM_NAME "Android")
10 | set(CMAKE_SYSTEM_VERSION "1")
11 | set(CMAKE_SYSTEM_PROCESSOR "i686")
12 |
13 | set(CMAKE_CROSSCOMPILING "TRUE")
14 |
15 | set(CMAKE_SYSTEM_LOADED 1)
16 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/x86/CMakeFiles/TargetDirectories.txt:
--------------------------------------------------------------------------------
1 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalRelease/x86/CMakeFiles/rebuild_cache.dir
2 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalRelease/x86/CMakeFiles/edit_cache.dir
3 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalRelease/x86/CMakeFiles/hello-jni.dir
4 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/x86/CMakeFiles/cmake.check_cache:
--------------------------------------------------------------------------------
1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file
2 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/x86/CMakeFiles/feature_tests.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/universalRelease/x86/CMakeFiles/feature_tests.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/x86/CMakeFiles/feature_tests.c:
--------------------------------------------------------------------------------
1 |
2 | const char features[] = {"\n"
3 | "C_FEATURE:"
4 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304
5 | "1"
6 | #else
7 | "0"
8 | #endif
9 | "c_function_prototypes\n"
10 | "C_FEATURE:"
11 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
12 | "1"
13 | #else
14 | "0"
15 | #endif
16 | "c_restrict\n"
17 | "C_FEATURE:"
18 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
19 | "1"
20 | #else
21 | "0"
22 | #endif
23 | "c_static_assert\n"
24 | "C_FEATURE:"
25 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
26 | "1"
27 | #else
28 | "0"
29 | #endif
30 | "c_variadic_macros\n"
31 |
32 | };
33 |
34 | int main(int argc, char** argv) { (void)argv; return features[argc]; }
35 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/x86/android_gradle_build_mini.json:
--------------------------------------------------------------------------------
1 | {
2 | "buildFiles": [
3 | "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/platforms.cmake",
4 | "/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/CMakeLists.txt",
5 | "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake"
6 | ],
7 | "cleanCommands": [
8 | "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalRelease/x86\" clean"
9 | ],
10 | "buildTargetsCommand": "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalRelease/x86\" {LIST_OF_TARGETS_TO_BUILD}",
11 | "libraries": {
12 | "hello-jni-Release-x86": {
13 | "artifactName": "hello-jni",
14 | "buildCommand": "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalRelease/x86\" hello-jni",
15 | "abi": "x86",
16 | "output": "/Users/zhanyl/workspace/pms-hook-detection/app/build/intermediates/cmake/universalRelease/obj/x86/libhello-jni.so"
17 | }
18 | }
19 | }
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/x86/build_command.txt:
--------------------------------------------------------------------------------
1 | Executable : /Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/cmake
2 | arguments :
3 | -H/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp
4 | -B/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalRelease/x86
5 | -DANDROID_ABI=x86
6 | -DANDROID_PLATFORM=android-23
7 | -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/Users/zhanyl/workspace/pms-hook-detection/app/build/intermediates/cmake/universalRelease/obj/x86
8 | -DCMAKE_BUILD_TYPE=Release
9 | -DANDROID_NDK=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570
10 | -DCMAKE_SYSTEM_NAME=Android
11 | -DCMAKE_ANDROID_ARCH_ABI=x86
12 | -DCMAKE_SYSTEM_VERSION=23
13 | -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
14 | -DCMAKE_ANDROID_NDK=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570
15 | -DCMAKE_TOOLCHAIN_FILE=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake
16 | -G Ninja
17 | -DCMAKE_MAKE_PROGRAM=/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja
18 | jvmArgs :
19 |
20 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/x86/build_output.txt:
--------------------------------------------------------------------------------
1 | Check for working C compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang
2 | Check for working C compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang -- works
3 | Detecting C compiler ABI info
4 | Detecting C compiler ABI info - done
5 | Detecting C compile features
6 | Detecting C compile features - done
7 | Check for working CXX compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++
8 | Check for working CXX compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++ -- works
9 | Detecting CXX compiler ABI info
10 | Detecting CXX compiler ABI info - done
11 | Detecting CXX compile features
12 | Detecting CXX compile features - done
13 | Configuring done
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/x86/cmake_install.cmake:
--------------------------------------------------------------------------------
1 | # Install script for directory: /Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp
2 |
3 | # Set the install prefix
4 | if(NOT DEFINED CMAKE_INSTALL_PREFIX)
5 | set(CMAKE_INSTALL_PREFIX "/usr/local")
6 | endif()
7 | string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
8 |
9 | # Set the install configuration name.
10 | if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
11 | if(BUILD_TYPE)
12 | string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
13 | CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
14 | else()
15 | set(CMAKE_INSTALL_CONFIG_NAME "Release")
16 | endif()
17 | message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
18 | endif()
19 |
20 | # Set the component getting installed.
21 | if(NOT CMAKE_INSTALL_COMPONENT)
22 | if(COMPONENT)
23 | message(STATUS "Install component: \"${COMPONENT}\"")
24 | set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
25 | else()
26 | set(CMAKE_INSTALL_COMPONENT)
27 | endif()
28 | endif()
29 |
30 | # Install shared libraries without execute permission?
31 | if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
32 | set(CMAKE_INSTALL_SO_NO_EXE "0")
33 | endif()
34 |
35 | # Is this installation the result of a crosscompile?
36 | if(NOT DEFINED CMAKE_CROSSCOMPILING)
37 | set(CMAKE_CROSSCOMPILING "TRUE")
38 | endif()
39 |
40 | if(CMAKE_INSTALL_COMPONENT)
41 | set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
42 | else()
43 | set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
44 | endif()
45 |
46 | string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
47 | "${CMAKE_INSTALL_MANIFEST_FILES}")
48 | file(WRITE "/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalRelease/x86/${CMAKE_INSTALL_MANIFEST}"
49 | "${CMAKE_INSTALL_MANIFEST_CONTENT}")
50 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/x86/compile_commands.json:
--------------------------------------------------------------------------------
1 | [
2 | {
3 | "directory": "/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalRelease/x86",
4 | "command": "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang --target=i686-none-linux-android23 --gcc-toolchain=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64 --sysroot=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/sysroot -Dhello_jni_EXPORTS -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -mstackrealign -fno-addrsig -Wa,--noexecstack -Wformat -Werror=format-security -O2 -DNDEBUG -fPIC -o CMakeFiles/hello-jni.dir/hello-jni.c.o -c /Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/hello-jni.c",
5 | "file": "/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/hello-jni.c"
6 | }
7 | ]
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/x86_64/.ninja_deps:
--------------------------------------------------------------------------------
1 | # ninjadeps
2 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/x86_64/.ninja_log:
--------------------------------------------------------------------------------
1 | # ninja log v5
2 | 0 10 0 clean 31139916496af529
3 | 0 11 0 clean 31139916496af529
4 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/x86_64/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_C.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/universalRelease/x86_64/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_C.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/x86_64/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_CXX.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/universalRelease/x86_64/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_CXX.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/x86_64/CMakeFiles/3.10.2/CMakeSystem.cmake:
--------------------------------------------------------------------------------
1 | set(CMAKE_HOST_SYSTEM "Darwin-19.2.0")
2 | set(CMAKE_HOST_SYSTEM_NAME "Darwin")
3 | set(CMAKE_HOST_SYSTEM_VERSION "19.2.0")
4 | set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
5 |
6 | include("/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake")
7 |
8 | set(CMAKE_SYSTEM "Android-1")
9 | set(CMAKE_SYSTEM_NAME "Android")
10 | set(CMAKE_SYSTEM_VERSION "1")
11 | set(CMAKE_SYSTEM_PROCESSOR "x86_64")
12 |
13 | set(CMAKE_CROSSCOMPILING "TRUE")
14 |
15 | set(CMAKE_SYSTEM_LOADED 1)
16 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/x86_64/CMakeFiles/TargetDirectories.txt:
--------------------------------------------------------------------------------
1 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalRelease/x86_64/CMakeFiles/rebuild_cache.dir
2 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalRelease/x86_64/CMakeFiles/edit_cache.dir
3 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalRelease/x86_64/CMakeFiles/hello-jni.dir
4 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/x86_64/CMakeFiles/cmake.check_cache:
--------------------------------------------------------------------------------
1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file
2 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/x86_64/CMakeFiles/feature_tests.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/universalRelease/x86_64/CMakeFiles/feature_tests.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/x86_64/CMakeFiles/feature_tests.c:
--------------------------------------------------------------------------------
1 |
2 | const char features[] = {"\n"
3 | "C_FEATURE:"
4 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304
5 | "1"
6 | #else
7 | "0"
8 | #endif
9 | "c_function_prototypes\n"
10 | "C_FEATURE:"
11 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
12 | "1"
13 | #else
14 | "0"
15 | #endif
16 | "c_restrict\n"
17 | "C_FEATURE:"
18 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
19 | "1"
20 | #else
21 | "0"
22 | #endif
23 | "c_static_assert\n"
24 | "C_FEATURE:"
25 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
26 | "1"
27 | #else
28 | "0"
29 | #endif
30 | "c_variadic_macros\n"
31 |
32 | };
33 |
34 | int main(int argc, char** argv) { (void)argv; return features[argc]; }
35 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/x86_64/android_gradle_build_mini.json:
--------------------------------------------------------------------------------
1 | {
2 | "buildFiles": [
3 | "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/platforms.cmake",
4 | "/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/CMakeLists.txt",
5 | "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake"
6 | ],
7 | "cleanCommands": [
8 | "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalRelease/x86_64\" clean"
9 | ],
10 | "buildTargetsCommand": "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalRelease/x86_64\" {LIST_OF_TARGETS_TO_BUILD}",
11 | "libraries": {
12 | "hello-jni-Release-x86_64": {
13 | "artifactName": "hello-jni",
14 | "buildCommand": "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalRelease/x86_64\" hello-jni",
15 | "abi": "x86_64",
16 | "output": "/Users/zhanyl/workspace/pms-hook-detection/app/build/intermediates/cmake/universalRelease/obj/x86_64/libhello-jni.so"
17 | }
18 | }
19 | }
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/x86_64/build_command.txt:
--------------------------------------------------------------------------------
1 | Executable : /Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/cmake
2 | arguments :
3 | -H/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp
4 | -B/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalRelease/x86_64
5 | -DANDROID_ABI=x86_64
6 | -DANDROID_PLATFORM=android-23
7 | -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/Users/zhanyl/workspace/pms-hook-detection/app/build/intermediates/cmake/universalRelease/obj/x86_64
8 | -DCMAKE_BUILD_TYPE=Release
9 | -DANDROID_NDK=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570
10 | -DCMAKE_SYSTEM_NAME=Android
11 | -DCMAKE_ANDROID_ARCH_ABI=x86_64
12 | -DCMAKE_SYSTEM_VERSION=23
13 | -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
14 | -DCMAKE_ANDROID_NDK=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570
15 | -DCMAKE_TOOLCHAIN_FILE=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake
16 | -G Ninja
17 | -DCMAKE_MAKE_PROGRAM=/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja
18 | jvmArgs :
19 |
20 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/x86_64/build_output.txt:
--------------------------------------------------------------------------------
1 | Check for working C compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang
2 | Check for working C compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang -- works
3 | Detecting C compiler ABI info
4 | Detecting C compiler ABI info - done
5 | Detecting C compile features
6 | Detecting C compile features - done
7 | Check for working CXX compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++
8 | Check for working CXX compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++ -- works
9 | Detecting CXX compiler ABI info
10 | Detecting CXX compiler ABI info - done
11 | Detecting CXX compile features
12 | Detecting CXX compile features - done
13 | Configuring done
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/x86_64/cmake_install.cmake:
--------------------------------------------------------------------------------
1 | # Install script for directory: /Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp
2 |
3 | # Set the install prefix
4 | if(NOT DEFINED CMAKE_INSTALL_PREFIX)
5 | set(CMAKE_INSTALL_PREFIX "/usr/local")
6 | endif()
7 | string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
8 |
9 | # Set the install configuration name.
10 | if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
11 | if(BUILD_TYPE)
12 | string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
13 | CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
14 | else()
15 | set(CMAKE_INSTALL_CONFIG_NAME "Release")
16 | endif()
17 | message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
18 | endif()
19 |
20 | # Set the component getting installed.
21 | if(NOT CMAKE_INSTALL_COMPONENT)
22 | if(COMPONENT)
23 | message(STATUS "Install component: \"${COMPONENT}\"")
24 | set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
25 | else()
26 | set(CMAKE_INSTALL_COMPONENT)
27 | endif()
28 | endif()
29 |
30 | # Install shared libraries without execute permission?
31 | if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
32 | set(CMAKE_INSTALL_SO_NO_EXE "0")
33 | endif()
34 |
35 | # Is this installation the result of a crosscompile?
36 | if(NOT DEFINED CMAKE_CROSSCOMPILING)
37 | set(CMAKE_CROSSCOMPILING "TRUE")
38 | endif()
39 |
40 | if(CMAKE_INSTALL_COMPONENT)
41 | set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
42 | else()
43 | set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
44 | endif()
45 |
46 | string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
47 | "${CMAKE_INSTALL_MANIFEST_FILES}")
48 | file(WRITE "/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalRelease/x86_64/${CMAKE_INSTALL_MANIFEST}"
49 | "${CMAKE_INSTALL_MANIFEST_CONTENT}")
50 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/universalRelease/x86_64/compile_commands.json:
--------------------------------------------------------------------------------
1 | [
2 | {
3 | "directory": "/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/universalRelease/x86_64",
4 | "command": "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang --target=x86_64-none-linux-android23 --gcc-toolchain=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64 --sysroot=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/sysroot -Dhello_jni_EXPORTS -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -fno-addrsig -Wa,--noexecstack -Wformat -Werror=format-security -O2 -DNDEBUG -fPIC -o CMakeFiles/hello-jni.dir/hello-jni.c.o -c /Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/hello-jni.c",
5 | "file": "/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/hello-jni.c"
6 | }
7 | ]
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86Debug/x86/.ninja_deps:
--------------------------------------------------------------------------------
1 | # ninjadeps
2 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86Debug/x86/.ninja_log:
--------------------------------------------------------------------------------
1 | # ninja log v5
2 | 0 12 0 clean 31139916496af529
3 | 1 12 0 clean 31139916496af529
4 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86Debug/x86/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_C.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/x86Debug/x86/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_C.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86Debug/x86/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_CXX.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/x86Debug/x86/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_CXX.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86Debug/x86/CMakeFiles/3.10.2/CMakeSystem.cmake:
--------------------------------------------------------------------------------
1 | set(CMAKE_HOST_SYSTEM "Darwin-19.2.0")
2 | set(CMAKE_HOST_SYSTEM_NAME "Darwin")
3 | set(CMAKE_HOST_SYSTEM_VERSION "19.2.0")
4 | set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
5 |
6 | include("/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake")
7 |
8 | set(CMAKE_SYSTEM "Android-1")
9 | set(CMAKE_SYSTEM_NAME "Android")
10 | set(CMAKE_SYSTEM_VERSION "1")
11 | set(CMAKE_SYSTEM_PROCESSOR "i686")
12 |
13 | set(CMAKE_CROSSCOMPILING "TRUE")
14 |
15 | set(CMAKE_SYSTEM_LOADED 1)
16 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86Debug/x86/CMakeFiles/TargetDirectories.txt:
--------------------------------------------------------------------------------
1 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/x86Debug/x86/CMakeFiles/rebuild_cache.dir
2 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/x86Debug/x86/CMakeFiles/edit_cache.dir
3 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/x86Debug/x86/CMakeFiles/hello-jni.dir
4 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86Debug/x86/CMakeFiles/cmake.check_cache:
--------------------------------------------------------------------------------
1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file
2 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86Debug/x86/CMakeFiles/feature_tests.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/x86Debug/x86/CMakeFiles/feature_tests.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86Debug/x86/CMakeFiles/feature_tests.c:
--------------------------------------------------------------------------------
1 |
2 | const char features[] = {"\n"
3 | "C_FEATURE:"
4 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304
5 | "1"
6 | #else
7 | "0"
8 | #endif
9 | "c_function_prototypes\n"
10 | "C_FEATURE:"
11 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
12 | "1"
13 | #else
14 | "0"
15 | #endif
16 | "c_restrict\n"
17 | "C_FEATURE:"
18 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
19 | "1"
20 | #else
21 | "0"
22 | #endif
23 | "c_static_assert\n"
24 | "C_FEATURE:"
25 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
26 | "1"
27 | #else
28 | "0"
29 | #endif
30 | "c_variadic_macros\n"
31 |
32 | };
33 |
34 | int main(int argc, char** argv) { (void)argv; return features[argc]; }
35 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86Debug/x86/android_gradle_build.json:
--------------------------------------------------------------------------------
1 | {
2 | "stringTable": {
3 | "0": "/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/x86Debug/x86",
4 | "1": "--target=i686-none-linux-android23 --gcc-toolchain=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64 --sysroot=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/sysroot -Dhello_jni_EXPORTS -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -mstackrealign -fno-addrsig -Wa,--noexecstack -Wformat -Werror=format-security -O0 -fno-limit-debug-info -fPIC"
5 | },
6 | "buildFiles": [
7 | "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/platforms.cmake",
8 | "/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/CMakeLists.txt",
9 | "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake"
10 | ],
11 | "cleanCommands": [
12 | "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/x86Debug/x86\" clean"
13 | ],
14 | "buildTargetsCommand": "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/x86Debug/x86\" {LIST_OF_TARGETS_TO_BUILD}",
15 | "libraries": {
16 | "hello-jni-Debug-x86": {
17 | "buildCommand": "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/x86Debug/x86\" hello-jni",
18 | "buildType": "debug",
19 | "toolchain": "2149926562",
20 | "abi": "x86",
21 | "artifactName": "hello-jni",
22 | "files": [
23 | {
24 | "src": "/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/hello-jni.c",
25 | "flagsOrdinal": 1,
26 | "workingDirectoryOrdinal": 0
27 | }
28 | ],
29 | "headers": [],
30 | "output": "/Users/zhanyl/workspace/pms-hook-detection/app/build/intermediates/cmake/x86Debug/obj/x86/libhello-jni.so"
31 | }
32 | },
33 | "toolchains": {
34 | "2149926562": {
35 | "cCompilerExecutable": "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang"
36 | }
37 | },
38 | "cFileExtensions": [
39 | "c"
40 | ],
41 | "cppFileExtensions": []
42 | }
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86Debug/x86/android_gradle_build_mini.json:
--------------------------------------------------------------------------------
1 | {
2 | "buildFiles": [
3 | "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/platforms.cmake",
4 | "/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/CMakeLists.txt",
5 | "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake"
6 | ],
7 | "cleanCommands": [
8 | "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/x86Debug/x86\" clean"
9 | ],
10 | "buildTargetsCommand": "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/x86Debug/x86\" {LIST_OF_TARGETS_TO_BUILD}",
11 | "libraries": {
12 | "hello-jni-Debug-x86": {
13 | "artifactName": "hello-jni",
14 | "buildCommand": "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/x86Debug/x86\" hello-jni",
15 | "abi": "x86",
16 | "output": "/Users/zhanyl/workspace/pms-hook-detection/app/build/intermediates/cmake/x86Debug/obj/x86/libhello-jni.so"
17 | }
18 | }
19 | }
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86Debug/x86/build_command.txt:
--------------------------------------------------------------------------------
1 | Executable : /Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/cmake
2 | arguments :
3 | -H/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp
4 | -B/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/x86Debug/x86
5 | -DANDROID_ABI=x86
6 | -DANDROID_PLATFORM=android-23
7 | -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/Users/zhanyl/workspace/pms-hook-detection/app/build/intermediates/cmake/x86Debug/obj/x86
8 | -DCMAKE_BUILD_TYPE=Debug
9 | -DANDROID_NDK=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570
10 | -DCMAKE_SYSTEM_NAME=Android
11 | -DCMAKE_ANDROID_ARCH_ABI=x86
12 | -DCMAKE_SYSTEM_VERSION=23
13 | -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
14 | -DCMAKE_ANDROID_NDK=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570
15 | -DCMAKE_TOOLCHAIN_FILE=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake
16 | -G Ninja
17 | -DCMAKE_MAKE_PROGRAM=/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja
18 | jvmArgs :
19 |
20 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86Debug/x86/build_output.txt:
--------------------------------------------------------------------------------
1 | Check for working C compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang
2 | Check for working C compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang -- works
3 | Detecting C compiler ABI info
4 | Detecting C compiler ABI info - done
5 | Detecting C compile features
6 | Detecting C compile features - done
7 | Check for working CXX compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++
8 | Check for working CXX compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++ -- works
9 | Detecting CXX compiler ABI info
10 | Detecting CXX compiler ABI info - done
11 | Detecting CXX compile features
12 | Detecting CXX compile features - done
13 | Configuring done
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86Debug/x86/cmake_install.cmake:
--------------------------------------------------------------------------------
1 | # Install script for directory: /Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp
2 |
3 | # Set the install prefix
4 | if(NOT DEFINED CMAKE_INSTALL_PREFIX)
5 | set(CMAKE_INSTALL_PREFIX "/usr/local")
6 | endif()
7 | string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
8 |
9 | # Set the install configuration name.
10 | if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
11 | if(BUILD_TYPE)
12 | string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
13 | CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
14 | else()
15 | set(CMAKE_INSTALL_CONFIG_NAME "Debug")
16 | endif()
17 | message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
18 | endif()
19 |
20 | # Set the component getting installed.
21 | if(NOT CMAKE_INSTALL_COMPONENT)
22 | if(COMPONENT)
23 | message(STATUS "Install component: \"${COMPONENT}\"")
24 | set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
25 | else()
26 | set(CMAKE_INSTALL_COMPONENT)
27 | endif()
28 | endif()
29 |
30 | # Install shared libraries without execute permission?
31 | if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
32 | set(CMAKE_INSTALL_SO_NO_EXE "0")
33 | endif()
34 |
35 | # Is this installation the result of a crosscompile?
36 | if(NOT DEFINED CMAKE_CROSSCOMPILING)
37 | set(CMAKE_CROSSCOMPILING "TRUE")
38 | endif()
39 |
40 | if(CMAKE_INSTALL_COMPONENT)
41 | set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
42 | else()
43 | set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
44 | endif()
45 |
46 | string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
47 | "${CMAKE_INSTALL_MANIFEST_FILES}")
48 | file(WRITE "/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/x86Debug/x86/${CMAKE_INSTALL_MANIFEST}"
49 | "${CMAKE_INSTALL_MANIFEST_CONTENT}")
50 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86Debug/x86/compile_commands.json:
--------------------------------------------------------------------------------
1 | [
2 | {
3 | "directory": "/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/x86Debug/x86",
4 | "command": "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang --target=i686-none-linux-android23 --gcc-toolchain=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64 --sysroot=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/sysroot -Dhello_jni_EXPORTS -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -mstackrealign -fno-addrsig -Wa,--noexecstack -Wformat -Werror=format-security -O0 -fno-limit-debug-info -fPIC -o CMakeFiles/hello-jni.dir/hello-jni.c.o -c /Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/hello-jni.c",
5 | "file": "/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/hello-jni.c"
6 | }
7 | ]
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86Release/x86/.ninja_deps:
--------------------------------------------------------------------------------
1 | # ninjadeps
2 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86Release/x86/.ninja_log:
--------------------------------------------------------------------------------
1 | # ninja log v5
2 | 0 11 0 clean 31139916496af529
3 | 0 10 0 clean 31139916496af529
4 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86Release/x86/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_C.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/x86Release/x86/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_C.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86Release/x86/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_CXX.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/x86Release/x86/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_CXX.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86Release/x86/CMakeFiles/3.10.2/CMakeSystem.cmake:
--------------------------------------------------------------------------------
1 | set(CMAKE_HOST_SYSTEM "Darwin-19.2.0")
2 | set(CMAKE_HOST_SYSTEM_NAME "Darwin")
3 | set(CMAKE_HOST_SYSTEM_VERSION "19.2.0")
4 | set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
5 |
6 | include("/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake")
7 |
8 | set(CMAKE_SYSTEM "Android-1")
9 | set(CMAKE_SYSTEM_NAME "Android")
10 | set(CMAKE_SYSTEM_VERSION "1")
11 | set(CMAKE_SYSTEM_PROCESSOR "i686")
12 |
13 | set(CMAKE_CROSSCOMPILING "TRUE")
14 |
15 | set(CMAKE_SYSTEM_LOADED 1)
16 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86Release/x86/CMakeFiles/TargetDirectories.txt:
--------------------------------------------------------------------------------
1 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/x86Release/x86/CMakeFiles/rebuild_cache.dir
2 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/x86Release/x86/CMakeFiles/edit_cache.dir
3 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/x86Release/x86/CMakeFiles/hello-jni.dir
4 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86Release/x86/CMakeFiles/cmake.check_cache:
--------------------------------------------------------------------------------
1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file
2 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86Release/x86/CMakeFiles/feature_tests.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/x86Release/x86/CMakeFiles/feature_tests.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86Release/x86/CMakeFiles/feature_tests.c:
--------------------------------------------------------------------------------
1 |
2 | const char features[] = {"\n"
3 | "C_FEATURE:"
4 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304
5 | "1"
6 | #else
7 | "0"
8 | #endif
9 | "c_function_prototypes\n"
10 | "C_FEATURE:"
11 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
12 | "1"
13 | #else
14 | "0"
15 | #endif
16 | "c_restrict\n"
17 | "C_FEATURE:"
18 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
19 | "1"
20 | #else
21 | "0"
22 | #endif
23 | "c_static_assert\n"
24 | "C_FEATURE:"
25 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
26 | "1"
27 | #else
28 | "0"
29 | #endif
30 | "c_variadic_macros\n"
31 |
32 | };
33 |
34 | int main(int argc, char** argv) { (void)argv; return features[argc]; }
35 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86Release/x86/android_gradle_build_mini.json:
--------------------------------------------------------------------------------
1 | {
2 | "buildFiles": [
3 | "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/platforms.cmake",
4 | "/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/CMakeLists.txt",
5 | "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake"
6 | ],
7 | "cleanCommands": [
8 | "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/x86Release/x86\" clean"
9 | ],
10 | "buildTargetsCommand": "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/x86Release/x86\" {LIST_OF_TARGETS_TO_BUILD}",
11 | "libraries": {
12 | "hello-jni-Release-x86": {
13 | "artifactName": "hello-jni",
14 | "buildCommand": "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/x86Release/x86\" hello-jni",
15 | "abi": "x86",
16 | "output": "/Users/zhanyl/workspace/pms-hook-detection/app/build/intermediates/cmake/x86Release/obj/x86/libhello-jni.so"
17 | }
18 | }
19 | }
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86Release/x86/build_command.txt:
--------------------------------------------------------------------------------
1 | Executable : /Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/cmake
2 | arguments :
3 | -H/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp
4 | -B/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/x86Release/x86
5 | -DANDROID_ABI=x86
6 | -DANDROID_PLATFORM=android-23
7 | -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/Users/zhanyl/workspace/pms-hook-detection/app/build/intermediates/cmake/x86Release/obj/x86
8 | -DCMAKE_BUILD_TYPE=Release
9 | -DANDROID_NDK=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570
10 | -DCMAKE_SYSTEM_NAME=Android
11 | -DCMAKE_ANDROID_ARCH_ABI=x86
12 | -DCMAKE_SYSTEM_VERSION=23
13 | -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
14 | -DCMAKE_ANDROID_NDK=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570
15 | -DCMAKE_TOOLCHAIN_FILE=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake
16 | -G Ninja
17 | -DCMAKE_MAKE_PROGRAM=/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja
18 | jvmArgs :
19 |
20 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86Release/x86/build_output.txt:
--------------------------------------------------------------------------------
1 | Check for working C compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang
2 | Check for working C compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang -- works
3 | Detecting C compiler ABI info
4 | Detecting C compiler ABI info - done
5 | Detecting C compile features
6 | Detecting C compile features - done
7 | Check for working CXX compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++
8 | Check for working CXX compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++ -- works
9 | Detecting CXX compiler ABI info
10 | Detecting CXX compiler ABI info - done
11 | Detecting CXX compile features
12 | Detecting CXX compile features - done
13 | Configuring done
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86Release/x86/cmake_install.cmake:
--------------------------------------------------------------------------------
1 | # Install script for directory: /Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp
2 |
3 | # Set the install prefix
4 | if(NOT DEFINED CMAKE_INSTALL_PREFIX)
5 | set(CMAKE_INSTALL_PREFIX "/usr/local")
6 | endif()
7 | string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
8 |
9 | # Set the install configuration name.
10 | if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
11 | if(BUILD_TYPE)
12 | string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
13 | CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
14 | else()
15 | set(CMAKE_INSTALL_CONFIG_NAME "Release")
16 | endif()
17 | message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
18 | endif()
19 |
20 | # Set the component getting installed.
21 | if(NOT CMAKE_INSTALL_COMPONENT)
22 | if(COMPONENT)
23 | message(STATUS "Install component: \"${COMPONENT}\"")
24 | set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
25 | else()
26 | set(CMAKE_INSTALL_COMPONENT)
27 | endif()
28 | endif()
29 |
30 | # Install shared libraries without execute permission?
31 | if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
32 | set(CMAKE_INSTALL_SO_NO_EXE "0")
33 | endif()
34 |
35 | # Is this installation the result of a crosscompile?
36 | if(NOT DEFINED CMAKE_CROSSCOMPILING)
37 | set(CMAKE_CROSSCOMPILING "TRUE")
38 | endif()
39 |
40 | if(CMAKE_INSTALL_COMPONENT)
41 | set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
42 | else()
43 | set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
44 | endif()
45 |
46 | string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
47 | "${CMAKE_INSTALL_MANIFEST_FILES}")
48 | file(WRITE "/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/x86Release/x86/${CMAKE_INSTALL_MANIFEST}"
49 | "${CMAKE_INSTALL_MANIFEST_CONTENT}")
50 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86Release/x86/compile_commands.json:
--------------------------------------------------------------------------------
1 | [
2 | {
3 | "directory": "/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/x86Release/x86",
4 | "command": "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang --target=i686-none-linux-android23 --gcc-toolchain=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64 --sysroot=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/sysroot -Dhello_jni_EXPORTS -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -mstackrealign -fno-addrsig -Wa,--noexecstack -Wformat -Werror=format-security -O2 -DNDEBUG -fPIC -o CMakeFiles/hello-jni.dir/hello-jni.c.o -c /Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/hello-jni.c",
5 | "file": "/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/hello-jni.c"
6 | }
7 | ]
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86_64Debug/x86_64/.ninja_deps:
--------------------------------------------------------------------------------
1 | # ninjadeps
2 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86_64Debug/x86_64/.ninja_log:
--------------------------------------------------------------------------------
1 | # ninja log v5
2 | 0 10 0 clean 31139916496af529
3 | 0 9 0 clean 31139916496af529
4 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86_64Debug/x86_64/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_C.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/x86_64Debug/x86_64/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_C.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86_64Debug/x86_64/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_CXX.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/x86_64Debug/x86_64/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_CXX.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86_64Debug/x86_64/CMakeFiles/3.10.2/CMakeSystem.cmake:
--------------------------------------------------------------------------------
1 | set(CMAKE_HOST_SYSTEM "Darwin-19.2.0")
2 | set(CMAKE_HOST_SYSTEM_NAME "Darwin")
3 | set(CMAKE_HOST_SYSTEM_VERSION "19.2.0")
4 | set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
5 |
6 | include("/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake")
7 |
8 | set(CMAKE_SYSTEM "Android-1")
9 | set(CMAKE_SYSTEM_NAME "Android")
10 | set(CMAKE_SYSTEM_VERSION "1")
11 | set(CMAKE_SYSTEM_PROCESSOR "x86_64")
12 |
13 | set(CMAKE_CROSSCOMPILING "TRUE")
14 |
15 | set(CMAKE_SYSTEM_LOADED 1)
16 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86_64Debug/x86_64/CMakeFiles/TargetDirectories.txt:
--------------------------------------------------------------------------------
1 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/x86_64Debug/x86_64/CMakeFiles/rebuild_cache.dir
2 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/x86_64Debug/x86_64/CMakeFiles/edit_cache.dir
3 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/x86_64Debug/x86_64/CMakeFiles/hello-jni.dir
4 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86_64Debug/x86_64/CMakeFiles/cmake.check_cache:
--------------------------------------------------------------------------------
1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file
2 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86_64Debug/x86_64/CMakeFiles/feature_tests.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/x86_64Debug/x86_64/CMakeFiles/feature_tests.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86_64Debug/x86_64/CMakeFiles/feature_tests.c:
--------------------------------------------------------------------------------
1 |
2 | const char features[] = {"\n"
3 | "C_FEATURE:"
4 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304
5 | "1"
6 | #else
7 | "0"
8 | #endif
9 | "c_function_prototypes\n"
10 | "C_FEATURE:"
11 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
12 | "1"
13 | #else
14 | "0"
15 | #endif
16 | "c_restrict\n"
17 | "C_FEATURE:"
18 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
19 | "1"
20 | #else
21 | "0"
22 | #endif
23 | "c_static_assert\n"
24 | "C_FEATURE:"
25 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
26 | "1"
27 | #else
28 | "0"
29 | #endif
30 | "c_variadic_macros\n"
31 |
32 | };
33 |
34 | int main(int argc, char** argv) { (void)argv; return features[argc]; }
35 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86_64Debug/x86_64/android_gradle_build_mini.json:
--------------------------------------------------------------------------------
1 | {
2 | "buildFiles": [
3 | "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/platforms.cmake",
4 | "/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/CMakeLists.txt",
5 | "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake"
6 | ],
7 | "cleanCommands": [
8 | "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/x86_64Debug/x86_64\" clean"
9 | ],
10 | "buildTargetsCommand": "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/x86_64Debug/x86_64\" {LIST_OF_TARGETS_TO_BUILD}",
11 | "libraries": {
12 | "hello-jni-Debug-x86_64": {
13 | "artifactName": "hello-jni",
14 | "buildCommand": "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/x86_64Debug/x86_64\" hello-jni",
15 | "abi": "x86_64",
16 | "output": "/Users/zhanyl/workspace/pms-hook-detection/app/build/intermediates/cmake/x86_64Debug/obj/x86_64/libhello-jni.so"
17 | }
18 | }
19 | }
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86_64Debug/x86_64/build_command.txt:
--------------------------------------------------------------------------------
1 | Executable : /Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/cmake
2 | arguments :
3 | -H/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp
4 | -B/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/x86_64Debug/x86_64
5 | -DANDROID_ABI=x86_64
6 | -DANDROID_PLATFORM=android-23
7 | -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/Users/zhanyl/workspace/pms-hook-detection/app/build/intermediates/cmake/x86_64Debug/obj/x86_64
8 | -DCMAKE_BUILD_TYPE=Debug
9 | -DANDROID_NDK=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570
10 | -DCMAKE_SYSTEM_NAME=Android
11 | -DCMAKE_ANDROID_ARCH_ABI=x86_64
12 | -DCMAKE_SYSTEM_VERSION=23
13 | -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
14 | -DCMAKE_ANDROID_NDK=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570
15 | -DCMAKE_TOOLCHAIN_FILE=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake
16 | -G Ninja
17 | -DCMAKE_MAKE_PROGRAM=/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja
18 | jvmArgs :
19 |
20 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86_64Debug/x86_64/build_output.txt:
--------------------------------------------------------------------------------
1 | Check for working C compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang
2 | Check for working C compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang -- works
3 | Detecting C compiler ABI info
4 | Detecting C compiler ABI info - done
5 | Detecting C compile features
6 | Detecting C compile features - done
7 | Check for working CXX compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++
8 | Check for working CXX compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++ -- works
9 | Detecting CXX compiler ABI info
10 | Detecting CXX compiler ABI info - done
11 | Detecting CXX compile features
12 | Detecting CXX compile features - done
13 | Configuring done
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86_64Debug/x86_64/cmake_install.cmake:
--------------------------------------------------------------------------------
1 | # Install script for directory: /Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp
2 |
3 | # Set the install prefix
4 | if(NOT DEFINED CMAKE_INSTALL_PREFIX)
5 | set(CMAKE_INSTALL_PREFIX "/usr/local")
6 | endif()
7 | string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
8 |
9 | # Set the install configuration name.
10 | if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
11 | if(BUILD_TYPE)
12 | string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
13 | CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
14 | else()
15 | set(CMAKE_INSTALL_CONFIG_NAME "Debug")
16 | endif()
17 | message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
18 | endif()
19 |
20 | # Set the component getting installed.
21 | if(NOT CMAKE_INSTALL_COMPONENT)
22 | if(COMPONENT)
23 | message(STATUS "Install component: \"${COMPONENT}\"")
24 | set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
25 | else()
26 | set(CMAKE_INSTALL_COMPONENT)
27 | endif()
28 | endif()
29 |
30 | # Install shared libraries without execute permission?
31 | if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
32 | set(CMAKE_INSTALL_SO_NO_EXE "0")
33 | endif()
34 |
35 | # Is this installation the result of a crosscompile?
36 | if(NOT DEFINED CMAKE_CROSSCOMPILING)
37 | set(CMAKE_CROSSCOMPILING "TRUE")
38 | endif()
39 |
40 | if(CMAKE_INSTALL_COMPONENT)
41 | set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
42 | else()
43 | set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
44 | endif()
45 |
46 | string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
47 | "${CMAKE_INSTALL_MANIFEST_FILES}")
48 | file(WRITE "/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/x86_64Debug/x86_64/${CMAKE_INSTALL_MANIFEST}"
49 | "${CMAKE_INSTALL_MANIFEST_CONTENT}")
50 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86_64Debug/x86_64/compile_commands.json:
--------------------------------------------------------------------------------
1 | [
2 | {
3 | "directory": "/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/x86_64Debug/x86_64",
4 | "command": "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang --target=x86_64-none-linux-android23 --gcc-toolchain=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64 --sysroot=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/sysroot -Dhello_jni_EXPORTS -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -fno-addrsig -Wa,--noexecstack -Wformat -Werror=format-security -O0 -fno-limit-debug-info -fPIC -o CMakeFiles/hello-jni.dir/hello-jni.c.o -c /Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/hello-jni.c",
5 | "file": "/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/hello-jni.c"
6 | }
7 | ]
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86_64Release/x86_64/.ninja_deps:
--------------------------------------------------------------------------------
1 | # ninjadeps
2 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86_64Release/x86_64/.ninja_log:
--------------------------------------------------------------------------------
1 | # ninja log v5
2 | 0 9 0 clean 31139916496af529
3 | 0 12 0 clean 31139916496af529
4 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86_64Release/x86_64/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_C.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/x86_64Release/x86_64/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_C.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86_64Release/x86_64/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_CXX.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/x86_64Release/x86_64/CMakeFiles/3.10.2/CMakeDetermineCompilerABI_CXX.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86_64Release/x86_64/CMakeFiles/3.10.2/CMakeSystem.cmake:
--------------------------------------------------------------------------------
1 | set(CMAKE_HOST_SYSTEM "Darwin-19.2.0")
2 | set(CMAKE_HOST_SYSTEM_NAME "Darwin")
3 | set(CMAKE_HOST_SYSTEM_VERSION "19.2.0")
4 | set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
5 |
6 | include("/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake")
7 |
8 | set(CMAKE_SYSTEM "Android-1")
9 | set(CMAKE_SYSTEM_NAME "Android")
10 | set(CMAKE_SYSTEM_VERSION "1")
11 | set(CMAKE_SYSTEM_PROCESSOR "x86_64")
12 |
13 | set(CMAKE_CROSSCOMPILING "TRUE")
14 |
15 | set(CMAKE_SYSTEM_LOADED 1)
16 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86_64Release/x86_64/CMakeFiles/TargetDirectories.txt:
--------------------------------------------------------------------------------
1 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/x86_64Release/x86_64/CMakeFiles/rebuild_cache.dir
2 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/x86_64Release/x86_64/CMakeFiles/edit_cache.dir
3 | /Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/x86_64Release/x86_64/CMakeFiles/hello-jni.dir
4 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86_64Release/x86_64/CMakeFiles/cmake.check_cache:
--------------------------------------------------------------------------------
1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file
2 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86_64Release/x86_64/CMakeFiles/feature_tests.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/.cxx/cmake/x86_64Release/x86_64/CMakeFiles/feature_tests.bin
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86_64Release/x86_64/CMakeFiles/feature_tests.c:
--------------------------------------------------------------------------------
1 |
2 | const char features[] = {"\n"
3 | "C_FEATURE:"
4 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304
5 | "1"
6 | #else
7 | "0"
8 | #endif
9 | "c_function_prototypes\n"
10 | "C_FEATURE:"
11 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
12 | "1"
13 | #else
14 | "0"
15 | #endif
16 | "c_restrict\n"
17 | "C_FEATURE:"
18 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
19 | "1"
20 | #else
21 | "0"
22 | #endif
23 | "c_static_assert\n"
24 | "C_FEATURE:"
25 | #if ((__clang_major__ * 100) + __clang_minor__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
26 | "1"
27 | #else
28 | "0"
29 | #endif
30 | "c_variadic_macros\n"
31 |
32 | };
33 |
34 | int main(int argc, char** argv) { (void)argv; return features[argc]; }
35 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86_64Release/x86_64/android_gradle_build_mini.json:
--------------------------------------------------------------------------------
1 | {
2 | "buildFiles": [
3 | "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/platforms.cmake",
4 | "/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/CMakeLists.txt",
5 | "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake"
6 | ],
7 | "cleanCommands": [
8 | "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/x86_64Release/x86_64\" clean"
9 | ],
10 | "buildTargetsCommand": "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/x86_64Release/x86_64\" {LIST_OF_TARGETS_TO_BUILD}",
11 | "libraries": {
12 | "hello-jni-Release-x86_64": {
13 | "artifactName": "hello-jni",
14 | "buildCommand": "/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja -C \"/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/x86_64Release/x86_64\" hello-jni",
15 | "abi": "x86_64",
16 | "output": "/Users/zhanyl/workspace/pms-hook-detection/app/build/intermediates/cmake/x86_64Release/obj/x86_64/libhello-jni.so"
17 | }
18 | }
19 | }
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86_64Release/x86_64/build_command.txt:
--------------------------------------------------------------------------------
1 | Executable : /Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/cmake
2 | arguments :
3 | -H/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp
4 | -B/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/x86_64Release/x86_64
5 | -DANDROID_ABI=x86_64
6 | -DANDROID_PLATFORM=android-23
7 | -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/Users/zhanyl/workspace/pms-hook-detection/app/build/intermediates/cmake/x86_64Release/obj/x86_64
8 | -DCMAKE_BUILD_TYPE=Release
9 | -DANDROID_NDK=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570
10 | -DCMAKE_SYSTEM_NAME=Android
11 | -DCMAKE_ANDROID_ARCH_ABI=x86_64
12 | -DCMAKE_SYSTEM_VERSION=23
13 | -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
14 | -DCMAKE_ANDROID_NDK=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570
15 | -DCMAKE_TOOLCHAIN_FILE=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/build/cmake/android.toolchain.cmake
16 | -G Ninja
17 | -DCMAKE_MAKE_PROGRAM=/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404/bin/ninja
18 | jvmArgs :
19 |
20 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86_64Release/x86_64/build_output.txt:
--------------------------------------------------------------------------------
1 | Check for working C compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang
2 | Check for working C compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang -- works
3 | Detecting C compiler ABI info
4 | Detecting C compiler ABI info - done
5 | Detecting C compile features
6 | Detecting C compile features - done
7 | Check for working CXX compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++
8 | Check for working CXX compiler: /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++ -- works
9 | Detecting CXX compiler ABI info
10 | Detecting CXX compiler ABI info - done
11 | Detecting CXX compile features
12 | Detecting CXX compile features - done
13 | Configuring done
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86_64Release/x86_64/cmake_install.cmake:
--------------------------------------------------------------------------------
1 | # Install script for directory: /Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp
2 |
3 | # Set the install prefix
4 | if(NOT DEFINED CMAKE_INSTALL_PREFIX)
5 | set(CMAKE_INSTALL_PREFIX "/usr/local")
6 | endif()
7 | string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
8 |
9 | # Set the install configuration name.
10 | if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
11 | if(BUILD_TYPE)
12 | string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
13 | CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
14 | else()
15 | set(CMAKE_INSTALL_CONFIG_NAME "Release")
16 | endif()
17 | message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
18 | endif()
19 |
20 | # Set the component getting installed.
21 | if(NOT CMAKE_INSTALL_COMPONENT)
22 | if(COMPONENT)
23 | message(STATUS "Install component: \"${COMPONENT}\"")
24 | set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
25 | else()
26 | set(CMAKE_INSTALL_COMPONENT)
27 | endif()
28 | endif()
29 |
30 | # Install shared libraries without execute permission?
31 | if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
32 | set(CMAKE_INSTALL_SO_NO_EXE "0")
33 | endif()
34 |
35 | # Is this installation the result of a crosscompile?
36 | if(NOT DEFINED CMAKE_CROSSCOMPILING)
37 | set(CMAKE_CROSSCOMPILING "TRUE")
38 | endif()
39 |
40 | if(CMAKE_INSTALL_COMPONENT)
41 | set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
42 | else()
43 | set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
44 | endif()
45 |
46 | string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
47 | "${CMAKE_INSTALL_MANIFEST_FILES}")
48 | file(WRITE "/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/x86_64Release/x86_64/${CMAKE_INSTALL_MANIFEST}"
49 | "${CMAKE_INSTALL_MANIFEST_CONTENT}")
50 |
--------------------------------------------------------------------------------
/app/.cxx/cmake/x86_64Release/x86_64/compile_commands.json:
--------------------------------------------------------------------------------
1 | [
2 | {
3 | "directory": "/Users/zhanyl/workspace/pms-hook-detection/app/.cxx/cmake/x86_64Release/x86_64",
4 | "command": "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang --target=x86_64-none-linux-android23 --gcc-toolchain=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64 --sysroot=/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/sysroot -Dhello_jni_EXPORTS -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -fno-addrsig -Wa,--noexecstack -Wformat -Werror=format-security -O2 -DNDEBUG -fPIC -o CMakeFiles/hello-jni.dir/hello-jni.c.o -c /Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/hello-jni.c",
5 | "file": "/Users/zhanyl/workspace/pms-hook-detection/app/src/main/cpp/hello-jni.c"
6 | }
7 | ]
--------------------------------------------------------------------------------
/app/.cxx/ndk_locator_record.json:
--------------------------------------------------------------------------------
1 | {
2 | "ndkFolder": "/Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570",
3 | "messages": [
4 | {
5 | "level": "INFO",
6 | "message": "android.ndkVersion from module build.gradle is not set"
7 | },
8 | {
9 | "level": "INFO",
10 | "message": "ndk.dir in local.properties is not set"
11 | },
12 | {
13 | "level": "INFO",
14 | "message": "ANDROID_NDK_HOME environment variable is not set"
15 | },
16 | {
17 | "level": "INFO",
18 | "message": "sdkFolder is /Users/zhanyl/Library/Android/sdk"
19 | },
20 | {
21 | "level": "INFO",
22 | "message": "Considering /Users/zhanyl/Library/Android/sdk/ndk-bundle in SDK ndk-bundle folder"
23 | },
24 | {
25 | "level": "INFO",
26 | "message": "Considering /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570 in SDK ndk folder"
27 | },
28 | {
29 | "level": "INFO",
30 | "message": "Rejected /Users/zhanyl/Library/Android/sdk/ndk-bundle in SDK ndk-bundle folder because that location has no source.properties"
31 | },
32 | {
33 | "level": "INFO",
34 | "message": "No user requested version, choosing /Users/zhanyl/Library/Android/sdk/ndk/20.0.5594570 which is version 20.0.5594570"
35 | }
36 | ]
37 | }
--------------------------------------------------------------------------------
/app/.gitignore:
--------------------------------------------------------------------------------
1 | /build
2 |
--------------------------------------------------------------------------------
/app/build.gradle:
--------------------------------------------------------------------------------
1 | apply plugin: 'com.android.application'
2 |
3 | android {
4 | compileSdkVersion 29
5 | defaultConfig {
6 | applicationId 'com.example.hellojni'
7 | minSdkVersion 23
8 | targetSdkVersion 28
9 | versionCode 1
10 | versionName "1.0"
11 | }
12 | buildTypes {
13 | release {
14 | minifyEnabled false
15 | proguardFiles getDefaultProguardFile('proguard-android.txt'),
16 | 'proguard-rules.pro'
17 | }
18 | }
19 | externalNativeBuild {
20 | cmake {
21 | version '3.10.2'
22 | path "src/main/cpp/CMakeLists.txt"
23 | }
24 | }
25 |
26 | flavorDimensions 'cpuArch'
27 | productFlavors {
28 | arm7 {
29 | dimension 'cpuArch'
30 | ndk {
31 | abiFilter 'armeabi-v7a'
32 | }
33 | }
34 | arm8 {
35 | dimension 'cpuArch'
36 | ndk {
37 | abiFilters 'arm64-v8a'
38 | }
39 | }
40 | x86 {
41 | dimension 'cpuArch'
42 | ndk {
43 | abiFilter 'x86'
44 | }
45 | }
46 | x86_64 {
47 | dimension 'cpuArch'
48 | ndk {
49 | abiFilter 'x86_64'
50 | }
51 | }
52 | universal {
53 | dimension 'cpuArch'
54 | // include all default ABIs. with NDK-r16, it is:
55 | // armeabi-v7a, arm64-v8a, x86, x86_64
56 | }
57 | }
58 | }
59 |
60 | dependencies {
61 | implementation fileTree(dir: 'libs', include: ['*.jar'])
62 | implementation 'com.android.support:appcompat-v7:28.0.0'
63 | implementation 'com.android.support.constraint:constraint-layout:1.1.3'
64 | }
65 |
--------------------------------------------------------------------------------
/app/proguard-rules.pro:
--------------------------------------------------------------------------------
1 | # Add project specific ProGuard rules here.
2 | # By default, the flags in this file are appended to flags specified
3 | # in /Users/gfan/dev/sdk_current/tools/proguard/proguard-android.txt
4 | # You can edit the include path and order by changing the proguardFiles
5 | # directive in build.gradle.
6 | #
7 | # For more details, see
8 | # http://developer.android.com/guide/developing/tools/proguard.html
9 |
10 | # Add any project specific keep options here:
11 |
12 | # If your project uses WebView with JS, uncomment the following
13 | # and specify the fully qualified class name to the JavaScript interface
14 | # class:
15 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
16 | # public *;
17 | #}
18 |
--------------------------------------------------------------------------------
/app/src/main/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/app/src/main/cpp/CMakeLists.txt:
--------------------------------------------------------------------------------
1 | cmake_minimum_required(VERSION 3.4.1)
2 |
3 | add_library(hello-jni SHARED
4 | hello-jni.c)
5 |
6 | # Include libraries needed for hello-jni lib
7 | target_link_libraries(hello-jni
8 | android
9 | log)
10 |
--------------------------------------------------------------------------------
/app/src/main/res/layout/activity_hello_jni.xml:
--------------------------------------------------------------------------------
1 |
2 |
9 |
10 |
20 |
21 |
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/src/main/res/mipmap-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/src/main/res/mipmap-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/src/main/res/mipmap-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/app/src/main/res/values-w820dp/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
5 | 64dp
6 |
7 |
--------------------------------------------------------------------------------
/app/src/main/res/values/colors.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #3F51B5
4 | #303F9F
5 | #FF4081
6 |
7 |
--------------------------------------------------------------------------------
/app/src/main/res/values/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 16dp
4 | 16dp
5 |
6 |
--------------------------------------------------------------------------------
/app/src/main/res/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 | PmsHookDetection
3 |
4 |
--------------------------------------------------------------------------------
/app/src/main/res/values/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/build.gradle:
--------------------------------------------------------------------------------
1 | // Top-level build file where you can add configuration options common to all sub-projects/modules.
2 |
3 | buildscript {
4 | repositories {
5 | google()
6 | jcenter()
7 | }
8 | dependencies {
9 | classpath 'com.android.tools.build:gradle:3.5.2'
10 |
11 | // NOTE: Do not place your application dependencies here; they belong
12 | // in the individual module build.gradle files
13 | }
14 | }
15 |
16 | allprojects {
17 | repositories {
18 | google()
19 | jcenter()
20 | }
21 | }
22 |
23 | task clean(type: Delete) {
24 | delete rootProject.buildDir
25 | }
26 |
--------------------------------------------------------------------------------
/gradle.properties:
--------------------------------------------------------------------------------
1 | # Project-wide Gradle settings.
2 |
3 | # IDE (e.g. Android Studio) users:
4 | # Gradle settings configured through the IDE *will override*
5 | # any settings specified in this file.
6 |
7 | # For more details on how to configure your build environment visit
8 | # http://www.gradle.org/docs/current/userguide/build_environment.html
9 |
10 | # Specifies the JVM arguments used for the daemon process.
11 | # The setting is particularly useful for tweaking memory settings.
12 | org.gradle.jvmargs=-Xmx1536m
13 |
14 | # When configured, Gradle will run in incubating parallel mode.
15 | # This option should only be used with decoupled projects. More details, visit
16 | # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
17 | # org.gradle.parallel=true
18 |
--------------------------------------------------------------------------------
/gradle/wrapper/gradle-wrapper.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/gradle/wrapper/gradle-wrapper.jar
--------------------------------------------------------------------------------
/gradle/wrapper/gradle-wrapper.properties:
--------------------------------------------------------------------------------
1 | #Mon Oct 30 21:37:25 PDT 2017
2 | distributionBase=GRADLE_USER_HOME
3 | distributionPath=wrapper/dists
4 | zipStoreBase=GRADLE_USER_HOME
5 | zipStorePath=wrapper/dists
6 | distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
7 |
--------------------------------------------------------------------------------
/local.properties:
--------------------------------------------------------------------------------
1 | ## This file must *NOT* be checked into Version Control Systems,
2 | # as it contains information specific to your local configuration.
3 | #
4 | # Location of the SDK. This is only used by Gradle.
5 | # For customization when using a Version Control System, please read the
6 | # header note.
7 | #Fri Mar 13 12:44:56 SGT 2020
8 | cmake.dir=/Users/zhanyl/Library/Android/sdk/cmake/3.10.2.4988404
9 | sdk.dir=/Users/zhanyl/Library/Android/sdk
10 |
--------------------------------------------------------------------------------
/pms-hook-detection.iml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/screenshot.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/senyuuri/pms-hook-detection/454b688c0aa31b37f6b86e1c97a7f9608d2c9acb/screenshot.png
--------------------------------------------------------------------------------
/settings.gradle:
--------------------------------------------------------------------------------
1 | include ':app'
2 |
--------------------------------------------------------------------------------