Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
Buffer Overflow and Null Bytes
you can try a partial overwrite
ie overwrite eip with \xef\x13\x40 #Little endian
But it also depends on the structure of the overflow, how much room you have and if you are able to get there. Keep in mind that with partial overwrites thats the end of your code, all needs to be done before that… no room after.