Skip to content

Commit c4d670f

Browse files
author
Sascha Roth
committed
fixed ParcelEditor class
1 parent 7ed2138 commit c4d670f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ allprojects {
2121
2) In your library/build.gradle add:
2222
```groovy
2323
dependencies {
24-
implementation 'com.github.ChickenHook:BinderHook:2.0'
24+
implementation 'com.github.ChickenHook:BinderHook:2.1'
2525
implementation 'com.github.ChickenHook:RestrictionBypass:2.2'
2626
}
2727
```

binderhooks/src/main/cpp/chickenbinder.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ static const JNINativeMethod gMethods[] = {
117117
{"read", "(JII)[B", (void *) &readParcel},
118118
{"write", "(JI[B)V", (void *) &writeParcel},
119119
};
120-
static const char *classPathName = "org/chickenhook/binderhooks/ParcelTools";
120+
static const char *classPathName = "org/chickenhook/binderhooks/ParcelEditor";
121121

122122
static int registerNativeMethods(JNIEnv *env, const char *className,
123123
JNINativeMethod *gMethods, int numMethods) {

0 commit comments

Comments
 (0)