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 4141MAX_VERSIONS = {
4242'GCC' : (4 ,8 ,0 ),
4343'GLIBC' : {
44- lief .ELF .ARCH .i386 : (2 ,28 ),
4544 lief .ELF .ARCH .x86_64 : (2 ,18 ),
4645 lief .ELF .ARCH .ARM : (2 ,28 ),
4746 lief .ELF .ARCH .AARCH64 :(2 ,18 ),
5150'LIBATOMIC' : (1 ,0 ),
5251'V' : (0 ,5 ,0 ), # xkb (bitcoin-qt only)
5352}
54- # See here for a description of _IO_stdin_used:
55- # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634261#109
5653
5754# Ignore symbols that are exported as part of every executable
5855IGNORE_EXPORTS = {
6663# Expected linker-loader names can be found here:
6764# https://sourceware.org/glibc/wiki/ABIList?action=recall&rev=16
6865ELF_INTERPRETER_NAMES : Dict [lief .ELF .ARCH , Dict [lief .ENDIANNESS , str ]] = {
69- lief .ELF .ARCH .i386 : {
70- lief .ENDIANNESS .LITTLE : "/lib/ld-linux.so.2" ,
71- },
7266 lief .ELF .ARCH .x86_64 : {
7367 lief .ENDIANNESS .LITTLE : "/lib64/ld-linux-x86-64.so.2" ,
7468 },
You can’t perform that action at this time.
0 commit comments