I\'m debugging a network application.
I have to simulate some of the data exchanged in order for the application to work. In C++ you can do something like
Try with:
char myArray[] = { 0x00, 0x11, 0x22 };