I am fairly new to this subject, that is ELF and any Linux related stuff. I 开发者_如何学JAVAam trying to write an ELF file and would prefer to do it on WinXP.
Is there a reference to the source file in the binary? I tried running strings on the binar开发者_开发百科y and couldn\'t find any reference to the source file listed...objdump uses the DWARF debuggin
In modern linux almost all objects are stripped and splitted in two parts (two files). First is executable itself and second is debug symbols, stripped out from original ELF. Such files are created wi
I am doing embedded development on an AT91SAM9263 board and running into a strange problem.It is running debian Linux kernel 2.6.18.4 and is cross-compiled with arm-l开发者_如何转开发inux-gcc 3.4.6 an
Using objdump to understand a binary and I realize I\'m not fluent enough in ASM syntax. What does the following notion mean?
I\'ve been using objdump to look at assembly code in Linux ELF binaries. Sometimes there is an indirect jump through a jump table that is stored in the rodata (read-only data) section.