|
llm
元老会员
        
积分 840
发帖 294
注册 2003-9-27
状态 离线
|
『楼 主』:
最小的award bios密码查看工具
使用 LLM 解释/回答一下
award bios 4.51及6.00版测试通过
运行后给出User及Supervisor密码
我用debug写的,仅43B
相信实现同样功能这是最短的程序了
大家可以试试看能否减小哪怕是1B
Last edited by llm on 2006-3-2 at 17:39 ]
award bios 4.51 and 6.00 versions passed the test
After running, it gives User and Supervisor passwords
I wrote it with debug, only 43B
I believe this is the shortest program to achieve the same function
Everyone can try to see if they can reduce even 1B
Last edited by llm on 2006-3-2 at 17:39 ]
附件
1: CMOSP.zip (2006-3-2 15:31, 159 bytes, 下载附件所需积分 1 点
,下载次数: 859)
|
|
2006-3-2 15:31 |
|
|
Scott0902
中级用户
  
积分 466
发帖 237
注册 2005-10-12
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
可我的机子是AMI的BIOS。。。
But my computer is using AMI BIOS...
|
|
2006-3-2 17:07 |
|
|
weilong888
银牌会员
    
积分 1270
发帖 548
注册 2004-5-31
状态 离线
|
|
2006-4-1 09:22 |
|
|
chujiafu
银牌会员
    
积分 1337
发帖 594
注册 2004-5-26 来自 安徽 宿州
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
顶一个,不错的小工具。经多次验证,对于Award的BIOS,这个小工具给出的超级用户密码是正确的,但不能正确识别用户密码。对于Phoenix-AwardBIOS,显示的都是0。有点遗憾。
Last edited by chujiafu on 2006-10-26 at 06:51 PM ]
Give it a thumbs up, a nice little tool. After multiple verifications, for Award BIOS, the superuser password given by this tool is correct, but it cannot correctly identify the user password. For Phoenix-Award BIOS, it shows all 0s. A bit of a pity.
Last edited by chujiafu on 2006-10-26 at 06:51 PM ]
|
|
2006-10-24 09:38 |
|
|
Michael
钻石会员
       
积分 10046
发帖 3039
注册 2002-11-11
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
楼上的不会自己试试么,呵呵。
Why doesn't the person upstairs try it themselves, heh heh.
|

简单就是美 |
|
2006-10-24 09:49 |
|
|
electronixtar
铂金会员
      
积分 7493
发帖 2672
注册 2005-9-2
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
可惜我的是 AMI 的,sign~~
It's a pity mine is AMI's, sign~~
|

C:\>BLOG http://initiative.yo2.cn/
C:\>hh.exe ntcmds.chm::/ntcmds.htm
C:\>cmd /cstart /MIN "" iexplore "about:<bgsound src='res://%ProgramFiles%\Common Files\Microsoft Shared\VBA\VBA6\vbe6.dll/10/5432'>" |
|
2006-10-24 10:17 |
|
|
ITU
中级用户
  
积分 209
发帖 82
注册 2006-3-22
状态 离线
|
|
2006-10-25 10:37 |
|
|
YYDDOS
初级用户
 
积分 38
发帖 16
注册 2006-12-9 来自 乡下
状态 离线
|
|
2006-12-13 12:07 |
|
|
yxhwmh
初级用户
 
积分 27
发帖 14
注册 2006-9-12
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
好东东啊。。。用的着,多谢楼主!!
Great stuff... I need it, thanks to the楼主!
(注:“楼主”在英文中通常保留拼音“LZ”或者根据上下文用“the original poster”,但这里按照原句直接保留拼音“楼主”,整体翻译就是对原句的英文对应表述)
|
|
2006-12-27 03:42 |
|
|
dqls889
初级用户
 
积分 68
发帖 36
注册 2006-12-19
状态 离线
|
|
2006-12-29 12:29 |
|
|
lg560852
初级用户
 
积分 60
发帖 26
注册 2006-12-31
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
楼主可否给个Phoenix的与Phoenix-AwardBIOS的,谢谢!
Can the landlord please give the Phoenix and Phoenix - AwardBIOS, thanks!
|
|
2007-1-4 03:13 |
|
|
Jneny
高级用户
    中國DOS聯盟常任參議员
积分 686
发帖 318
注册 2005-11-4
状态 离线
|
|
2007-1-4 05:06 |
|
|
本是
银牌会员
    
积分 2221
发帖 789
注册 2005-1-27
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
;)再省4字节!
把;号后有语句改成前面的语句:
dec cx ;sub cl,2
dec cx ;
省1字节(不能改成inc cl,否则加长1字节)
ret ;mov ah,4Ch
;int 21h
省3字节
Last edited by 本是 on 2007-1-4 at 05:39 AM ]
;)Save another 4 bytes!
Change the statement after the ; number to the previous statement:
dec cx ;sub cl,2
dec cx ;
Save 1 byte (cannot be changed to inc cl, otherwise it will increase by 1 byte)
ret ;mov ah,4Ch
;int 21h
Save 3 bytes
Last edited by 本是 on 2007-1-4 at 05:39 AM ]
|

my major is english----my love is dos----my teacher is the buddha----my friends--how about U |
|
2007-1-4 05:36 |
|
|
llm
元老会员
        
积分 840
发帖 294
注册 2003-9-27
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
Originally posted by 本是 at 2007-1-4 05:36 AM:
;)再省4字节!
把;号后有语句改成前面的语句:
dec cx ;sub cl,2
dec cx ;
省1字节(不能改成inc cl,否则加长1字节)
ret ;mov ah,4Ch
;int 21h
省3 ...
嗯嗯……
好多年前的事情了,自己都觉得不理解
明明后面有dec ax的,前面就想不到dec cx
唉
这一字节是真省了!
结尾那个不算哈
记得尝试过,发现兼容性不好
细节实在记不住了,过于久远:D
Originally posted by Benshi at 2007-1-4 05:36 AM:
;)Save another 4 bytes!
Change the statement after the ; number to the previous statement:
dec cx ;sub cl,2
dec cx ;
Save 1 byte (cannot be changed to inc cl, otherwise it will add 1 byte)
ret ;mov ah,4Ch
;int 21h
Save 3...
Mmm...
It was something from many years ago, and I don't even understand it myself
There is obviously dec ax later, but I couldn't think of dec cx earlier
Oh
This byte is really saved!
The end one doesn't count, though
I remember trying it and finding that the compatibility is not good
The details are really hard to remember, it's too long ago :D
|
|
2007-1-6 15:02 |
|
|
ksuday
初级用户
 
积分 38
发帖 19
注册 2006-10-22
状态 离线
|
『第 15 楼』:
使用 LLM 解释/回答一下
出来一个CMD的窗口,一闪就过去了,什么都没看到????????
A CMD window popped up and then disappeared in a flash, and I didn't see anything????????
|
|
2007-1-9 01:58 |
|