Encapsulates information about an ELF file. Example. >>> bash = ELF(which('bash')) >>> hex(bash.symbols['read']) 0x41dac0 >>> hex(bash.plt['read']) 0x41dac0 > ...
確定! 回上一頁