nasm -f bin / Elf format

Thiago Silva <[email protected]> Wed, 22 Feb 2006 21:26:57 +0000
Newsgroups org.kernel.vger.linux-assembly
Message-ID <[email protected]>
Hello all,
Currently I've been working on creating "bin" executables with nasm using the 
template given in the article "A Whirlwind Tutorial on Creating Really Teensy 
ELF Executables for Linux".

Working gradualy, I tried to modify some data in a .data section, and got a  
segmentation fault. Is that because there isn't a section header table with 
an entry indicating that the .data section is writable? If yes, is it 
possible to create the section header table by hand with the same ease as 
creating the elf header? I'm having difficulties to do it and I'm still 
learning my ways with the elf format, so, appreciate any help.

Thanks
-- 
+Thiago Silva