SO(SHARED OBJECT)의 심볼리스트를 확인할 사유가 있어서 해당 자료를 검색하였다. https://lotus.tistory.com/29 -> 정리가 잘 되어 있으니 참고 바랍니다. 생성한 SO 파일에 내가 만든 함수가 있는지 없는지 확인 할때 사용하였다. CMD 며령창에 간단한 명령어로 사용할 수 있다.
Usage: readelf <option(s)> elf-file(s)
Display information about the contents of ELF format files
Options are:
-a --all Equivalent to: -h -l -S -s -r -d -V -A -I
-h --file-header Display the ELF file header
-l --program-headers Display the program headers
--segments An alias for --program-headers
-S --section-headers Display the sections' header
--sections An alias for --section-headers
-g --section-groups Display the section groups
-t --section-details Display the section details
-e --headers Equivalent to: -h -l -S
-s --syms Display the symbol table
--symbols An alias for --syms
--dyn-syms Display the dynamic symbol table
-n --notes Display the core notes (if present)
-r --relocs Display the relocations (if present)
-u --unwind Display the unwind info (if present)
-d --dynamic Display the dynamic section (if present)
-V --version-info Display the version sections (if present)
-A --arch-specific Display architecture specific information (if any).
-c --archive-index Display the symbol/file index in an archive
-D --use-dynamic Use the dynamic section info when displaying symbols
-x --hex-dump=<number|name>
Dump the contents of section <number|name> as bytes
-p --string-dump=<number|name>
Dump the contents of section <number|name> as strings
-R --relocated-dump=<number|name>
Dump the contents of section <number|name> as relocated bytes
-w[lLiaprmfFsoRt] or
--debug-dump[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,
=frames-interp,=str,=loc,=Ranges,=pubtypes,
=trace_info,=trace_abbrev,=trace_aranges]
Display the contents of DWARF2 debug sections
-I --histogram Display histogram of bucket list lengths
-W --wide Allow output width to exceed 80 characters
@<file> Read options from <file>
-H --help Display this information
-v --version Display the version number of readelf
Kotlin plugin should be enabled before 'kotlin-android-extensions' (0) | 2020.01.03 |
---|---|
Android Studio 패키지명 ( Package Name ) 변경 하기 (2) | 2020.01.03 |
Android Studio 3.4.1 스크린 화면 캡쳐 하기 (0) | 2019.12.30 |
WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'. (0) | 2019.12.30 |
Android - Threading Performance (0) | 2019.04.09 |
댓글 영역