signedness.org

 

int
main(void)
{
    int a = 2;
    unsigned b = 2;
    int c = -1;

    if (a + b < c) 
        printf("Welcome to signedness.org 38.103.63.60\n");
}

	
 
 

  The folks at signedness.org consists of security enthusiasts which have an interest for exploit techniques and vulnerabilities such as buffer overflows, signedness issues, format strings and logical errors, preferable in kernel space. You will not find any exploits or shellcode here, but there will be a challenge section coming up soon. Since we enjoy coding, there is a tools section which you might find interesting. You are welcome to join the chat and discuss exploit techniques and vulnerabilities. Wed Aug 20 5:16:11 CEST 2008