%-> The simplest way to make them readable is %-> %-> #include <stdio.h> %-> main() %-> { %-> unsigned long l=htonl(3454552827); %-> unsigned char *s=(unsigned char *)&l; %-> printf("%u.%u.%u.%u\n", s[0], s[1], s[2], s[3]); %-> } Errr... don't know if that's the simplest way, actually. Simply ping the obfuscated address to get the IP. ;-) -- Juha -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.
- Re: Someone is still stalking me with spam Bernhard Rosenkraenzer
- RE: Someone is still stalking me with spam Chad W. Skinner
- RE: Someone is still stalking me with spam Juha Saarinen
- RE: Someone is still stalking me with spam John H Darrah