Hi ,
I want to read in a file that has string in it and i want to convert all those strings to hex and want to find a pattern.
For Example,
string = "dsofijdsoifjaslifdjaslidjlasjdlasjdlsaj"
and i want to find a sequence of something in Hex: " 5A 1b 1b"
which could be for example: "dsofijdsoifjaslifdjaslidjlasjdlasjdlsaj" in the whole string.
Thanks a lot