I\'m trying to extract the build-id from and ELF file (Linux kernel module). Right now it\'s开发者_开发知识库 using:
I need to create an ELF image file from shared objects (.so files) and write it to another partition in Windows. Then open this partition in L开发者_运维百科inux and load the shared objects.
I have a requirement where I want to associate an index with a file(in 开发者_开发技巧a certain format). I was wondering if I can do any ELF manipulation and still ensure that, consistency is maintain
I have implemented some aspects of 开发者_JAVA百科an elf parser in Windows til getting the symbol table information and the symbol related information. Now I want to go ahead and know more about linki
I have a core dump from an application with a memory leak. I have used the strings command and xdd to examine the file and I\'ve got a few ideas of which part of the program might be responsible for t
I am 开发者_开发技巧looking for a python script that can dump ELF file (of type core-dump). Any pointers to existing scripts ? I suggest you use GDB to look at the core dump file.You can control GDB
I\'m working with linux elf files. I want to detect, if the given elf program is statically linked (full static link, ldd says \"not a dynamic executable\") or dynamically linked. The ELF is for embe
I recently discovered the linker option \"-Bsymbolic-functions\" in GNU ld: -Bsymbolic When creating a shared library, bind references to global symbols to the
I am trying to edit some software to work with both Big and Little Endian ELF/DWARF files. In order to this, I think it would be a good ide开发者_StackOverflowa to have both a Little and Big ELF file
I was looking at interpreting the dynamic symbol table (.dynsym) of an ELF executable file. I could successfully interpret the symbol table .symtab (16 bytes for each symbol) using the value attribute