code injection into a buffer is it possible?

Newbie Member
4Feb2007,20:12   #1
max_payne's Avatar
hi everyone,

i have the following problem:
suppose i have a buffer of bytes as well as an instruction like mov $0x1,%eax with machine code : b8 01 00 00 00
do you think that it might be possible to to insert this code into the buffer and then to redirect the program to continue executing the instruction contained in that buffer with a jump?
Team Leader
7Feb2007,17:38   #2
DaWei's Avatar
One presumes you are aspiring to be a cracker/exploiter?