This commit is contained in:
2022-02-12 00:37:57 +08:00
parent 1686a29670
commit ee5b9a7673

View File

@@ -34,68 +34,18 @@
# Compatibility # Compatibility
<table class="table"> | Hook Framework | U/A| Describe |
<thead> | --------------------------------------------------------- | -- | ---------------------------------------------------------------------------------------- |
<tr> | [LSPosed](https://github.com/LSPosed/LSPosed) | ✅ | 稳定使用 |
<th colspan="1">Hook Framework</th> | [EdXposed](https://github.com/ElderDrivers/EdXposed) | ☑ | 部分兼容 |
<th colspan="1">U/A</th> | [Pine](https://github.com/canyie/pine) | ⭕ | 可以使用 |
<th colspan="1">Describe</th> | [SandHook](https://github.com/asLody/SandHook) | ⭕ | 可以使用 |
</tr> | [Whale](https://github.com/asLody/whale) | ⭕ | 需要 [xposed-hook-based-on-whale](https://github.com/WindySha/xposed-hook-based-on-whale) |
</thead> | [YAHFA](https://github.com/PAGalaxyLab/YAHFA) | ❗ | 需要自行实现 Xposed API |
<tbody> | [FastHook](https://github.com/turing-technician/FastHook) | ❗ | 需要自行实现 Xposed API |
<tr> | [Epic](https://github.com/tiann/epic) | ⭕ | 需要自行对接 [Dexposed](https://github.com/alibaba/dexposed) |
<td><a href='https://github.com/LSPosed/LSPosed'>LSPosed</a></td> | [TaiChi](https://github.com/taichi-framework/TaiChi) | ⭕ | 可以作为模块使用 |
<td></td> | [Xposed](https://github.com/rovo89/Xposed) | ❎ | 未测试,不再推荐使用 |
<td>稳定使用</td>
</tr>
<tr>
<td><a href='https://github.com/ElderDrivers/EdXposed'>EdXposed</a></td>
<td></td>
<td>部分兼容</td>
</tr>
<tr>
<td><a href='https://github.com/canyie/pine'>Pine</a></td>
<td></td>
<td>可以使用</td>
</tr>
<tr>
<td><a href='https://github.com/asLody/SandHook'>SandHook</a></td>
<td></td>
<td>可以使用</td>
</tr>
<tr>
<td><a href='https://github.com/asLody/whale'>Whale</a></td>
<td></td>
<td>需要 <a href='https://github.com/WindySha/xposed-hook-based-on-whale'>xposed-hook-based-on-whale</a></td>
</tr>
<tr>
<td><a href='https://github.com/PAGalaxyLab/YAHFA'>YAHFA</a></td>
<td></td>
<td>需要自行实现 Xposed API</td>
</tr>
<tr>
<td><a href='https://github.com/turing-technician/FastHook'>FastHook</a></td>
<td></td>
<td>需要自行实现 Xposed API</td>
</tr>
<tr>
<td><a href='https://github.com/tiann/epic'>Epic</a></td>
<td></td>
<td>需要自行对接 <a href='https://github.com/alibaba/dexposed'>Dexposed</a></td>
</tr>
<tr>
<td><a href='https://github.com/taichi-framework/TaiChi'>TaiChi</a></td>
<td></td>
<td>可以作为模块使用</td>
</tr>
<tr>
<td><a href='https://github.com/rovo89/Xposed'>Xposed</a></td>
<td></td>
<td>未测试,不再推荐使用</td>
</tr>
<tr>
</tbody>
</table>
# Get Started # Get Started