From: Judecca <dar...@ya...> - 2005-07-31 01:00:32
|
Hi! I've gopt a problem with the nasm assembler. I am coding a small app that needs to write in the .text section (to modify some opcodes directly). Then i declared my section as follow : section .text write However when i try to write in the code, i got a segfault! (i precise that i'm compiling and running it under linux and i'm using the last version of nasm of sourceforge) What shall I do to make this section writeable ? |