elf
Python - Get build-id from an ELF file
I\'m trying to extract the build-id from and ELF file (Linux kernel module). Right now it\'s开发者_开发知识库 using:[详细]
2023-04-12 09:10 分类:问答Creating ELF image
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.[详细]
2023-04-12 00:37 分类:问答ELF format manipulation
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[详细]
2023-04-09 03:56 分类:问答Reference books or documents about loading and linking an elf file
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[详细]
2023-04-05 21:08 分类:问答Is there a way to find leaked memory using a core file?
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[详细]
2023-04-05 01:18 分类:问答python script to dump ELF (core and out)?
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[详细]
2023-04-03 19:35 分类:问答Linux ELF files: Which byte will differ for static and dynamic ELF programs?
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[详细]
2023-04-03 00:07 分类:问答Is there a downside to using -Bsymbolic-functions?
I recently discovered the linker option \"-Bsymbolic-functions\" in GNU ld: -Bsymbolic When creating a shared library, bind references to global symbols to the[详细]
2023-03-31 00:19 分类:问答Change ELF Endian Data Format
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[详细]
2023-03-29 22:28 分类:问答How to interpret the dynamic symbol table in an ELF executable?
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[详细]
2023-03-29 11:43 分类:问答