Fuzzing dictionary validation python script (#46)

Fuzzing dictionary validation python script and its unit test

Example usage:
        python validate_dict.py --dict_list=a.dict,b.dict --output_file=merged.dict

The code models https://github.com/llvm/llvm-project/blob/6c67ee0f58323fe39db84635ef8cea629c2214b4/compiler-rt/lib/fuzzer/FuzzerUtil.cpp#L81

Signed-off-by: tengpeng <tengpeng.li2020@gmail.com>

	new file:   dict_validation.py
	new file:   dict_validation_test.py
	new file:   validate_dict.py
        modified:  fuzzing/tools/BUILD
4 files changed
tree: 5ec6ab2b414712f69e81fa5d355f89f7ad587ad2
  1. .github/
  2. docs/
  3. examples/
  4. fuzzing/
  5. .bazelrc
  6. BUILD
  7. CODEOWNERS
  8. LICENSE
  9. README.md
  10. WORKSPACE
README.md

Bazel Rules for Fuzz Tests

This repository contains Bazel Starlark extensions for defining fuzz tests in Bazel projects.

This is not an officially supported Google product.