Struct Members where the struct is a '.' not a '->'
WSAData Var404;
memset(&Var404,0,400);
Var408 = _WSAStartup(257,&Var404);
Var404.wHighVersion = 128;
Var404.wVersion = 256;
WSAData Var816;
_WSAStartup(257,&Var816);
printf("wHighVersion %d",(Var816.wHighVersion & 65535));
printf("iMaxSockets %d",(Var816.iMaxSockets & 65535));
printf("szDescription%s",&Var816.szDescription);
printf("End socks\n");
|
WSADATA ws3;
memset(&ws3,0,sizeof(WSADATA));
int d2 = WSAStartup(0x101,&ws3);
ws3.wHighVersion = 128;
ws3.wVersion = 256;
WSAData ws;
WSAStartup(257,&ws);
printf("wHighVersion %d",ws.wHighVersion);
printf("iMaxSockets %d",ws.iMaxSockets);
printf("szDescription%s",ws.szDescription);
printf("End socks\n");
|
FILE *Var6472 = fopen("tempfile","r+b");
if (Var6472 != 0) {
printf("%d\n",4);
printf("%d\n",Var6472->_charbuf);
printf("Depth0 %d\n",Var6472);
printf("Ptr %d\n",Var6472->_ptr);
printf("Ptr* %d\n",*Var6472->_ptr);
Var6472->_bufsiz = 512;
void *Var6672;
fread(Var6672,1,1,Var6472);
fclose(Var6472);
}//EndIF; 4115C9
|
FILE *f;
f = fopen("tempfile","r+b");
if (f)
{
printf("%d\n",sizeof(int));
printf("%d\n",f->_charbuf);
printf("Depth0 %d\n",f);
printf("Ptr %d\n",f->_ptr);
printf("Ptr* %d\n",*(f->_ptr));
f->_bufsiz = 512;
char buffer[200];
fread(buffer,1,1,f);
fclose(f);
}
|
for( char Var856 = 0 ; Var856 < 50 ; Var856 += 1 ) {
printf("%d\n",j_ack(Var856,(Var856 + 1)));
}//LoopEnd 411218
|
long a;
for (a = 0; a < 50; a++)
{
printf("%d\n", ack(a,a+1));
}
|
if (Var844 > 50) || (Var852 > 60) {
printf("y || %d\n",(Var848 + Var852));
}//EndIF; 41119D
|
if ((y5 > 50) || (y7 > 60))
{
printf("y || %d\n",y6+y7);
}
|
rep stosd(Var6756,3435973836,6752);
|
(Call to REP STOSD cleans out the stack, at the start of this assembly file.
Var6756 is the destination, 6752 is the size of the stack, and 3435973836
(the number to put in that destination) is in hex #xCCCCCCCC)
|