February 10, 200521 yr Hi all, is there a way of reading user application ( IE) messages that go to ntoskrnl or ntdll i. I know each application calls its own instance of dll, but can i map a particular application an read all its systen calls to ntddl or ntoskrnl. If this is possible were can i get info on it.I think VC++ mfc messaging mapping can do it???? thanks in advance.
February 18, 200521 yr Dunno.. this is a wild shot but should u not be able to do that with a kernel debugger utility? havent tried it thoguh...
February 21, 200521 yr Are we talking messages or API entry points here? If you are a hardcore programmer try looking up the SetWindowsHookEx() function on MSDN. Or write a service that hooks into the NT image loader. Complicated stuff really
February 21, 200521 yr PS - If you just need the static dependencies, you'll need the Dependendy Walker. That's not complicated to use, and requires no expert skills
February 21, 200521 yr Yet another hint: check sysinternals.com and/or winternals.com - they provide some very handy tools for free. B)
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now