                win32k SDT resolver
                                (c) 2010 deroko of ARTeam

I was pointed by Gunther to some online win32k sys table, which was complelty
wrong, so after a short discussion we decided to make small tool to properly
list all sysmbols from win32k.

Basically, due to optimization issue, many symbols in those tables were wrong.
Some symbols were just dummy implementation, which pointed to same address as
functions which belong to service table. Thus we could see completly wrong info
in tables, although no man would ever think that those symbols could actually
be part of Shadow Service Table. Also, if you open in IDA win32k.sys you will 
see "wrong" labeling in it which is caused by optimization, where more different
symbols point to same address, and IDA takes first one it finds. This is acceptable
for IDA but not for tables which aim to be "ultimate" info for win32k service
numbers.

                                                deroko of ARTeam