[analog-help] Re: Ann: 6.0.3 Release
Aengus
analog07 at eircom.net
Wed Oct 10 18:37:05 PDT 2007
On Wednesday, October 10, 2007 9:24 PM [EDT],
Aengus <analog07 at eircom.net> wrote:
>
> if (*c == '5') {
> if (*(c + 1) == '.' && (*(c + 2) == '0'))
> *name = "Windows:Windows 2000";
> else if (*(c + 1) == '.' && (*(c + 2) == '1')) {
> if (strstr(whole, "; x64;") != NULL)
> *name = "Windows:Windows XP64";
> else
> *name = "Windows:Windows XP";
> }
> else if (*(c + 1) == '.' && (*(c + 2) == '2'))
> *name = "Windows:Windows Server 2003";
> else
> *name = "Windows:Unknown Windows";
> }
> else if (*c =='6') {
> if (strstr(whole, "; x64;") != NULL)
> *name = "Windows:Windows Vista64";
> else
> *name = "Windows:Windows Vista";
> }
> else if (*c >= '7' && *c <= '9')
> *name = "Windows:Unknown Windows";
> else
> *name = "Windows:Windows NT";
> }
I forgot to link to the instructions for compiling this on a Windows machine
to create your own modified executabe.
http://lists.meer.net/pipermail/analog-help/2007-January/020117.html
Aengus
More information about the analog-help
mailing list