From 324bc8b16325f6e6a89f81669fbf62c3aab0d915 Mon Sep 17 00:00:00 2001 From: hyugogirubato <65763543+hyugogirubato@users.noreply.github.com> Date: Fri, 22 Sep 2023 12:22:36 +0200 Subject: [PATCH] Update README.md --- scripts/native/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/native/README.md b/scripts/native/README.md index 57b2b0b..1f9d220 100644 --- a/scripts/native/README.md +++ b/scripts/native/README.md @@ -2,7 +2,7 @@ [![Version](https://img.shields.io/badge/Version-v2.0-blue)](https://github.com/hyugogirubato/Frida-CodeShare/releases/tag/v1.2.0) -The Native Interceptor is a frida script that allows you to intercept and monitor function calls in native libraries and +Native Interceptor is a frida script that allows you to intercept and monitor function calls in native libraries and processes. This script provides a wide range of customization options to help you capture and analyze the behavior of specific functions within the target application.