filesmasher-master

所属分类:Windows编程
开发工具:C/C++
文件大小:5KB
下载次数:1
上传日期:2014-12-16 09:50:16
上 传 者a53080
说明:  此程序可用于随机洒随机字节到一个文件。它支持64位的文件大文件大小超过2gib。
(This program can be used to randomly sprinkle random bytes onto a file. It supports large 64-bit file sizes for files over 2GiB.)

文件列表:
Makefile (251, 2013-02-25)
arand.c (3086, 2013-02-25)
arand.h (283, 2013-02-25)
main.c (3261, 2013-02-25)
range.c (4510, 2013-02-25)
range.h (507, 2013-02-25)

File Smasher ============ Description ----------- This program can be used to randomly sprinkle random bytes onto a file. It supports large ***-bit file sizes for files over 2GiB. Usage ----- `filesmasher [range]` The program will open the existing file for writing to do its thing, so be sure to have a backup. `` specifies the number of bytes to sprinkle into the file. `[range]` specifies where in the file the program should touch. The format is simple: comma-separated list of start-end or single positional entries. For example: `15-63,100-135,75,77,80,1024-4095` Ranges start at byte position 0. Ranges can be given in any order, and no more attention is given to any one range or value. Ranges cannot overlap, but they can be adjacent. A range must be start-end value order, and may not extend past the end of the file.

近期下载者

相关文件


收藏者