I am working on a crackme and I have found a buffer overflow but when I enter \xNN, where N is anything between 0 and F, the \ and x are interpreted as their own values. I also tried \xNN.
The program is a Linux executable so I am running it on backtrack. The program handles input and is not part of the command line call. I looked at the program in ida and the input is done by __isoc99_scanf.
I can type in Unicode but 04 is problematic so I need to figure out how to use hex.
If someone has a recommendation other than hex that would be great too.