3,工具详解: fbin, win2unix, tab2sp 等对流或文件进行批量查看/转换 (1) 工具简介 fbin, win2unix, tab2sp 等工具对流或文件进行批量查看/转换, 适合 Windows 和 各种 Unix 平台. (2) fbin - 查看流/文件的二进制格式 在命令行上键入下面命令即可查看在线帮助(部分内容未列出) $ fbin --help fbin - display file with hex format, version 1.0.4 Copyright(C) eyBuild Group, 2005, 2006. All Rights Reserved. [email]eybuild@hotmail.com[/email] Usage: fbin [options] [fname [0x][offset] [maxlen] | [file1] ...] -h --help - show this help -w[num] - specify word-width [2/4], default 2 -p - pause for every screen -v - verbose mode -l - process file list replace 'fname' ... fname - file name to display offset - hex number, '0x' is optional. offset >= 0 from the begining of input file, offset < 0 from the end of input file maxlen - max length to print
EXAMPLES: win2unix -p foo.bin print at most 64 (0x40) bytes from offset 0x200: fbin foo.bin 0x200&nb