China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --

Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!

中国DOS联盟论坛
The time now is 2026-06-24 09:44
中国DOS联盟论坛 » DOS开发编程 & 发展交流 (开发室) » Binary File Handling Tool STR (Updated on 2020.11.16) View 40,058 Replies 72
Floor 61 Posted 2010-06-19 23:37 ·  中国 北京 北京金山云网络技术有限公司
初级用户
Credits 30
Posts 11
Joined 2007-06-15 11:12
19-year member
UID 91397
Gender Male
Status Offline
It's really very good!

Just got a virus and need this software to recover data!
The damned doc virus!
Floor 62 Posted 2010-07-13 22:31 ·  中国 广东 湛江 电信
新手上路
Credits 2
Posts 1
Joined 2010-07-13 04:18
15-year member
UID 170493
Gender Male
Status Offline
Just needed this tool, thanks a lot
Floor 63 Posted 2010-09-27 09:42 ·  IANA 局域网IP(Private-Use)
新手上路
Credits 10
Posts 4
Joined 2010-09-26 15:10
15-year member
UID 174877
Gender Male
From 深圳
Status Offline
Nice
Floor 64 Posted 2010-11-02 15:56 ·  中国 江苏 苏州 昆山市 电信
新手上路
Credits 2
Posts 2
Joined 2010-10-27 11:11
15-year member
UID 176593
Gender Male
Status Offline
Floor 65 Posted 2010-11-06 08:39 ·  中国 广东 湛江 电信
初级用户
Credits 86
Posts 45
Joined 2007-07-26 17:35
18-year member
UID 94082
Gender Male
Status Offline
This tool is very powerful, but it seems that it does not support regular expressions???
Floor 66 Posted 2010-11-06 11:22 ·  中国 浙江 温州 平阳县 电信
新手上路
Credits 2
Posts 1
Joined 2010-09-25 14:23
15-year member
UID 174814
Gender Male
Status Offline
CODE: [Copy to clipboard]
--------------------------------------------------------------------------------

Exe =J:\TEST
Exe =J:\TEST2
Floor 67 Posted 2018-10-06 22:21 ·  中国 天津 南开区 联通
初级用户
Credits 22
Posts 13
Joined 2018-10-04 19:38
7-year member
UID 183122
Gender Male
Status Offline
Floor 68 Posted 2019-02-02 06:41 ·  中国 上海 徐汇区 联通
新手上路
Credits 2
Posts 1
Joined 2017-10-12 19:31
8-year member
UID 182501
Gender Male
Status Offline
Floor 69 Posted 2020-11-16 18:44 ·  中国 北京 朝阳区 联通
高级用户
★★
流落街头
Credits 570
Posts 272
Joined 2005-10-17 10:51
20-year member
UID 43609
Gender Male
From 北京
Status Offline
### 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 .
Floor 70 Posted 2020-11-26 17:01 ·  新加坡 M247
中级用户
★★
Credits 365
Posts 212
Joined 2018-01-27 00:00
8-year member
UID 182622
Status Offline
After so many years, it's actually updated. Let's take a look.
很少上线的游客前来。
Floor 71 Posted 2026-06-05 15:38 ·  中国 重庆 电信
新手上路
Credits 10
Posts 3
Joined 2026-06-04 10:06
UID 186085
Gender Male
Status Offline
Floor 72 Posted 2026-06-18 06:41 ·  美国
系统支持
★★★
Credits 1,010
Posts 434
Joined 2007-02-08 00:00
19-year member
UID 78999
Gender Male
Status Offline
Floor 73 Posted 2026-06-21 02:38 ·  中国 河北 中国电信
新手上路
Credits 10
Posts 3
Joined 2026-06-04 10:06
UID 186085
Gender Male
Status Offline
‹ Prev 1 3 4 5
Forum Jump: