This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

return error

coded so far

int pushintomemory(unsigned char *buffer,int offset) { int i = 0; for(;;) { if(buffer[offset + i] == 0x90) { i++; } else { break; } else { j = i+2; } if(i == 5) { i = rand()%3 + 3; break; } } return i;
}