I've made a webserver where the user can type in the target, which gets stored as a String, like this: 00241dcd6d24
Now I'm a newbie when it comes to C so this might be an easy one for a real programmer, but I'm having a devil of a time figuring out how to turn that user typed string into the byte[] that the function can use. Can anybody throw me a bone? I appreciate it.