Displaying 1 result from an estimated 1 matches for "plop_int13_active".
Did you mean:
plop_int13h_active
2010 Jun 13
0
[PATCH]: ifplop.c32: COM32 module for detection of PLoP USB boot-loader
...ve, by checking for the presence of the PLoP
INT13h hook.
The PLoP INT13h hook check works like this (NASM syntax):
mov eax,'PoLP' ; Reverse of 'PLoP'
mov ebp,'DKHC' ; Reverse of 'CHKD'
int 13h
cmp eax,' sey' ; Reverse of 'yes '
jz plop_int13_active
More info: http://forum.plop.at/index.php/topic,165.0.html
The syntax for using this module is the same as for ifcpu.c32 and
ifcpu64.c32:
Usage: ifplop.c32 [<plop_detected>] -- [<plop_not_detected>]
Example: ifplop.c32 menu.c32 another.cfg -- plpbt.bin
Below, you can find and exa...