From cfe3a90fff64d5cf45d2654e04abdd32c153a871 Mon Sep 17 00:00:00 2001 From: Eduardo Novella Date: Sat, 3 Aug 2024 16:47:57 +0200 Subject: [PATCH] Update README.md (#2) Update README to cover KernelSU and APatch support --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4e2adf8..cdee4f7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ > [Frida](https://frida.re) is a dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers -> [MagiskFrida](README.md) lets you run frida-server on boot with [Magisk](https://github.com/topjohnwu/Magisk) +> [MagiskFrida](README.md) lets you run frida-server on boot with the following rooting tools: +[Magisk](https://github.com/topjohnwu/Magisk), [KernelSU](https://github.com/tiann/KernelSU) and [APatch](https://github.com/bmax121/APatch). ## Supported architectures @@ -16,11 +17,11 @@ Install `MagiskFrida.zip` from [the releases](https://github.com/ViRb3/magisk-frida/releases) -> :information_source: Do not use the Magisk repository, it is obsolete and no longer receives updates +> :information_source: Do not use the Magisk modules repository, it is obsolete and no longer receives updates ## How fast are frida-server updates? -Instant! This module is hooked to the official Frida build process +Instant! This module is hooked up to the official Frida build process ## Issues?