Appteka Logo
Appteka
Xposed Detector app icon

Xposed Detector

Verified safe
v2.2 (5)
Published Feb 16, 2022
Download APK
50.96 KB
Android 5.0+
466
AI summary
Curious what AI thinks about this app? Ask for a short summary highlighting what it does and any noteworthy details.
Description
Xposed Detector — опен-сурсная утилита, которая показывает, есть ли Xposed на усиройстве, помогает находить и выявлять огромное количество хуков, после чего очищать их. □ Использование ■ ndk-сборка Вы можете использовать xposed_detectorна своем Android.mk. Например, если приложение libapp.soиспользуется xposed_detector, Android.mkфайл должен выглядеть следующим образом: include $( CLEAR_VARS ) LOCAL_MODULE := app LOCAL_SRC_FILES := app.cpp LOCAL_STATIC_LIBRARIES := xposed_detector include $( BUILD_SHARED_LIBRARY ) # Если вам не нужно, чтобы ваш проект собирался с помощью NDK старше r21, вы можете # пропустить этот блок. ifneq ( $( call ndk-major-at-least,21) ,true) $(вызов импорта-добавить-путь,$(NDK_GRADLE_INJECTED_IMPORT_PATH)) конец $(вызвать модуль импорта, prefab/xposeddetector) CMake Вы можете использовать xposed_detectorна своем CMakeLists.txt. Например, если приложение libapp.soиспользуется xposed_detector, CMakeLists.txtфайл должен выглядеть следующим образом: add_library (приложение ОБЩИЙ app.cpp ) # Добавьте эти две строки. find_package (xposeddetector ТРЕБУЕТСЯ КОНФИГУРАЦИЯ ) target_link_libraries (приложение xposeddetector::xposed_detector) Открытый исходный код: https://github.com/vvb2060/XposedDetector Если есть вопросы, то их рекомендуется задавать в страничке с открытыми исходниками: https://github.com/vvb2060/XposedDetector/issues ▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎ The Xposed Detector is a utility that shows if Xposed is present on the hardware and helps to find and detect a huge number of hacks and then clean them up. □ Usage ■ ndk-build You can use xposed_destock in your Android.mk.  For example, if the libapp.ѕ application uses xposed_detector, the Android.mk file should look like this: include $( CLEAR_VARS ) LOCAL_MODULE := app LOCAL_SRC_FILES := app.cpp LOCAL_STATIC_LIBRARIES := xposed_detector include $( BUILD_SHARED_LIBRARY ) # If you do not need your project to build with NDK older than r21, you can # skip this block. ifneq ( $( call ndk-major-at-least,21) ,true) $(call import-add-path,$(NDK_GRADLE_INJECTED_IMPORT_PATH)) end $(call import module, prefab/xposeddetector) CMake You can use xposed_detector in your CMakeLists.txt.  For example, if libapp.s application uses the xposed_detector, the CMakeLists.txt file should look like this add_library (xposed app.cpp ) # Add these two lines. find_package (xposeddetector REQUIRED CONFIGURATION ) target_link_libraries (xposeddetector::xposed_detector application) Open source: https://github.com/vvb2060/XposedDetector If you have questions, it is recommended to ask them in the open source page: https://github.com/vvb2060/XposedDetector/issues
Rate this app
0 / 1000
Optional for 4–5 stars. Required for 1–3 stars (min 10 characters).
Ratings & reviews
No reviews yet.