elf
How can I know what type of debug info is in an ELF object file?
I have an ELF object file. I want to know which type of debugging info it contains. It was compiled with the Diab compiler (C source) for the PPC architecture. I\'m pret开发者_如何学Cty sure it was bu[详细]
2023-03-29 00:25 分类:问答Can I get object name from a symbol information in the symbol table in an ELF file?
I have successfully parsed an elf file (executable file) compiled from multiple source files. I am able to get the binding(local,global,weak), type(object,file,section,function), size of the symbol an[详细]
2023-03-26 10:13 分类:问答Any mature solutions to create a instant shell with ELF symbols and c grammar command parser?
I need to make a debug shell inside each c exe(linux enviroment), and my solution is as follows: Read elf symbols from exe file, build a symbol->address table in[详细]
2023-03-23 23:17 分类:问答Sections of a disassembled x86 elf executable and when and in which order they are run
I\'m learning currently x86 assembly and trying some reverse engineering on a regular x86 elf executable. Now the开发者_StackOverflow社区re are multiple sections like init main etc.[详细]
2023-03-22 08:26 分类:问答ELF x86 executable entry point
void*entrypoint; /*virtual address of process*/ fscanf(debuggedfile, \"%p\", &entrypoint); where debuggedfile is the stream to an elf f开发者_如何学Goile at the offset where int entry point is.[详细]
2023-03-21 05:23 分类:问答Names of source shared libraries for imported symbols in ELF format
i\'m working on program that will analyze object files in ELF and PE formats (kind of school/research project). Right now i\'m about to process dynamic import symbols in executable files. I would like[详细]
2023-03-20 06:24 分类:问答What are the ELF header differences between an ELF object file and shared object?
First of all, I\'m asking this from a technical perspective, not a perspective of the user of library code. One example of a difference is that shared objects contain program headers and ordinary obje[详细]
2023-03-19 01:52 分类:问答Need help using <elf.h>
How do I wrap Elf32_Ehdr and El开发者_运维技巧f64_Ehdr so that on 64 bit architectures Elf64_Ehdr and Elf32_Ehdr on 32 bit ones?#include <stdint.h>[详细]
2023-03-17 08:04 分类:问答How do I load and execute an ELF binary executable manually?
开发者_JAVA技巧Suppose the binary is PIC, how can I load it into memory and execute the entry point?[详细]
2023-03-17 00:43 分类:问答Tracing loading of ELF file
Is it possible to trace loading of开发者_高级运维 ELF executable from typing name of program and pressing enter until execution of main function? If yes, then how to do this?man ld.so[详细]
2023-03-15 21:28 分类:问答
加载中,请稍侯......