omega_red
December 15th, 2005, 12:45
I have finished (sort of) my little utility that lists all NT syscalls and matches them with appropriate native APIs. Test with care, though, I don't guarantee that it won't crash your system
(although I tested it on different machines and OSes).
ry.pl/~omega/progs/syscall.zip
[edit]
Hmm, seems like last build has some problems with obtaining symbols.. I'll check it later :|
[edit]
Fixed. Duh, weirdness of symserv: it creates 2 directories with symbol files, one specified in search path, and the other named "sym". I specified "sym" in the search path, so it prolly conflicted with the second...

ry.pl/~omega/progs/syscall.zip
[edit]
Hmm, seems like last build has some problems with obtaining symbols.. I'll check it later :|
[edit]
Fixed. Duh, weirdness of symserv: it creates 2 directories with symbol files, one specified in search path, and the other named "sym". I specified "sym" in the search path, so it prolly conflicted with the second...