How do I know which DLL a syscall belongs to?

Posted by Brian on Stack Overflow See other posts from Stack Overflow or by Brian
Published on 2010-04-06T18:40:03Z Indexed on 2010/04/06 18:43 UTC
Read the original article Hit count: 305

Filed under:
|
|
|

I have a long list of all the calls a program I have does. What i need to know is which DLL each call belongs to. How would I find this out?

Thanks,

© Stack Overflow or respective owner

Related posts about winapi

Related posts about Windows