Skip to content

Createprocesswithhex

thomasbargetz edited this page Jan 11, 2012 · 1 revision
code_bytes_t code_bytes;
code_bytes.byte_0 = byte0;
code_bytes.byte_1 = byte1;
code_bytes.byte_2 = byte2;
code_bytes.byte_3 = byte3;

process_create(1, &code_bytes);

Clone this wiki locally