반응형

strings -a ./ffmpeg | grep "gcc"

libgcc_s.so.1

gcc 4.8.3 (Sourcery CodeBench Lite 2014.05-23) 20140320 (prerelease)


$ objdump -s --section .comment ./ffmpeg 


./ffmpeg:     file format elf32-little


Contents of section .comment:

 0000 4743433a 2028536f 75726365 72792043  GCC: (Sourcery C

 0010 6f646542 656e6368 204c6974 65203230  odeBench Lite 20

 0020 31342e30 352d3233 2920342e 382e3320  14.05-23) 4.8.3 

 0030 32303134 30333230 20287072 6572656c  20140320 (prerel

 0040 65617365 2900                        ease).          



$ readelf -wi ./ffmpeg   이건 디버그모드로 컴파일 되었을 때 가능


$ objdump -s --section .comment /usr/lib64/flash-plugin/libflashplayer.so

$ readelf -p .comment /usr/lib64/flash-plugin/libflashplayer.so

반응형

'Linux' 카테고리의 다른 글

checkpatch.pl 과 lindent 사용법  (0) 2016.02.18
arm docker (docker.io) kernel setting  (0) 2016.01.11
fuse porting  (0) 2016.01.04
Posted by Real_G