From 3302d093ee4b41afc27a4c85203877a06ac13171 Mon Sep 17 00:00:00 2001 From: iddoeldor Date: Sat, 1 Dec 2018 16:18:38 +0200 Subject: [PATCH] typo fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b42efda..9c44ce7 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ * [`String comparison`](#string-comparison) * [`Hook JNI by address`](#hook-jni-by-address) * [`Hook constructor`](#hook-constructor) -* [`Hook Java refelaction`](#hook-refelaction) +* [`Hook Java reflection`](#hook-refelaction) * [`Trace class`](#trace-class) @@ -793,7 +793,7 @@ TODO
[⬆ Back to top](#table-of-contents) -#### Hook refelaction +#### Hook reflection `java.lang.reflect.Method#invoke(Object obj, Object... args, boolean bool)`