shadowhook v1.0.3
Bugs fixed
- In previous versions, in Android 5.x, if only the ELF file name was specified when hooking (the full path was not specified), and the function to be hooked was in
.symtab, the hook would fail. (such as hooking__openatinlibc.so)
Bugs 修复
- 在之前的版本中,在 Android 5.x 中,如果 hook 时仅指定 ELF 文件名(没有指定全路径),而要 hook 的函数又在
.symtab中,此时会 hook 失败。(比如 hooklibc.so中的__openat)