-
Notifications
You must be signed in to change notification settings - Fork 378
Closed
Description
bhook/bytehook/src/main/cpp/bh_elf.c
Line 499 in 19f99d9
| static ElfW(Sym) *bh_elf_find_import_func_symbol_by_symbol_name(bh_elf_t *self, const char *sym_name) |
大佬,你好
关于符号的查找,个人觉得xhook的写法更好:
布隆过滤器对于item存在是有误判的,但对于item不存在是有精准保障的。
所以存在gnu_hash段、sym_name确实不存在于gnu_hash布隆过滤器时,不应该继续查找。
Metadata
Metadata
Assignees
Labels
No labels