This commit is contained in:
iddoeldor 2018-12-01 16:18:38 +02:00 committed by GitHub
parent b6b63e2dd4
commit 3302d093ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
</details>
@ -793,7 +793,7 @@ TODO
<br>[⬆ Back to top](#table-of-contents)
#### Hook refelaction
#### Hook reflection
`java.lang.reflect.Method#invoke(Object obj, Object... args, boolean bool)`