Interrups | Categories | Contents |
Program: XFS is a shareware Network File System client by Robert Juhasz
Desc: XFS requires a packet driver to operate. Since it does redirections, etc., it provides its own packet driver entry point, changing the signature string of the original packet driver to "XKT DRVR" so that it will no longer be found by the packet driver installation check
InstallCheck:
Scan for the signature string "PKT DRVR" three bytes past the interrupt handler (the same as that for the packet driver specification)Range:
INT 61 to INT 66, selected by scanning for two consecutive free vectors and hooking the second
See Also: INT 60"Packet Driver Specification" - INT 61"XFS"
Category: Network - Int 62h - X
Interrups | Categories | Contents |