Skip to content

Commit 84f0052

Browse files
authoredMar 15, 2019
Update README.md
1 parent cf6c095 commit 84f0052

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
 

‎README.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
11
# AndroidELF
22
search all symbal in ELF file(dlsym can not find)
3+
4+
dlsym or fake_dlsym can only find dynamic link symbals in SHT_STRTAB
5+
6+
this util is help you to search other symbal(include dynamic link symbals) in SHT_SYMTAB:
7+
8+
example:
9+
10+
"art_quick_to_interpreter_bridge" in libart.so
11+
12+
# Use
13+
14+
include files:
15+
16+
https://github.com/ganyao114/SandHook/blob/master/hooklib/src/main/cpp/utils/elf_util.cpp

0 commit comments

Comments
 (0)
Please sign in to comment.