This forum is in archive mode. You will not be able to post new content.

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - dz_ruyk

Pages: [1]
1
Reverse Engineering / Re: Crackme 03
« on: January 04, 2014, 01:15:24 AM »
Hi.
Another option is to hook fgets function like this:


Code: (c) [Select]
char *
fgets(char *s, int size, FILE *stream)
{
    *s = '\0';
    return s;
}

Then first compare of string length and counter drops us to call of bad() function.

Pages: [1]


Want to be here? Contact Ande, Factionwars or Kulverstukas on the forum or at IRC.