Friday, August 7, 2009

Parsed metasploit windows syscall table

Someone on game-deception is working on something based on this, so I shared what I did a while ago, but also posting it here for anyone interested.

I am of course talking about the following website:
http://www.metasploit.com/users/opcode/syscalls.html

... this file is basically a C (and C++) header based on information on that webpage. It does not include all syscalls, only those that are available on all listed versions of windows. Windows 7 is not included. It contains a table of syscall numbers sorted per windows version and also function prototypes.

Download: Parsed_Syscalls.h

No comments: