主要特点:
- 1. 高速!该程序比目前我在网上见到过的所有能够使用的同类型程序都要快,甚至在同等条件下,比我所在公司的供应商提供的程序还要快15%到20%
- 2. 支持关键字搜索。不需要把整个CDR文件的记录全部翻译成文本记录再逐个查找,而是在解码的过程中顺便完成搜索,节省时间和空间
- 3. 直接支持压缩格式。通常CDR文件都是经过压缩后保存在磁盘的,该程序可以直接读取经过压缩后的CDR文件,不需要把它首先解压缩,然后再解码,进一步提供效率。同时,这个程序也支持压缩输出文件,为用户提供方便。目前支持的压缩格式有gzip和bzip2
最新版本:
- 1. destroy 1.0.0 for Linux
- 2. destroy 1.0.0 for Solaris
- 3. destroy 1.0.0 for Tru64
依赖关系:由于该程序支持压缩格式,因此它依赖于libz和libbz2
使用方法:键入./destroy –h可以获得所有帮助信息
$./destroy -h
./destroy 1.0.0 (2010-06-28)
This is a program decoding a BER encoded CDR file
Author: Roy Liang
Blog: http://blog.csdn.net/yui/
Usage: ./destroy -f <file_name> -o <output_name> [-c <config_name>] [-k <keyword>] [-z] [-j]
-f --file
the CDR file to be decoded
-o --output
the output file in plain text format
-c --config
the description file of the CDR file, if not given, use default configuration
-k --keyword
the keyword to search, if not given, all records will be written into output file
-z --gzip
gzip the result
-j --bzip2
bzip2 the result
-h --help
print this page
[ 本帖最后由 gzyui 于 2010-6-29 16:52 编辑 ]
destroy_linux_1.0.0.tar.gz
(2010-06-29 16:50:35, Size: 53.9 KB, Downloads: 2)
destroy_solaris_1.0.0.tar.gz
(2010-06-29 16:50:35, Size: 53.1 KB, Downloads: 1)
destroy_tru64_1.0.0.tar.gz
(2010-06-29 16:50:35, Size: 59.2 KB, Downloads: 1)