Displaying 1 result from an estimated 1 matches for "plop_int13h_act".
2010 Jul 01
2
[PATCH] ifplop.c32: Detect if PLoP USB/CD INT13h hook is enabled/disabled
...y checking for the presence of the PLoP INT13h hook.
The following assembly code (NASM) can detect the PLoP INT13h hook:
mov eax,'PoLP' ; Reverse of 'PLoP'
mov ebp,'DKHC' ; Reverse of 'CHKD'
int 13h
cmp eax,' sey' ; Reverse of 'yes '
jz plop_INT13h_active
Signed-off-by: Gert Hulselmans <gerth at zytor.com>
Signed-off-by: Shao Miller <shao.miller at yrdsb.edu.on.ca>
---
com32/modules/Makefile | 2 +-
com32/modules/ifplop.c | 166
++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 167 insertions(+), 1 deletions(-)...