koko01024122 / XposedDetectLib

A light-weight yet powerful solution library for detecting xposed installation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XposedDetectLib

A powerful detection for any kind of xposed installation.

Support Version

  • rovo89's Xposed
  • Any xposed variation based on Riru(eg. Edxposed)

Feature

  • Lightweight
  • Anti-anti-cloak (Test on MagiskHide,Zuper,RootCloak and so on)git

Usage

NDK is needed to compile the library.

  1. Add it in your root build.gradle at the end of repositories:
allprojects {
	repositories {
		maven { url 'https://jitpack.io' }
	}
}
  1. Add the dependency
implementation 'com.github.w568w:XposedDetectLib:1.1'

Call this method to do an inspection:

XposedDetect.getInstance(getPackageManager()).detectXposed()

Return true if detecting xposed.

License

Copyright (C) 2020 w568w

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

A light-weight yet powerful solution library for detecting xposed installation.


Languages

Language:Java 84.7%Language:C 10.3%Language:C++ 3.3%Language:CMake 1.7%