how to install my own int hook (wdm/nt)

how can i install an interrupt hook in nt. is it like
…sidt…
thankx in adv
kudrt


Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Hello kudrt,

SIDT would work.

However this doesn’t resolve the issue of multiple
processors and certainly does not resolve synchronization.
“Undocumented NT” (Dabk, Phadke, Borate) describes how to do it, but unfortunately does not do
a good job of it. Much better is an article by José Florés in Windows
Developers Journal: “Monitoring NT Debug Services”. I think you can
find the latter online.

Regards,
Anders Fogh

Tuesday, February 20, 2001, 9:44:45 PM, you wrote:

ks> how can i install an interrupt hook in nt. is it like
ks> …sidt…
ks> thankx in adv
ks> kudrt

ks> __________________________________________________
ks> Do You Yahoo!?
ks> Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/

ks> —
ks> You are currently subscribed to ntdev as: xxxxx@flaffer.com
ks> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


Best regards,
Anders mailto:xxxxx@flaffer.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com