File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 35
35
MAX_VERSIONS = {
36
36
'GCC' : (4 ,8 ,0 ),
37
37
'GLIBC' : {
38
- lief .ELF .ARCH .i386 : (2 ,18 ),
39
38
lief .ELF .ARCH .x86_64 : (2 ,18 ),
40
39
lief .ELF .ARCH .ARM : (2 ,18 ),
41
40
lief .ELF .ARCH .AARCH64 :(2 ,18 ),
45
44
'LIBATOMIC' : (1 ,0 ),
46
45
'V' : (0 ,5 ,0 ), # xkb (bitcoin-qt only)
47
46
}
48
- # See here for a description of _IO_stdin_used:
49
- # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634261#109
50
47
51
48
# Ignore symbols that are exported as part of every executable
52
49
IGNORE_EXPORTS = {
57
54
# Expected linker-loader names can be found here:
58
55
# https://sourceware.org/glibc/wiki/ABIList?action=recall&rev=16
59
56
ELF_INTERPRETER_NAMES : Dict [lief .ELF .ARCH , Dict [lief .ENDIANNESS , str ]] = {
60
- lief .ELF .ARCH .i386 : {
61
- lief .ENDIANNESS .LITTLE : "/lib/ld-linux.so.2" ,
62
- },
63
57
lief .ELF .ARCH .x86_64 : {
64
58
lief .ENDIANNESS .LITTLE : "/lib64/ld-linux-x86-64.so.2" ,
65
59
},
You can’t perform that action at this time.
0 commit comments