Skip to content

Instantly share code, notes, and snippets.

@haxpor
Created May 1, 2019 09:11
Show Gist options
  • Save haxpor/b0f47a78f5ba688747a34e285a9de9d5 to your computer and use it in GitHub Desktop.
Save haxpor/b0f47a78f5ba688747a34e285a9de9d5 to your computer and use it in GitHub Desktop.
dump of symbol of gifclrmp for inspection
Symbol table '.dynsym' contains 57 entries:
Num: Value Size Type Bind Vis Ndx Name
0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UND
1: 0000000000000000 0 FUNC GLOBAL DEFAULT UND free@GLIBC_2.2.5 (2)
2: 0000000000000000 0 FUNC GLOBAL DEFAULT UND strncpy@GLIBC_2.2.5 (2)
3: 0000000000000000 0 NOTYPE WEAK DEFAULT UND _ITM_deregisterTMCloneTab
4: 0000000000000000 0 FUNC GLOBAL DEFAULT UND __isoc99_fscanf@GLIBC_2.7 (3)
5: 0000000000000000 0 FUNC GLOBAL DEFAULT UND DGifGetLine
6: 0000000000000000 0 FUNC GLOBAL DEFAULT UND fclose@GLIBC_2.2.5 (2)
7: 0000000000000000 0 FUNC GLOBAL DEFAULT UND DGifCloseFile
8: 0000000000000000 0 FUNC GLOBAL DEFAULT UND EGifPutExtensionTrailer
9: 0000000000000000 0 FUNC GLOBAL DEFAULT UND strlen@GLIBC_2.2.5 (2)
10: 0000000000000000 0 FUNC GLOBAL DEFAULT UND __stack_chk_fail@GLIBC_2.4 (4)
11: 0000000000000000 0 FUNC GLOBAL DEFAULT UND EGifOpenFileHandle
12: 0000000000000000 0 FUNC GLOBAL DEFAULT UND __assert_fail@GLIBC_2.2.5 (2)
13: 0000000000000000 0 FUNC GLOBAL DEFAULT UND fputs@GLIBC_2.2.5 (2)
14: 0000000000000000 0 FUNC GLOBAL DEFAULT UND EGifPutLine
15: 0000000000000000 0 FUNC GLOBAL DEFAULT UND pow@GLIBC_2.2.5 (5)
16: 0000000000000000 0 FUNC GLOBAL DEFAULT UND DGifOpenFileName
17: 0000000000000000 0 FUNC GLOBAL DEFAULT UND fputc@GLIBC_2.2.5 (2)
18: 0000000000000000 0 FUNC GLOBAL DEFAULT UND __libc_start_main@GLIBC_2.2.5 (2)
19: 0000000000000000 0 FUNC GLOBAL DEFAULT UND GifErrorString
20: 0000000000000000 0 FUNC GLOBAL DEFAULT UND feof@GLIBC_2.2.5 (2)
21: 0000000000000000 0 NOTYPE WEAK DEFAULT UND __gmon_start__
22: 0000000000000000 0 FUNC GLOBAL DEFAULT UND EGifPutExtensionBlock
23: 0000000000000000 0 FUNC GLOBAL DEFAULT UND EGifPutCodeNext
24: 0000000000000000 0 FUNC GLOBAL DEFAULT UND GifBitSize
25: 0000000000000000 0 FUNC GLOBAL DEFAULT UND EGifPutCode
26: 0000000000000000 0 FUNC GLOBAL DEFAULT UND malloc@GLIBC_2.2.5 (2)
27: 0000000000000000 0 FUNC GLOBAL DEFAULT UND __isoc99_sscanf@GLIBC_2.7 (3)
28: 0000000000000000 0 FUNC GLOBAL DEFAULT UND EGifPutImageDesc
29: 0000000000000000 0 FUNC GLOBAL DEFAULT UND __vsnprintf_chk@GLIBC_2.3.4 (6)
30: 0000000000000000 0 FUNC GLOBAL DEFAULT UND EGifPutExtensionLeader
31: 0000000000000000 0 FUNC GLOBAL DEFAULT UND GifMakeMapObject
32: 0000000000000000 0 FUNC GLOBAL DEFAULT UND DGifGetExtensionNext
33: 0000000000000000 0 FUNC GLOBAL DEFAULT UND fopen@GLIBC_2.2.5 (2)
34: 0000000000000000 0 FUNC GLOBAL DEFAULT UND DGifGetCodeNext
35: 0000000000000000 0 FUNC GLOBAL DEFAULT UND exit@GLIBC_2.2.5 (2)
36: 0000000000000000 0 FUNC GLOBAL DEFAULT UND EGifCloseFile
37: 0000000000000000 0 FUNC GLOBAL DEFAULT UND fwrite@GLIBC_2.2.5 (2)
38: 0000000000000000 0 FUNC GLOBAL DEFAULT UND __fprintf_chk@GLIBC_2.3.4 (6)
39: 0000000000000000 0 NOTYPE WEAK DEFAULT UND _ITM_registerTMCloneTable
40: 0000000000000000 0 FUNC GLOBAL DEFAULT UND DGifGetCode
41: 0000000000000000 0 FUNC GLOBAL DEFAULT UND DGifGetRecordType
42: 0000000000000000 0 FUNC GLOBAL DEFAULT UND DGifOpenFileHandle
43: 0000000000000000 0 FUNC WEAK DEFAULT UND __cxa_finalize@GLIBC_2.2.5 (2)
44: 0000000000000000 0 FUNC GLOBAL DEFAULT UND DGifGetExtension
45: 0000000000000000 0 FUNC GLOBAL DEFAULT UND DGifGetImageDesc
46: 0000000000000000 0 FUNC GLOBAL DEFAULT UND EGifPutScreenDesc
47: 0000000000204020 8 OBJECT GLOBAL DEFAULT 24 stdout@GLIBC_2.2.5 (2)
48: 0000000000204018 0 NOTYPE GLOBAL DEFAULT 23 _edata
49: 00000000002041a0 1 OBJECT GLOBAL DEFAULT 24 GifNoisyPrint
50: 0000000000204060 8 OBJECT GLOBAL DEFAULT 24 TranslateFile
51: 00000000002041a8 0 NOTYPE GLOBAL DEFAULT 24 _end
52: 0000000000003250 4 OBJECT GLOBAL DEFAULT 16 _IO_stdin_used
53: 0000000000204018 0 NOTYPE GLOBAL DEFAULT 24 __bss_start
54: 0000000000001120 0 FUNC GLOBAL DEFAULT 11 _init
55: 0000000000204040 8 OBJECT GLOBAL DEFAULT 24 stderr@GLIBC_2.2.5 (2)
56: 0000000000003244 0 FUNC GLOBAL DEFAULT 15 _fini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment