|
azngb
初级用户
 
积分 20
发帖 7
注册 2008-3-30
状态 离线
|
『楼 主』:
怎样修改DOS的内部命令
使用 LLM 解释/回答一下
请问各位大虾,我想把DOS的一些命令给改了如:我想把REN这个重命名给该成WANG,应该怎么办,不是用软件改,用命令可以改吗或者是修改哪个系统文件可以达到这样的目的,望高手大大门给俺讲解讲解
谢谢
Dear all, I would like to modify some DOS commands. For example, I want to change REN (rename) to WANG. How can I do it? Can I do it using commands? Or which system file should I modify to achieve this goal? I hope the experts can explain it to me. Thanks
|
|
2008-4-19 17:41 |
|
|
benkk2008
新手上路

积分 2
发帖 1
注册 2008-4-19
状态 离线
|
|
2008-4-19 20:43 |
|
|
99118141
新手上路

积分 14
发帖 7
注册 2008-4-20
状态 离线
|
|
2008-4-20 14:24 |
|
|
jianglongjh
新手上路

积分 4
发帖 2
注册 2008-5-10 来自 四川
状态 离线
|
|
2008-7-25 01:21 |
|
|
andyu824
新手上路

积分 8
发帖 4
注册 2008-5-7
状态 离线
|
|
2008-7-25 10:27 |
|
|
kxyj
新手上路

积分 6
发帖 3
注册 2008-7-16
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
所有的内部命令都在command.com这个文件里,要修改,你得要对这个文件进行反汇编,难度较高.
All internal commands are in the command.com file. To modify it, you need to disassemble this file, which is quite difficult.
|
|
2008-7-26 09:57 |
|
|
ilbgh11
初级用户
 
积分 60
发帖 21
注册 2008-7-17
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
LS正确,所有DOS内部命令都在COMMAND.COM中。不过命令都没有加密,可以直接找到。如dir 对应的十六进制码为 64 69 72 ,cd的十六进制为 63 64
LS is correct, all DOS internal commands are in COMMAND.COM. However, the commands are not encrypted and can be directly found. For example, the hexadecimal code corresponding to dir is 64 69 72, and the hexadecimal code for cd is 63 64
|
|
2008-7-27 17:15 |
|
|
jiulong
中级用户
  
积分 396
发帖 183
注册 2007-12-23
状态 离线
|
|
2008-7-29 06:18 |
|
|
driver1998
高级用户
   
积分 740
发帖 373
注册 2008-5-23 来自 中国,广东
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
直接改COMMAND.COM!
Directly modify COMMAND.COM!
|

别看我是高级用户,其实菜鸟一个,^-^ |
|
2008-8-24 10:19 |
|