int __stdcall KeyCall(int a1, char *Irp)
{
int v2;
//
eax@1
size_t v3;
//
edi@1
char *v4;
//
esi@1
int v5;
//
eax@3
int v7;
//
ST0C_4@5
unsigned int v8;
//
[sp+0h] [bp-Ch]@1
ULONG Value;
//
[sp+8h] [bp-4h]@1
unsigned int v10;
//
[sp+4h] [bp-8h]@1
v8 = strlen(
"WORLD"
) + 1;
v4 = Irp;
Value = 0;
v10 = strlen(
"REGISTRED"
) + 1;
v2 = *((_DWORD *)Irp + 24);
v3 = *(_DWORD *)(v2 + 4);
if
( !*(_DWORD *)(v2 + 8) || !v3 )
{
DbgPrint(
"!inBufLength || !outBufLength"
);
goto LABEL_13;
}
v5 = *(_DWORD *)(v2 + 12) - 2236416;
if
( !v5 )
{
strncpy(*((char **)Irp + 3),
"WORLD"
, v3);
if
( v3 >= v8 )
v3 = v8;
goto LABEL_11;
}
if
( v5 == 8 )
{
v7 = *((_DWORD *)Irp + 3);
Irp = (char *)*((_DWORD *)Irp + 3);
sub_146C4(v7);
RtlCharToInteger(byte_13220, 0x10u, &Value);
if
( (unsigned __int8)sub_148C4(&dword_13200, Value, &unk_13180, &byte_131A0) )
{
strncpy(Irp,
"REGISTRED"
, v3);
if
( v3 >= v10 )
v3 = v10;
LABEL_11:
*((_DWORD *)v4 + 7) = v3;
goto LABEL_13;
}
*((_DWORD *)v4 + 7) = 0;
}
LABEL_13:
*((_DWORD *)v4 + 6) = 0;
IofCompleteRequest((PIRP)v4, 0);
return
0;
}