Skip to content

Commit e4a9ed1

Browse files
authored
Update README.md
1 parent 8972b8b commit e4a9ed1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,6 @@ Default value is true
8989
### ht.libStart
9090
Get start address of libil2cpp.so, works with splitted apk.
9191
Default value is 0
92-
### ht.libEnd
93-
Get end address of libil2cpp.so, doesn't support splitted apk well.
94-
Default value is 0
9592
## General functions
9693

9794
### ht.getInstances(className)
@@ -156,7 +153,7 @@ ht.patchLib(0x19CFDA, 0x9DFCA, {'RET'}, {'h1EFF2FE1'})
156153
ht.patchLib(0x19CFDA, nil, {-698416192})
157154
```
158155
### ht.getLib()
159-
Run if you need ht.libStart or ht.libEnd before you called either ht.editFunction or ht.patchLib
156+
Run if you need ht.libStart before you called either ht.editFunction or ht.patchLib
160157

161158
# Problems
162159
Needs testing on 32-bit devices

0 commit comments

Comments
 (0)