中国DOS联盟论坛

中国DOS联盟

-- 联合DOS 推动DOS 发展DOS --
联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum
游客 | 登录 | 注册 | 会员 | 搜索 | 中国DOS联盟
中国DOS联盟论坛
现在时间是 2026-08-08 11:23
47,811 主题排行 / 349,895 发帖 / 今日 0 篇 / 48,253 会员排行
DOS开发编程 & 发展交流 (开发室) » 二进制方式处理文件工具 STR (2020.11.16 更新)
可打印版本  41,101 / 72
第61楼 abshuhuhuhu 发表于 2010-06-19 23:37
初级用户 发帖 11 积分 30
真的非常不错!

刚好中病毒需要这个软件来恢复数据!
万恶的doc病毒!
第62楼 wchoverchen 发表于 2010-07-13 22:31
新手上路 发帖 1 积分 2
刚好需要这个工具,多谢
第63楼 weishu2006 发表于 2010-09-27 09:42
新手上路 发帖 4 积分 10 来自 深圳
好思路
不错
第64楼 jayhuang 发表于 2010-11-02 15:56
新手上路 发帖 2 积分 2
wwww
qqqqqqqqqqqqqqqqqqq
第65楼 greenworld 发表于 2010-11-06 08:39
初级用户 发帖 45 积分 86
这个工具非常强大,但貌似不支持正则???
第66楼 zcj6758 发表于 2010-11-06 11:22
新手上路 发帖 1 积分 2
CODE: [Copy to clipboard]
--------------------------------------------------------------------------------

Exe =J:\TEST
Exe =J:\TEST2
第67楼 wang123ok 发表于 2018-10-06 22:21
初级用户 发帖 13 积分 22
好 喜欢。
第68楼 zx511325 发表于 2019-02-02 06:41
新手上路 发帖 1 积分 2
多谢楼主
第69楼 19951001 发表于 2020-11-16 18:44
高级用户 发帖 272 积分 570 来自 北京
将Str的最终版本放出来了(2009.10.29)Win32版本,在一楼
Powerful Tools for Process Binary Data in File(s)
Written by 19951001, Compiled: 2009-10-29, V1.02b
Free for Personal use, E-mail: Tswrl1115@163.com

STR
File: A File to be Processed data.
Start: Offset in File.
Bytes: Bytes to be Processed.
/C|/I: Copy|Insert Bytes from File to DstFile.
DstFile: A File to Write data.
Address: Offset in DstFile.

STR
File: A File to be Processed data.
Start: Offset in File.
Bytes: Bytes to be Processed.
/D: Delete Bytes from File & Write Result to DstFile.
DstFile: A New File to Write data.

STR
File: A File to be Processed data.
Start: Offset in File.
Bytes: Bytes to be Processed.
/W: Fill Data with at Specified Position.
Byte: An Integer (0..255, Default is 0).

STR :
File: A File to be Processed data.
Start: Offset in File.
Bytes: Must be 0.
/E: Edit File.
/Hex: Hex Style.
/Asc: ASCII Style.
/Mix: Hex & ASCII Style.
Value: HexDigital/ASCII/Mixture String (32 Bytes Maximum).

STR :
File: A File to be Processed data.
Start: Offset in File.
Bytes: Bytes to be Processed.
/F: Find String in File.
/Hex: Hex Style.
/Asc: ASCII Style.
/Mix: Hex & ASCII Style.
Value: HexDigital/ASCII/Mixture string (32 Bytes Maximum).
/Times:N, Find N Times in .
/I: Ignore Case ( in ).
/A: Process All in File.

STR
File: A File to be Processed data.
Start: Offset in File.
Bytes: Bytes to be Processed.
/R: Relace SrcData with DstData.
SrcData: :.
DstData: :.
/Times:N, Relace with N Times in .
/I: Ignore Case ( in ).
/A: Process All in File.

STR
File: A File to be Processed data.
Start: Offset in File.
Bytes: Bytes to be Processed.
/S: Show File on Screen.
BytesPerLine: Bytes per line (Default is 10).
Spaces: Spaces before echo line (Default is 0).
Type: Can be (Default is C).
/U: Upcase (Default is Lowercase).

STR
File: A File to be Processed data.
Start: Offset in File.
Bytes: Bytes to be Processed.
/M: Right Rotate of each Byte.
DstFile: A File to Write data.
Address: Offset in DstFile.
Bits: An Interger (1..7, Default is 4).

STR
File: A File to Compare data.
Start: Offset in File.
Bytes: Bytes to be Processed.
/O: Compare Bytes between File and DstFile.
DstFile: A File to Compare data.
Address: Offset in DstFile.

STR
File: A File to be Processed data.
Start: Offset in File.
Bytes: Bytes to be Processed.
/V: View File In Hex Style.
/A: Show ASCII Value.
/P: Pause echo Screen.

STR
File: A File to be Created.
Start: Must be 0.
Bytes: FileSize (0..2147483647, or 0x00..0x7FFFFFFF).
/N: Create New File and FileSize is .
第70楼 LoggerVick 发表于 2020-11-26 17:01
中级用户 发帖 212 积分 365
隔了这么多年竟然更新了,看一下。
第71楼 87zrjojo 发表于 2026-06-05 15:38
新手上路 发帖 4 积分 11
终于找到这个软件的出处了,在命令行中使用非常方便,不知大神还持续更新不。目前2009年dos版的在论坛中下载不了,可否更新下链接。
第72楼 AlexZhang 发表于 2026-06-18 06:41
系统支持 发帖 435 积分 1,011
Originally posted by 87zrjojo at 2026-6-5 00:38:
终于找到这个软件的出处了,在命令行中使用非常方便,不知大神还持续更新不。目前2009年dos版的在论坛中下载不了,可否更新下链接。

最新的已经在主贴中了
第73楼 87zrjojo 发表于 2026-06-21 02:38
新手上路 发帖 4 积分 11
2020更新的str设置的错误代码ERRORLEVEL存在问题,比如STR.EXE 1.txt 0 0 /F /Asc:test /A,当找到时的返回值不为0,其它命令也有类似的问题。希望大师能继续更新一下这个工具。
上一页  12 3 4 5
[ 联系联盟系统管理团队 - 中国DOS联盟 - 标准版 ]
Sponsored by ifanr Inc | © 2001–2023