Skip to content

shadowhook v1.0.3

Compare
Choose a tag to compare
@caikelun caikelun released this 21 Mar 13:21
· 68 commits to main since this release
v1.0.3
11d04f2

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 __openat in libc.so)

Bugs 修复

  • 在之前的版本中,在 Android 5.x 中,如果 hook 时仅指定 ELF 文件名(没有指定全路径),而要 hook 的函数又在 .symtab 中,此时会 hook 失败。(比如 hook libc.so 中的 __openat