unicode
Here are 1,047 public repositories matching this topic...
-
Updated
Oct 22, 2020 - HTML
-
Updated
Oct 22, 2020 - JavaScript
-
Updated
Oct 29, 2020 - D
-
Updated
Feb 11, 2020
-
Updated
Oct 28, 2020 - C++
-
Updated
Apr 30, 2020 - Rich Text Format
-
Updated
Oct 19, 2020 - PHP
-
Updated
Oct 22, 2020 - JavaScript
-
Updated
Jun 14, 2020 - PHP
-
Updated
Oct 28, 2020 - JavaScript
-
Updated
Oct 19, 2020 - Go
-
Updated
Oct 24, 2020 - C++
-
Updated
Jul 3, 2020 - JavaScript
-
Updated
Aug 6, 2019 - C++
-
Updated
Aug 23, 2020 - PHP
-
Updated
Oct 18, 2020 - Rust
-
Updated
Mar 27, 2020 - C++
Improve this page
Add a description, image, and links to the unicode topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the unicode topic, visit your repo's landing page and select "manage topics."
It just doesn't test anything for the cast majority of fuzzer input. While fuzzer does learn the effective paths, let's help it more.
First, for instruction type, change the switch argument to:
instruction.operation % NUM_OPERATIONS
.Then just split the available values into the two sets by looking up one integer from fuzzer and use that module size for set1 and the rest for set2.