Is there a way one can issue non ascii hex characters to a scanf that uses %s
? I'm trying to insert hexadecimal chars like \x08\xDE\xAD
and so on (to demonstrate buffer overflow).
The input is not to a command line parameter, but to a scanf inside the program.