hdf5_corrupter 源码
hdf5_corrupter 该工具获取HDF5文件,并尝试以固定的概率破坏值。 该工具的用法如下: > python3 hdf5_corrupter.py参数 可能的参数是: -h | -help,可选参数,打印工具的用法 -c | -configFile“ path / to / config.yaml”,必需参数(除非与-h一起使用) -p | -printOnly,可选参数,打印在配置文件中指定的hdf5文件的内容 .yaml配置文件必须具有以下条目: hdf5_file ,要损坏的hdf5文件的路径 概率,概率注入腐败 destroy_percentage ,值介于0-1
文件列表
hdf5_corrupter-main.zip
(预估有个15文件)
hdf5_corrupter-main
globals.py
501B
config.yaml
2KB
corrupter.py
6KB
hdf5_corrupter.py
6KB
config_file_reader.py
2KB
LICENSE
1KB
.idea
misc.xml
202B
vcs.xml
180B
暂无评论