%-> 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.

Reply via email to