CrackMe® Practices for Newbies
PROJECT 6: caveman by Ghiribizzo

html problem...
Saturday, 27-Feb-99 02:08:55


    i'm having a hard time getting the page to correctly display the source code from my example...am using
     tag, but it's not printing the "less than" operator correctly and I think it's making my question hard to understand...

    for(a=0;a<length;a++)
    {
    a=(buf[i]<<1)+(buf[i]>>31);
    printf("\n%c",a);

    }

    for a=0;a ("less than" length);a++)


    snakebyte__


Message thread:

snakebyte's thread (snakebyte__@hotmail.com) (20-Feb-99 09:08:43)

Back to main board