Why do you want to ignore the first byte that is read?
int main(int argc, char *argv[])
{
/*Declare our variables. Data will be read into buff.
Because we want to ignore the first byte that is read, we set buff_ptr to point one byte
beyond the beginning of the buff character array.*/
char buff[5];
char *buff_ptr = buff+1;








Tools : Symbolic Exploit Assistant project is looking for collaborators





