.NET
inthook.asc
Associated article: Using DPMI to Hook Interrupts in Windows 3
Tags: .NET
_USING DPMI TO HOOK INTERRUPTS IN WINDOWS 3_ by Walter Oney [LISTING ONE] ############################################################################# # MAKE file for INTHOOK example and helper programs. # By Walter Oney. Use with Microsoft C 6.0A & MASM 5.1 (or compatibles) ############################################################################# all: inthook.exe int60.com int61.com inthook....


