|
6#
楼主 |
发表于 2011-1-4 13:57:19
|
只看该作者
可以打印的PE 内核
其目录结构为:
C:\GRLDR
C:\0PE\100MP.GZ
C:\0PE\MENU.0PE
其中MENU.0PE的内容为:
color white/blue blue/yellow light-red/blue light-green/black
debug off
write 0x60110 0
write 0x60130 0
#110-Debug flag
#130-Start Dir
default 0
timeout 3
title [1] Start Micro Windows PE
password --md5 $1$2wD1$F140eXyo9JNffL5qO3i660
#password tljym
fallback 3 && kernel
title [2] Start Windows PE_Print
password --md5 $1$2wD1$F140eXyo9JNffL5qO3i660
#password tljym
fallback 5 && kernel
title [3] Grub4Dos Debug On/Off\n\r\n\t Turn on/off debug status.
clear
debug off
read 0x60110 || write 0x60110 2
checkrange 1 read 0x60110 && write 0x60110 0
read 0x60110 && write 0x60110 1
read 0x60110 || pause Debug is now off...
read 0x60110 && pause Debug is now on...
read 0x60110 || debug off
read 0x60110 && debug on
kernel || clear
#3 0PE.GZ
title
pause --wait=0 Finding /0PE/0PE.GZ...
fallback 4
ls /0PE/0PE.GZ && kernel
find --set-root /0PE/0PE.GZ && kernel
pause Error:/0PE/0PE.GZ not found! && commandline
#4
title
dd if=(md) of=(md) bs=1 count=8 skip=0x829c seek=0x60130
pause --wait=0 Current device of 0PE.GZ:
debug on
root
debug off
read 0x60110 && debug on
pause --wait=0 Loading /0PE/0PE.GZ...
map --mem ()/0PE/0PE.GZ (hd7)
map --hook
fallback 7 && kernel
#5 100MP.GZ
title
pause --wait=0 Finding /0PE/100MP.GZ...
fallback 6
ls /0PE/100MP.GZ && kernel
find --set-root /0PE/100MP.GZ && kernel
pause Error:/0PE/100MP.GZ not found! && commandline
#6
title
dd if=(md) of=(md) bs=1 count=8 skip=0x829c seek=0x60130
pause --wait=0 Current device of 100MP.GZ:
debug on
root
debug off
read 0x60110 && debug on
pause --wait=0 Loading /0PE/100MP.GZ...
map --mem ()/0PE/100MP.GZ (hd7)
map --hook
fallback 7 && kernel
#7
title
errorcheck off
map (hd7) (hd0)
map (hd2) (hd3)
map (hd1) (hd2)
map (hd0) (hd1)
map --hook
errorcheck on
map --unmap=0,1,2,0x81:0xfe
map --rehook
map --hook=0x80
chainloader (hd0,0)/setupldr.bin
makeactive (hd0,1) |
|