An Xposed module to intercept applist detections

Overview

Hide My Applist

Stars Release Download Channel License

banner

About this module

Although it's bad practice to detect the installation of specific apps, not every app using root provides random package name support. In this case, if apps that use root (such as Fake Location and Storage Isolation) are detected, it is tantamount to detecting that the device is rooted.

Additionally, some apps use various loopholes to acquire your app list, in order to use it as fingerprinting data or for other nefarious purposes.

This module can work as an Xposed module to hide apps or reject app list requests, and provides some methods to test whether you have hidden your app list properly.

Update Log / 更新日志

Reference to the release page / 参考发布页面

关于该模块

虽然“检测安装的应用是不正确的做法”,而且很蠢,但是并不是所有的插件类应用都提供了随机包名支持。这就意味着检测到安装了 root 类应用(如 Fake Location、存储重定向)与检测到了 root 本身区别不大。(会使用检测手段的 app 可不会认为你是在“我就蹭蹭不进去”)
与此同时,部分“不安分”的 app 会使用各种漏洞绕过系统权限来获取你的应用列表,从而对你建立用户画像(如陈叔叔将安装了 V2Ray 的用户分为一类),或是类似于某某校园某某乐跑的软件会要求你卸载作弊软件。
该模块提供了一些检测方式用于测试您是否成功地隐藏了某些特定的包名,如 Magisk/Edxposed Manager;同时可作为 Xposed 模块用于隐藏应用列表或特定应用,保护隐私。

Comments
  • [Bug] Hide My Applist Service Does Not Start on Android 13

    [Bug] Hide My Applist Service Does Not Start on Android 13

    Steps to reproduce/复现步骤

    1. Install the latest Hide My Applist CI build (at the time of this posting, this was the latest build).
    2. Activate Hide My Applist in LSposed.
    3. Reboot phone.
    4. Open Hide My Applist app. The status will be listed as Module Activated, System service not running.

    Expected behaviour/预期行为

    After performing steps 1 through 3 listed above, opening the app should show that the service is running.

    Actual behaviour/实际行为

    The service does not run.

    Xposed Module List/Xposed 模块列表

    - Disable FLAG_SECURE
    - Hide My Applist
    - MACsposed
    - Pixel Mods
    

    Magisk Module List/Magisk 模块列表

    - App Systemizer (Terminal Emulator)
    - Blobmoji
    - Busybox for Android NDK
    - Shamiko
    - Universal SafetyNet Fix
    - LSposed (Zygisk)
    

    Hide-My-Applist version/Hide-My-Applist 版本

    V3.0.0.r322.6ca518d

    Android version/Android 版本

    13

    Magisk version/Magisk 版本

    25.2

    Riru version/Riru 版本

    N/A

    Version requirement/版本要求

    • [x] I am using latest debug CI version of Hide-My-Applist and enable verbose log/我正在使用最新 CI 调试版本且启用详细日志

    Logs/日志

    Since the Hide My Applist service is not running, there are no logs from the Hide My Applist manager to share. The log I have attached here is the verbose output from the LSposed manager.

    LSPosed_2022-08-18T00_02_26.295548.zip

    bug 
    opened by DavidBerdik 79
  • [Bug] System service not running

    [Bug] System service not running

    Steps to reproduce/复现步骤

    Install the latest Hide My Applist CI build (at the time of this posting, this was the latest build). Activate Hide My Applist in LSposed. Reboot phone. Open Hide My Applist app. The status will be listed as Module Activated, System service not running.

    Expected behaviour/预期行为

    After performing steps 1 through 3 listed above, opening the app should show that the service is running.

    Actual behaviour/实际行为

    System service is not running

    Xposed Module List/Xposed 模块列表

    hide my app list
    snapmod
    telespeed
    

    Magisk Module List/Magisk 模块列表

    hide userdebug
    lib storage companion for rooted samsung
    riru
    riru momo hider
    riru youtube revanced
    systemless hosts
    universal safetynet fix
    

    Hide-My-Applist version/Hide-My-Applist 版本

    v.r379.4b73057-debug

    Android version/Android 版本

    13

    Magisk version/Magisk 版本

    18aob94a-delta

    Version requirement/版本要求

    Latest CI debug build/最新 CI debug 构建

    Logs/日志

    LSPosed_2022-11-21T12_33_59.288013.zip

    bug 
    opened by kp-nikhil 50
  • App crash after Beta Update 3.0.0

    App crash after Beta Update 3.0.0

    App crashes whenever module is hooked and strangely it crashes other apps like truecaller and wa tweaker. I cant open the app to send you the logs when the module is hooked. However, I can open it only if the module is unhooked in lsposed. Screenshot_20220825-100310_Shell Screenshot_20220825-100252_Shell

    opened by slimshouki 24
  • Device can't boot or LSPosed EdXposed not installed - from version 1.3.2 and onwards

    Device can't boot or LSPosed EdXposed not installed - from version 1.3.2 and onwards

    I have a Mi 9T Pro on MIUI EU 21.4.14 with latest Magisk Canary and LSPosed.

    After the update to version 1.3.2 my device sometimes can't boot or when it boots LSPosed says i'ts not installed.

    Tried with EdXposed and the same happen.

    Everything went back to normal after removing your module (device can boot and Xposed installation status is back to "Installed")

    With version 1.3.1 beta this issue doesn't happen

    bug 
    opened by jh0bc 22
  • [Bug] VR SecureGo Plus crashes, no matter the selected method.

    [Bug] VR SecureGo Plus crashes, no matter the selected method.

    Steps to reproduce/复现步骤

    1. Install Magisk, LSPosed
    2. Install microG Installer Revived
    3. Install Shamiko
    4. Install Hide My Applist (confirm in LSPosed and Magisk)
    5. Select app to have affected -> de.fiduciagad.securego.vr
    6. Select either All Methods or pick any one
    7. Save
    8. Start VR SecureGo Plus - it will crash immediately.

    Expected behaviour/预期行为

    When running the app as-is, it will find out that Magisk is running although the package ID was changed and display a support website about a root having been detected.

    I expected that by using HMA, this behaviour would not occur. But now I don't even get that support page anymore either, it crashes immediately.

    Actual behaviour/实际行为

    On launch, the app immediately crashes after showing the splash screen for barely a second.

    Xposed Module List/Xposed 模块列表

    - FakeGApps by whew-inc
    - Hide My Applist
    

    Magisk Module List/Magisk 模块列表

    - LSPosed 1.8.0
    - Aurora Services 1.1.1
    - Magisk Hide Props Config 6.1.2-v137
    - microG installer Revived 2.6.2-0
    - Shamiko 0.4.4
    - Universal SafetyNet Fix 2.2.1
    

    Hide-My-Applist version/Hide-My-Applist 版本

    2.3.2

    Android version/Android 版本

    Lineage OS 18.1 / Android 11

    Magisk version/Magisk 版本

    24.3 (24300)

    Riru version/Riru 版本

    n/a

    Version requirement/版本要求

    • [X] #155

    Logs/日志

    hma_logs_03-28_16-36-42.log System Bugreport.zip

    I had to re-produce after extracting HMA logs because the system report didn't save immediately. Exact same behaviour though.) I also couldn't seem to find the Debug CI release... sorry.

    bug 
    opened by IngwiePhoenix 21
  • [Bug] lineageOS19.1(Android12) + MindTheGapps, abnormal exit

    [Bug] lineageOS19.1(Android12) + MindTheGapps, abnormal exit

    Steps to reproduce/复现步骤

    1.安装软件 2.完成安装后点击“Xposed模块尚未激活”通知,此时“系统框架”已被默认选中,点击“启用模块” 3.重启 4.打开软件 5.看见logo界面 6.闪退(极小概率能看见有按钮的主界面,然后瞬间闪退)

    Expected behaviour/预期行为

    进入主界面并可以操作软件

    Actual behaviour/实际行为

    闪退,通常无法看到主界面

    Xposed Module List/Xposed 模块列表

    仅有“隐藏应用列表”
    

    Magisk Module List/Magisk 模块列表

    safetynet-fix-v2.3.1
    MagiskHidePropsConf-v6.1.2
    LSPosed-v1.8.4-6609-zygisk
    

    Hide-My-Applist version/Hide-My-Applist 版本

    HMA-V3.0.5-Beta.r367.8a56135-release

    Android version/Android 版本

    lineageOS19.1( Android12) + MindTheGapps

    Magisk version/Magisk 版本

    25.2 (25200)

    Version requirement/版本要求

    Latest CI debug build/最新 CI debug 构建

    Logs/日志

    bugreport-lineage_walleye-SQ3A.220705.004-2022-11-04-20-29-14.zip

    bug stale 
    opened by LBSMaWK 18
  • Snapchat Crashes on Ads

    Snapchat Crashes on Ads

    It seems that a recent update to Snapchat is causing crashes when ads load. The app freezes and crashes. This is what I see in the logs whenever this happens.

    2022-02-15 00:14:01 [HMA Xposed] [INFO] @Hide PMS caller: com.snapchat.android method: getPackageInfo param: projekt.substratum
    2022-02-15 00:14:02 [HMA Xposed] [INFO] @Hide PMS caller: com.snapchat.android method: getPackageInfo param: com.bitstrips.imoji
    
    question 
    opened by DavidBerdik 18
  • Xposed hooks

    Xposed hooks

    Hi, I have a problem, I try hide my Xposed, root, magisk, modules etc.

    I use HideMyApplist and I configured everything except Xposed hooks.

    if i turn on Android Module Android Faker or any other, I see Xposed hooks - Found

    How to hide Xposed Hooks?

    not an issue 
    opened by iauei 16
  • Hide not available

    Hide not available

    Steps to reproduce/复现步骤

    Hello, hide is not available. When I install apk version of 1.6.1 everything is working fine. Unfortunately when I update the app HMA through PlayStore, I am not more able to select the model created to Hide selected apps from PlayStore. When I choose the Google Playstore and try to select created model, it is not available in the list. Screenshot_20220902_120456

    Expected behaviour/预期行为

    Hide model not available

    Actual behaviour/实际行为

    Hide model not available

    Xposed Module List/Xposed 模块列表

    Hide My app app/module, used with LSPosed
    

    Magisk Module List/Magisk 模块列表

    - Magisk BootLoop Protector
    - Universal SafetyNet fix
    - Youtube Revanced
    - Zygisk LSPosed
    

    Hide-My-Applist version/Hide-My-Applist 版本

    2.3.2

    Android version/Android 版本

    12

    Magisk version/Magisk 版本

    25.2

    Version requirement/版本要求

    • [X] I am using the latest CI debug build of Hide-My-Applist with detail log for debugging enabled/我正在使用最新 CI 调试版本 且启用详细日志

    Logs/日志

    None

    bug 
    opened by DrSaad77 15
  • 安装magisk插件后,重启会卡死

    安装magisk插件后,重启会卡死

    Phone model: Pixel 2 XL

    Android version: 8.1.0(google原版8.1和aosp编译出来的8.1版本都有此问题,已验证同样的步骤Android10和11无此问题)

    ROM: AOSP on taimen

    Magisk version: 24.1(Zygisk模式)

    List of Magisk modules:

    Enhanced mode for HideMyApplist v1.0(已启用) LSPosed (Zygisk) v1.7.2(已启用)

    List of LSPosed modules:

    Hide My Applist v2.3.2(已启用模块,并只使用系统框架 )

    完成以上配置后,安装Magisk插件,重启后卡死

    phone_pixel2xl.log magisk.log lsposed.log.tar.gz

    opened by tongdhW 15
  • System service not running

    System service not running

    Hi

    I'm trying to install/use this module through Riru 26, i install it with Magisk enable the module in LSposed app, reboot and open HMA app, but it say me that the system service not running.

    How can i fix it please?

    thanks in advance.

    opened by xerta555 12
  • [Bug] Issue With Play Store

    [Bug] Issue With Play Store

    Steps to reproduce/复现步骤

    1-Created a blacklist with Youtube & Plus Messenger. 2-Applied the Blacklist to Google play store

    Expected behaviour/预期行为

    What is expected to happen that the store should work normally without any problems and i be able to install any app from the file manager

    Actual behaviour/实际行为

    1-Play store can't open ever and keep freezing on startup screen 2- Being unable to install any other app from the file manager

    Xposed Module List/Xposed 模块列表

    Hid My applist
    Android faker
    core patch
    Dark tricks
    firfds
    Devopts hide
    Darq
    Disable flag secure
    Gps Setter
    HookVip
    justtrust me
    lucky patcher
    killgram
    Macsposed
    NFG
    NoVpnDetected
    RVNcat hook
    sslunpining
    TeleSpeed 
    Thanox
    Secure plan
    weiju
    xposedsmscode
    xprivacylua
    Scene5 (disabled)
    Pixel mods (disabled)
    

    Magisk Module List/Magisk 模块列表

    Busybox
    Hex installer Module
    input power control
    Riru (disabled)
    Riru isolated Magiskhide(disabled)
    Riru lsposed (disable)
    Scene5
    USNF
    Zygisk lsposed
    

    Hide-My-Applist version/Hide-My-Applist 版本

    3.1.0-beta.r400.f09af4b Debug

    Android version/Android 版本

    12

    Magisk version/Magisk 版本

    Magisk Canary v831a398b (25206)

    Version requirement/版本要求

    Latest CI debug build/最新 CI debug 构建

    Logs/日志

    hma_logs_2022-12-31_13.17.00.log

    bug 
    opened by NFG-Hooks 11
  • [TODO] 应用列表的多用户支持

    [TODO] 应用列表的多用户支持

    目前V2.1.3版本添加其它用户或工作资料中的应用到生效应用列表操作不便: 方法1,先安装应用到主用户,操作完成后再卸载。 方法2,手动编辑文件"/data/data/com.tsng.hidemyapplist/files/config.json"来添加包名和规则。

    希望能支持手动输入包名来添加应用,或是支持列出其它用户的应用列表。

    enhancement 
    opened by magsom 0
Releases(V3.1.1)
  • V3.1.1(Jan 8, 2023)

    Fix bugs Reduce logs when detail logs off Support system data isolation manage Don't need to reload config every time when upgrading system service version Fix system service not running on some A13 devices

    修复 bug 减少未开启详细日志时的日志记录 支持修改系统数据隔离设置 系统服务版本更新后不再需要每次重载配置 修复在一些 Android 13 手机上系统服务未运行的问题

    Source code(tar.gz)
    Source code(zip)
    HMA-V3.1.1.apk(4.37 MB)
  • V3.1.0(Dec 30, 2022)

    • Fix bugs
    • Reduce logs when detail logs off
    • Support system data isolation manage
    • Don't need to reload config every time when upgrading system service version
    • Known issues: On some A13 devices, the app may show system service not running after booted sometime, but hide will still work. If changed some config, you need to open app as soon as booted to sync config. We are still investigating this bug.

    • 修复 bug
    • 减少未开启详细日志时的日志记录
    • 支持修改系统数据隔离设置
    • 系统服务版本更新后不再需要每次重载配置
    • 已知问题:在一些安卓 13 的设备中,开机一段时间后 app 可能显示系统服务未运行,但隐藏功能实际是工作的。如果修改了配置,需要重启后尽快打开一次 app 来同步。目前原因正在调查中
    Source code(tar.gz)
    Source code(zip)
    HMA-V3.1.0-Beta.apk(4.37 MB)
  • V3.0.6(Dec 12, 2022)

    Uninstall Magisk module! 务必卸载 Magisk 模块!

    1. Support Android 13
    2. Use more effective interception method for higher version systems
    3. No longer need the Magisk module, make sure to uninstall it, or you will bootloop
    4. Support disable /data/data detection for Android 11 and above
    5. UI redesign, use Material You style
    6. Support night mode and custom theme color
    7. Multi-language support
    8. Better logs page
    9. Auto refresh app list when (un)installed apps

    1. 支持 Android 13
    2. 对高版本系统采用更强大的拦截方式
    3. 不再需要 Magisk 模块,请将其卸载,否则会卡开机
    4. 支持对 Android 11 以上阻止 /data/data 检测
    5. UI 重绘,使用 MD3 风格
    6. 支持夜间模式和自定义主题
    7. 多语言支持
    8. 更好的日志页面
    9. 安装/卸载 app 时自动刷新应用列表
    Source code(tar.gz)
    Source code(zip)
    HMA-V3.0.6.apk(4.29 MB)
  • V3.0.5(Sep 7, 2022)

  • V3.0.4(Aug 30, 2022)

  • V3.0.3(Aug 30, 2022)

    • Update Arabic, French and Japanese translation
    • Fix GMS causes HMA crash
    • Enable force mount (/data/data hide) by default (Settings-Experimental)

    • 更新阿拉伯语、法语、日语翻译
    • 修复一个 GMS 导致 HMA 闪退的问题
    • 默认启用强制挂载(/data/data 隐藏)—— 设置-实验性
    Source code(tar.gz)
    Source code(zip)
    HMA-V3.0.3-Beta.apk(4.24 MB)
  • V3.0.2(Aug 25, 2022)

    • Fix a crash problem
    • Fix hide not effective on Android 9~10
    • Fix /data/data hide on Android 11
    • More translations

    • 修复一个闪退问题
    • 修复安卓 9~10 隐藏不生效的问题
    • 修复 /data/data 防检测在安卓11上不生效的问题
    • 添加翻译
    Source code(tar.gz)
    Source code(zip)
    HMA-V3.0.2-Beta.apk(4.22 MB)
  • V3.0.0(Aug 25, 2022)

    Uninstall Magisk module! 务必卸载 Magisk 模块!

    1. Support Android 13
    2. Use more effective interception method for higher version systems
    3. No longer need the Magisk module, make sure to uninstall it, or you will bootloop
    4. Support disable /data/data detection for Android 11 and above (Settings-Experimental)
    5. UI redesign, use Material You style
    6. Support night mode and custom theme color
    7. Multi-language support
    8. Better logs page
    • Not completed: App search and multi-user support

    1. 支持 Android 13
    2. 对高版本系统采用更强大的拦截方式
    3. 不再需要 Magisk 模块,请将其卸载,否则会卡开机
    4. 支持对 Android 11 以上阻止 /data/data 检测(设置-实验性)
    5. UI 重绘,使用 MD3 风格
    6. 支持夜间模式和自定义主题
    7. 多语言支持
    8. 更好的日志页面
    • 尚未完善:应用搜索、多用户支持
    Source code(tar.gz)
    Source code(zip)
    HMA-V3.0.0-Beta.apk(4.22 MB)
  • V2.3.2(Jan 9, 2022)

    V2.3.2 最终版本 / Final Version

    更新日志: 添加 syscall 拦截 移除 maps 拦截(因为没有意义。UI懒得删了) 支持 Zygisk(一定记得先删除旧的 Magisk 模块!

    距离上个版本发布已经过了很长一段时间。由于各种琐事,本项目将停止更新,这也意味着 V2.3.2 将可能是本项目的最后一个版本,不过仍然存在很多已知 bug(比如如果 Xposed 模块被禁用的情况下未禁用 Magisk 模块则将会导致 bootloop、开启文件拦截后后部分银行闪退)。

    注意:更新 V2.3.2 后,请务必先卸载旧的 Magisk 插件,并通过应用内的安装按钮安装新的插件。若出现无法获取 root 权限的提示,请手动从 apk 中提取安装包并重命名为 Riru-HideMyApplist.zipZygisk-HideMyApplist.zip 后通过 magisk --install-module zip路径 安装指令手动安装。

    虽然 HMA 已经暂停更新,不过仍然欢迎提交翻译或是修复PR,如果希望加入讨论组,请查看 Telegram 频道的第一个置顶。我的新 app 仍在继续开发中,不过不清楚什么时候能够发布第一个预览版本。感谢大家一路的支持,暂时的离别是为了更好的相逢,期待与你们在新的旅程相见。

    Changelog: Add syscall interception Remove maps interception (Because it is meaningless. Though I am lazy to remove it from UI) Support Zygisk (Be sure to remove the old Magisk module first!)

    It has been a long time since the last version was released. Due to various trivial matters, HMA will stop updating. This means that V2.3.2 will probably be the last version of this project, but there are still a lot of known bugs (If the Magisk module is enabled with the Xposed module disabled, it will cause bootloop; After switching on file interception, some banks are not functioning properly).

    Note: Uninstall old Magisk extension before updating to V2.3.2, then install the new one via the install button in the app. If you encounter unable to get root access, please manually extract the installer from the apk and rename it to Riru-HideMyApplist.zip or Zygisk-HideMyApplist.zip and install it manually with the magisk --install-module zippath command.

    Although HMA is suspended, you are still welcome to submit translations or fix PRs, and if you want to join the discussion group, please check the first pinned message in the Telegram channel. My new app is still on development, but it's not clear when the first preview version will be released. Thank you all for your support along the way, and I look forward to seeing you all on the new journey as we part for the better.

    Source code(tar.gz)
    Source code(zip)
    V2.3.2.apk(5.74 MB)
  • V2.2.4(Oct 25, 2021)

  • V2.2.3(Oct 23, 2021)

  • V2.2.2(Oct 17, 2021)

  • V2.2.1(Oct 8, 2021)

    • Add some translations
    • Randomize data directory to prevent detection
    • Add more hide methods
    • Support custom query param interception (Common users need not concern about this)
    • Support multiuser
    • Add a small amount of Google ads (This can improve my motivation of development. After all, this is a free module)

    • 增加一些翻译
    • 随机存储目录以防检测
    • 增加更多隐藏手段
    • 支持自定义隐藏字符串(一般用户用不到)
    • 支持多用户
    • 加入少量谷歌广告(开发者也需要恰饭,毕竟这是一个免费模块)
    Source code(tar.gz)
    Source code(zip)
    ApplistDetector-V1.3.1.apk(4.10 MB)
    HideMyApplist-V2.2.1.apk(4.05 MB)
    MagiskExtension-V0.7.zip(730.57 KB)
  • V2.2(Oct 8, 2021)

    • Add some translations
    • Randomize data directory to prevent detection
    • Add more hide methods
    • Support custom query param interception (Common users need not concern about this)
    • Add a small amount of Google ads (This can improve my motivation of development. After all, this is a free module)

    The Magisk extension cannot work with the latest version. If you need it, wait for next extension release

    • 增加一些翻译
    • 随机存储目录以防检测
    • 增加更多隐藏手段
    • 支持自定义隐藏字符串(一般用户用不到)
    • 加入少量谷歌广告(开发者也需要恰饭,毕竟这是一个免费模块)

    Magisk 插件目前尚未适配最新版本,谨慎更新

    Source code(tar.gz)
    Source code(zip)
    V2.2-beta.apk(4.05 MB)
  • V2.1.4(Sep 22, 2021)

  • V2.1.3(Aug 23, 2021)

  • V2.0.9(Jul 23, 2021)

  • V2.0.4(Jul 15, 2021)

  • V2.0.3(Jul 14, 2021)

    • A lot of refactors & new features:
    • Change template logics
    • Multi-templates support
    • Per-app individual config (additional applist / maps rules)
    • A lot of bug fixes
    • Fix config migration

    • 大量重构 & 新特性:
    • 完全更改模板配置逻辑
    • 多模板支持
    • 每个应用独立配置(可为每个应用设置额外应用名单和 maps 规则)
    • 大量 bug 修复
    • 修复配置迁移
    Source code(tar.gz)
    Source code(zip)
    V2.0.3-release.apk(2.19 MB)
  • V1.7(Jun 7, 2021)

  • V1.6.6(May 30, 2021)

  • V1.6.5(May 29, 2021)

    • There are big changes to the riru extension, please do as following manually before reboot. Settings - Stop system service - Clean runtime environment at the same time
    • Move all file detection interceptions to Riru extension. For whether should you install Riru extension, please refer to the about page
    • Fix native hook crashes (For those who cannot run the previous Native version, you can try Riru extension now)

    • 此次更新后端较前版变化较大,更新后请手动执行一遍 设置 - 停止系统服务 - 同时清理环境
    • Riru 插件加入签名认证,某个傻逼MT小子有本事继续二改倒卖啊
    • 迁移所有文件拦截至 Riru 插件,关于是否有必要安装,请参考关于页面
    • 修复 Native Hook 导致闪退、无法开机的问题(理论上曾经 Native 版导致闪退的问题已经修复了,现在可以使用 Riru 插件)
    Source code(tar.gz)
    Source code(zip)
    Hide-My-Applist.V1.6.5.r1.6875766.apk(2.46 MB)
    riru-hidemyapplist-v0.3.6-release.zip(648.94 KB)
  • V1.6.4.1(May 26, 2021)

    • There are big changes to the riru extension. Please perform the settings manually before updating - stop system services - clean up environment at the same time

    • Fix crashes on permission controller and some games

    • Fix a memory leak problem

    • Fix some bootloop problems (For those whose devices crash with stable native version, the riru extension may not cause crash anymore)

    • Riru插件有较大改动,更新前请手动执行一遍设置-停止系统服务-同时清理环境

    • 修复崩坏3、明日方舟、MIUI权限控制器、闪退问题

    • 修复一个内存泄露问题

    • Riru插件加入签名认证, 某个傻逼MT小子别想二改还用上高级功能了。 app签名认证也在路上,我看你还怎么改

    • 修复部分手机卡开机问题(理论上曾经稳定版native版无法使用的bug已经修复了,现在可以使用riru插件)

    Source code(tar.gz)
    Source code(zip)
    riru-hidemyapplist-v0.3.4.1-release.zip(655.50 KB)
    V1.6.4.1.Beta.apk(4.49 MB)
  • V1.6.2.1(May 22, 2021)

    • Using a magic, file detection interceptions now can take efforts in real-time without restart target app

    • Move all native functions to Riru - Hide My Applist, only retaining system service in Xposed module

    • For whether should you install riru extension, please refer to the about page

    • Add token verification to prevent malicious calls to the system interface

    • 迁移所有native功能至 Riru - Hide My Applist,XP部分只保留System service

    • 关于是否有必要安装riru插件,请参阅关于页面

    • 加入token验证,防止恶意调用系统接口

    • 使用了一个魔法,文件拦截也能实时生效,无需强制停止目标APP了

    Source code(tar.gz)
    Source code(zip)
    riru-hidemyapplist-v0.2-release.zip(5.09 MB)
    V1.6.2.1.Beta.apk(4.50 MB)
  • V1.6.1(May 16, 2021)

    • Change some colors

    • Add log page

    • Add /data/data/packagename detections

    • Add whitelist function, remove hide all apps option (For who checked "Hide all apps", you should switch the template to whitelist mode manually)

    • Remove exclude webview option, add exclude system apps option (Use with whitelist)

    • Remove hide TWRP option

    • Fix a regex bug

    • 修改一些配色

    • 增加日志功能

    • 加入/data/data/packagename检测

    • 增加白名单功能,移除隐藏所有app选项(之前勾选了隐藏所有app的请手动把模板设成白名单模式)

    • 移除排除Webview选项,增加排除系统应用选项(和白名单配合使用)

    • 移除隐藏TWRP

    • 修复正则bug

    Source code(tar.gz)
    Source code(zip)
    V1.6.1.Native.apk(5.62 MB)
    V1.6.1.Non-Native.apk(4.43 MB)
  • V1.6.Beta5(May 15, 2021)

    • Add log page

    • Add whitelist function, remove hide all apps option (For who checked "Hide all apps", you should switch the template to whitelist mode manually)

    • Remove exclude webview option, add exclude system apps option (Use with whitelist)

    • Remove hide TWRP option

    • 增加日志功能

    • 增加白名单功能,移除隐藏所有app选项(之前勾选了隐藏所有app的请手动把模板设成白名单模式)

    • 移除排除Webview选项,增加排除系统应用选项(和白名单配合使用)

    • 移除隐藏TWRP

    Source code(tar.gz)
    Source code(zip)
    V1.6.Beta5.Native.apk(5.60 MB)
    V1.6.Beta5.Non-Native.apk(4.44 MB)
  • V1.5.4.1(May 12, 2021)

  • V1.5.4(May 11, 2021)

  • V1.5.3.2(May 10, 2021)

    • Add syscall detections (Impossible to intercept for a while)

    • Add invalid template name notification

    • Make search bar case insensitive

    • Fix file detection bugs

    • Provide two version with and without native hooks, since third-party lib Dobby crashes on some devices

    • 添加syscall检测

    • 添加非法模板名提示

    • 搜索框不区分大小写

    • 修复文件检测bug

    • 提供两个版本,一个带native hooks一个不带,因为第三方库Dobby在某些设备上会崩溃

    Source code(tar.gz)
    Source code(zip)
    V1.5.3.2.Native.apk(5.18 MB)
    V1.5.3.2.Non-Native.apk(4.02 MB)
Owner
Nullptr
Nullptr
A hybrid Xposed & Magisk module that ports Pixel Ambient Music to other, compatible devices

Ambient Music Mod A hybrid Xposed & Magisk module that ports Pixel Ambient Music to other, compatible devices. If you don't know what Pixel Ambient Mu

Kieron Quinn 867 Jan 1, 2023
A simple xposed module that helps you use your AdGuard subscription in multiple devices

DualGuard A simple xposed module that helps you use your AdGuard subscription in multiple (>3) devices. Monstor ahead! / 警告 This is NOT a module that

null 7 Oct 2, 2022
A simple xposed module that helps you fully control your location.

FuckLocation An simple xposed module that helps you fully control your location. 一个可以帮助你完全控制位置授权的模块 Currently, you may return custom location to speci

null 218 Dec 30, 2022
SIMNumberSetter - A small Xposed module to set the SIM card's phone subscriber number

SIM Number Setter SIM Number Setter is a small Xposed module that invokes normal

Kieron Quinn 99 Dec 30, 2022
AnyText - An Xposed module trying to hook TextView in any activities

AnyText What's this This application provides features to modify any TextView in

Leonardo 41 Nov 30, 2022
MagicSnap A Snapchat Xposed Module in Kotlin to learn

MagicSnap A Snapchat Xposed Module in Kotlin to learn

J 18 Nov 8, 2022
Xposed module for Snapchat.

SnapMod Xposed module for Snapchat. Setup To set SnapMod up, download and install the latest apk from here. When you open it, it will ask to install s

Rodi 141 Jan 5, 2023
Media Provider Manager - An Xposed module intended to prevent media storage abuse

Media Provider Manager - An Xposed module intended to prevent media storage abuse

null 104 Dec 26, 2022
Mixed Xposed+Magisk module for customization of AOSP-based Android 12+

This is a mixed Xposed+Magisk module, which is made to allow customizations that are not originally designed in AOSP (Android Open Source Project).

Siavash 654 Jan 4, 2023
Android Package Inspector - dynamic analysis with api hooks, start unexported activities and more. (Xposed Module)

Inspeckage - Android Package Inspector Inspeckage is a tool developed to offer dynamic analysis of Android applications. By applying hooks to function

acpm 2.5k Jan 8, 2023
Xposed module which will set location where you want without effect mock location.

GPS Setter Support/Discussion: XDA thread As most of GPS spoof app not working anymore coz some are old and some are not proper implement with current

Android1500 73 Dec 28, 2022
Xposed module to set the Signature Scheme for Android 30 >= to 1. This allows system apps to be modified

SetSignatureSchemeV1 Xposed module to set the Signature Scheme for Android 30+ to 1. This allows system apps to be modified. This module makes the met

null 4 Sep 20, 2022
Annotation Processing Library. Generates proxy class on top of interface/abstract class, that allows to intercept calls. Also known as a design pattern: proxy, delegate, interceptor.

1. AutoProxy Annotation Processing Library. Generates proxy class on top of interface/abstract class, that allows to intercept calls. Also known as a

Oleksandr 19 Nov 24, 2022
SMSfirsAJ - Sample of how to intercept a SMS with BroadcastReceiver

SMS Received Sample of how to intercept a SMS with BroadcastReceiver Simples ste

null 0 Jan 7, 2022
SimpleCloud-haste-module - SimpleCloud module for uploading the logs of your services to hastebin

SimpleCloud Haste Module A SimpleCloud Module for uploading the current logs of

NeverStopGaming.net 5 Mar 6, 2022
Abel Suviri 6 Dec 16, 2022
[Xposed]Hook For MIUI Launcher

[Xposed]Hook For MIUI Launcher

YuKongA 22 Dec 12, 2022
WeChat8Xposed 是 WechatSpellbook的衍生项目 适配最新的微信 原Wechat Spellbook 是一个使用Kotlin编写的开源微信插件框架,底层需要 Xposed 或 VirtualXposed 等Hooking框架的支持,而顶层可以轻松对接Java、Kotlin、Scala等JVM系语言。让程序员能够在几分钟内编写出简单的微信插件,随意揉捏微信的内部逻辑。

项目说明 本项目拷贝自 https://github.com/Gh0u1L5/WechatSpellbook 个人尝试做新版微信的适配计划 因为原来的项目因为已经停更了很久 在新版的微信上会有些问题 本人针对新版的微信 尤其是8版本 做了全新的适配 使其在新版的微信上也可以使用 为了方便大家理解 本

HuRuWo 6 Dec 15, 2021
xposed安卓虚拟摄像头 android virtual camera on xposed hook

android_virtual_cam xposed安卓虚拟摄像头 感谢https://github.com/wangwei1237/CameraHook 提供的HOOK思路!! 求有无极的大佬,希望帮忙测试一下此模块虚拟框架下是否可用,测试后希望在issue中反馈一下,谢谢!!! 具体的使用方法(

null 645 Jan 1, 2023
Xposed OneLineClock - Always use one line clock on Android 12 lock screen

Xposed OneLineClock - Always use one line clock on Android 12 lock screen

null 3 Feb 3, 2022