主要特點(diǎn):
- 1. 高速!該程序比目前我在網(wǎng)上見(jiàn)到過(guò)的所有能夠使用的同類型程序都要快,甚至在同等條件下,比我所在公司的供應(yīng)商提供的程序還要快15%到20%
- 2. 支持關(guān)鍵字搜索。不需要把整個(gè)CDR文件的記錄全部翻譯成文本記錄再逐個(gè)查找,而是在解碼的過(guò)程中順便完成搜索,節(jié)省時(shí)間和空間
- 3. 直接支持壓縮格式。通常CDR文件都是經(jīng)過(guò)壓縮后保存在磁盤的,該程序可以直接讀取經(jīng)過(guò)壓縮后的CDR文件,不需要把它首先解壓縮,然后再解碼,進(jìn)一步提供效率。同時(shí),這個(gè)程序也支持壓縮輸出文件,為用戶提供方便。目前支持的壓縮格式有gzip和bzip2
最新版本:
- 1. destroy 1.0.0 for Linux
- 2. destroy 1.0.0 for Solaris
- 3. destroy 1.0.0 for Tru64
依賴關(guān)系:由于該程序支持壓縮格式,因此它依賴于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)