Skip to content

This tool could get symbol infos from ELF SO file to help Android NDK stack symbolization.

Notifications You must be signed in to change notification settings

jazka/elfsymbol-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

------ version 1.0.0

This tool could get symbol infos from ELF SO file to help Android NDK stack symbolization.

Java -jar ElfSymbolExtractor.jar <input> <arch> [<output>]
<input> ELF SO file usually located in /project path/obj/local/armeabi/
<arch>  CPU arch of SO file building, should be one of armeabi/armeabi-v7a/mips/x86
<output>    Output path, current dir is default if you don't specify one

About

This tool could get symbol infos from ELF SO file to help Android NDK stack symbolization.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages