fuzz Module
Note:
The fuzzy module cannot be imported using the import fuzzy command. Otherwise, an error indicating that the fuzzy package cannot be found is reported during compilation. (error: can not find package'fuzz'). You are advised to import the fuzzy subpackage to use the fuzzy module.
Function Description
The fuzz module provides the fuzzing capability based on coverage feedback. It automatically generates a large amount of random input data to detect the stability and security of the target software in various exceptions.
Package List of the Fuzz Module
The fuzz module provides the following packages:
Name | Description |
---|---|
fuzz | Provides developers with the fuzzing engine of Cangjie and corresponding APIs based on coverage feedback, so that the developers can compile code to test APIs. |