# XYNXposed **Repository Path**: pythonzz/XYNXposed ## Basic Information - **Project Name**: XYNXposed - **Description**: XYN Xposed - The future from now on - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-15 - **Last Updated**: 2024-05-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## XYN Xposed #### What's the XYN Xposed? XYN Xposed is a next generation Xposed framework, which based on the [ART TI](https://source.android.google.cn/docs/core/runtime/art-ti) and will not resolve or hook any unexported symbol from libart.so Since Android 15, Google stripped all symbols from libart.so and caused billions of reinforced apps crash. Using this framework will not affect the behaviour above Andorid 15 and will only make methods interpret without compiled. With the ART TI (ART Tooling Interface), you can debug your app and even integrate it inside [Mundo](https://github.com/Katana-Official/SPatch-Update/releases). We're using part of the AOSP feature, which was already included inside the AOSP CTS tests, and won't be removed in the future Android versions, this will be much stable than libart symbol based method. You can read the introduction [here](https://source.android.google.cn/docs/core/runtime/art-ti#validation). #### Xposed API compatibility Xposed API 92 #### XYN Xposed Website [https://www.die.lu](https://www.die.lu) #### XYN Xposed Group [https://t.me/foxiteu](https://t.me/foxiteu) #### License MIT License #### Resources You can check the dex instructions [here](https://cs.android.com/android/platform/superproject/main/+/main:tools/dexter/slicer/) #### Xposed Loader Demo The Mundo SDK based sandbox / SULoader app is now available on [GitHub Meta Wolf Project](https://github.com/Katana-Official/Meta/releases), you can download the app and install the Xposed modules inside this app, you can find out the user manual by clicking the configuration tab. #### System compatibility Android 8-15 and the future Android versions. Harmony OS 2-4 #### Reference [Jtik](https://github.com/chancerly/jtik) [ART TI](https://source.android.google.cn/docs/core/runtime/art-ti) [Mundo (Work above Android 15)](https://github.com/Katana-Official/SPatch-Update) [Android Studio Debugger](https://developer.android.google.cn/studio/intro/) [Xposed](https://github.com/rovo89/Xposed) [Meta](https://github.com/Katana-Official/Meta) #### TODO XResource support