Skip to content
Snippets Groups Projects
Commit f6e80a8c authored by HiedaNaKan's avatar HiedaNaKan
Browse files

parent c8153e60
No related branches found
No related tags found
No related merge requests found
Showing
with 45 additions and 1 deletion
/build
File added
# FuckMFS
去你妈的取证
去他妈的取证
是一个 Xposed 模块
功能 : 阻止读取联系人短信媒体文件和应用信息等并随机设备和网络信息。
### 感谢
应用变量 : https://github.com/kingsollyu/AppEnv
### 开源协议
MIT License
### 使用
下载安装已编译的 [FuckMFS.apk](./FuckMFS.apk?raw=true) 并在Xposed安装器启用即可
提示 : 如果Android版本高无法使用原生Xposed,可以使用基于Magisk的Xposed框架EDXposed
\ No newline at end of file
apply plugin: 'com.android.application'
android {
compileSdkVersion 21
buildToolsVersion "21.1.0"
defaultConfig {
applicationId "io.kurumi.fuckmfs"
minSdkVersion 9
targetSdkVersion 28
versionCode 114514
versionName "114514"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
}
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment