|
死性不改
中级用户
  
积分 378
发帖 88
注册 2004-5-5
状态 离线
|
『楼 主』:
[求助]请教如何用命令修改文件地址内容
使用 LLM 解释/回答一下
如图黄色状态条位置中的N T L D R
例如我想把它改成$ L D R $
http://61.130.50.195/rtdw/UploadFile/2004-7/200471318195489.jpg
The N T L D R in the position of the yellow status bar as shown. For example, I want to change it to $ L D R $
http://61.130.50.195/rtdw/UploadFile/2004-7/200471318195489.jpg
|

www.51ct.net |
|
2004-7-13 00:00 |
|
|
wangsea
中级用户
  
积分 445
发帖 110
注册 2004-5-28
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
以前曾用过一个命令行以二进制方式改文件的软件,时间太久,也不知放到哪去了,好象是一个游戏修改工具带的。
顺便问一句:不能够用替换文件的方法吗?
或者:用debug读入第一个文件的xxx字节存为文件1,然后copy 1.bin+2.bin /b 1.bin
(2.bin是修改过的后半节,1.bin是原文件的前半节)
I used to use a command-line software to modify files in binary mode before. It's been too long, and I don't know where it was put. It seems to be brought by a game modification tool.
By the way: Can't we use the method of replacing files?
Or: Use debug to read the first xxx bytes of the first file and save them as file 1, then copy 1.bin+2.bin /b 1.bin
(2.bin is the modified second half, and 1.bin is the first half of the original file)
|
|
2004-7-13 00:00 |
|
|
Climbing
铂金会员
       网络独行侠
积分 6962
发帖 2753
注册 2003-4-16 来自 河北保定
状态 离线
|
|
2004-7-13 00:00 |
|
|
死性不改
中级用户
  
积分 378
发帖 88
注册 2004-5-5
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
呵呵!一时兴起而已。
要看一大篇文章我就、、、、、、
Hehe! Just a whim.
If I want to read a long article, I just...
|

www.51ct.net |
|
2004-7-14 00:00 |
|
|
Climbing
铂金会员
       网络独行侠
积分 6962
发帖 2753
注册 2003-4-16 来自 河北保定
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
不是文章,而是软件。你要的那种软件。
It's not an article, but software. The kind of software you want.
|

偶只喜欢回答那些标题和描述都很清晰的帖子!
如想解决问题,请认真学习“这个帖子”和“这个帖子”并努力遵守,如果可能,请告诉更多的人!
|
|
2004-7-14 00:00 |
|
|
死性不改
中级用户
  
积分 378
发帖 88
注册 2004-5-5
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
這幾個軟件具體應怎麽解決我說的問題呢?
我試了一下change,沒搞定。
How exactly should these software be used to solve the problem I mentioned?
I tried change, but it didn't work.
|

www.51ct.net |
|
2004-7-15 00:00 |
|
|
死性不改
中级用户
  
积分 378
发帖 88
注册 2004-5-5
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
以下是引用wangsea在2004-7-13 上午 07:26:22的发言:
以前曾用过一个命令行以二进制方式改文件的软件,时间太久,也不知放到哪去了,好象是一个游戏修改工具带的。
顺便问一句:不能够用替换文件的方法吗?
或者:用debug读入第一个文件的xxx字节存为文件1,然后copy 1.bin+2.bin /b 1.bin
(2.bin是修改过的后半节,1.bin是原文件的前半节)
文件是隨機的,不能事先做好,用作替換。
debug不會用。
The following is a quote from wangsea on July 13, 2004, 07:26:22 AM:
I used to use a command-line software to modify files in binary mode before. It's been too long, and I don't know where it was put. It seems to be a game modification tool.
By the way: Can't we use the method of replacing files?
Or: Use debug to read the first xxx bytes of the first file and save it as file 1, then copy 1.bin+2.bin /b 1.bin
(2.bin is the modified second half, and 1.bin is the first half of the original file)
The file is random and cannot be pre-made for replacement.
I don't know how to use debug.
|

www.51ct.net |
|
2004-7-15 00:00 |
|
|
Climbing
铂金会员
       网络独行侠
积分 6962
发帖 2753
注册 2003-4-16 来自 河北保定
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
看一下说明不就行了,我前面提到的那几个软件都支持16进制代码的查找和替换功能的。不过我因为用不到,所以也没有试。
Just look at the instructions. The several software I mentioned earlier all support the functions of finding and replacing hexadecimal codes. But since I don't need them, I haven't tried either.
|

偶只喜欢回答那些标题和描述都很清晰的帖子!
如想解决问题,请认真学习“这个帖子”和“这个帖子”并努力遵守,如果可能,请告诉更多的人!
|
|
2004-7-15 00:00 |
|
|
wangsea
中级用户
  
积分 445
发帖 110
注册 2004-5-28
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
用debug很简单,建立如下两个文件:
cut.bat 内容:
debug ntldr<do.txt
do.txt 内容:
r cx
100
r bx
0000
n ntldr1.bin
q
-----------------------------------------------
注意,上例中do.txt下的那个100是指16进制,即100H字节(要截不同的字节只改这个值就可以了)。
建好这两个文件后执行cut.bat将产生一个ntldr1.bin (截取ntldr )100H字节的文件。
It's very simple to use debug. Create the following two files:
cut.bat Content:
debug ntldr<do.txt
do.txt Content:
r cx
100
r bx
0000
n ntldr1.bin
q
-----------------------------------------------
Note that the 100 in do.txt above refers to hexadecimal, that is, 100H bytes (you can just change this value to intercept different bytes).
After creating these two files, execute cut.bat to generate a ntldr1.bin (intercepting 100H bytes of ntldr) file.
|
|
2004-7-15 00:00 |
|
|
wangsea
中级用户
  
积分 445
发帖 110
注册 2004-5-28
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
终于从老碟中找到了这个软件:edithex
文件大小17K,专用于二进制的数据替换的dos程序,而且中文版。
要的话怎么给你?
Finally found this software from an old disc: edithex. The file size is 17K, a DOS program specially used for binary data replacement, and it's in Chinese version. How should I give it to you if you want it?
|
|
2004-7-15 00:00 |
|
|
死性不改
中级用户
  
积分 378
发帖 88
注册 2004-5-5
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
這個程序有沒有命令行方式啊?
Does this program have a command-line mode?
|

www.51ct.net |
|
2004-7-15 00:00 |
|
|
wangsea
中级用户
  
积分 445
发帖 110
注册 2004-5-28
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
edithex.exe
就是命令行方式的呀。
edithex.exe is in command - line mode.
|
|
2004-7-15 00:00 |
|
|
死性不改
中级用户
  
积分 378
发帖 88
注册 2004-5-5
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
好像要手動輸入的,有沒有全自動模式。
It seems to need to be entered manually. Is there an automatic mode?
|

www.51ct.net |
|
2004-7-15 00:00 |
|
|
wangsea
中级用户
  
积分 445
发帖 110
注册 2004-5-28
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
要不要cut.com,功能是将大文件分别为指定大小的子文件,扩展名分别是001,002 ......
用法:cut
nnn以KB为单位。
Do you want cut.com, which functions to split large files into subfiles of specified size, with extensions 001, 002, ...
Usage: cut
nnn in KB unit.
|
|
2004-7-15 00:00 |
|
|
死性不改
中级用户
  
积分 378
发帖 88
注册 2004-5-5
状态 离线
|
『第 15 楼』:
使用 LLM 解释/回答一下
可我只要修改,不要分割啊,要是edithex可以無需手動輸入就Perfect了。
But I just need to modify, not split. It would be perfect if edithex can do it without manual input.
|

www.51ct.net |
|
2004-7-15 00:00 |
|