Xposed Detector

Verified safeExclusive
No reviews reviews
498
downloads
5.0
android

AI summary

Open source utility that detects Xposed framework hooks on Android. Can identify and help clean up hooks. Includes NDK/CMake integration for developers.

Generated by AI. May contain inaccuracies.

About this app

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

About this version

Version
2.2 (5)
Size
50.96 KB
Requires Android
5.0
Target SDK
21
Downloads
498
Updated
Feb 16, 2022
Package
io.github.vvb2060.xposeddetector

Ratings & reviews

0 ratings
  • 5
    0
  • 4
    0
  • 3
    0
  • 2
    0
  • 1
    0

Write a review

Tap a star to rate this app