dude84
2005-02-18 01:27:55 UTC
Hi,
I need assistance with learning how to write assembler code (custom)
that will work with computer security related issues like a stack based
buffer overflow. Can anyone point me in the direction of a newsgroup
that could help me with this?
I've written a piece of assembler that calls the printf function, and
when I pass it into the buffer on my machine it does nothing and
segmentation faults. I'm using gas with gcc. I push the string onto
the stack call the function, add the memory space back to the stack, and
call the function to exit the program. I need someone's help to explain
why the hex code from this program does nothing.
I need assistance with learning how to write assembler code (custom)
that will work with computer security related issues like a stack based
buffer overflow. Can anyone point me in the direction of a newsgroup
that could help me with this?
I've written a piece of assembler that calls the printf function, and
when I pass it into the buffer on my machine it does nothing and
segmentation faults. I'm using gas with gcc. I push the string onto
the stack call the function, add the memory space back to the stack, and
call the function to exit the program. I need someone's help to explain
why the hex code from this program does nothing.