Releases: 1kmt/dmycre
Releases · 1kmt/dmycre
v1.0.0
First Release
This tool creates dummy files for program testing.
You can specify the size and number of files to create.
The data is in binary format and can be selected from random numbers, fixed values, and sequential numbers.
Features
- Specify multiple sizes separated by spaces. (-l option)
- Specify a lower and upper size limit, and the file will be created with all sizes within that range. (-r option)
- Specify how many files to create for each size. (-m option)
- Write random numbers up to the specified size. (-rnd option)
- Writes the specified fixed value repeatedly up to the specified size. The specified fixed value is processed as a hexadecimal number. (-fix option)
- By specifying a start value and an end value, a sequence of values from the start value to the end value is written. The specified value is processed as a hexadecimal number. (-seq option)