Update README.md

This commit is contained in:
2018-04-07 02:16:08 +08:00
committed by GitHub
parent 8970f63b06
commit 4dad699336

View File

@@ -1,5 +1,5 @@
# fuzzPattern # fuzzPattern
Creates fuzz pattern for fuzzing purpose. Use fuzzPatternCreate to create pattern and fuzzPatternSearch to find the string/hex found. Creates fuzz pattern for fuzzing purpose. Use `fuzzPatternCreate` to create pattern and `fuzzPatternSearch` to find the string/hex found.
The item found is assumed to be 4 bytes (32 bit) or above. The item found is assumed to be 4 bytes (32 bit) or above.