I am trying to use function pointers pointing to a binary stored in byte array, but it always results in segmentation fault.
unsigned char byteProg[] = {0x7F,0x45,0x4C,0x46,0x02,0x01,0x01,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x02,.......
asked by
29.07.2017 / 20:34