> If I want to see what a program looks like in memory,
> is there a way to either get that "raw memory binary" from an ELF file
> or make GNU's as (assembler) output this raw non-ELF format?
>

http://linux.die.net/man/1/objcopy

If you're using a cross compiler (e.g. arm-elf-gcc) you'll probably want to
use the flavor of objcopy that was installed with that compiler (e.g.
arm-elf-objcopy).

Chris
-- 
KPLUG-LPSG@kernel-panic.org
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg

Reply via email to