| OLD | NEW |
| 1 # Fuzzer Polymer Components | 1 # Fuzzer Polymer Components |
| 2 | 2 |
| 3 **fuzzer-stacktrace-sk:** A visualization of a stacktrace. | 3 **fuzzer-stacktrace-sk:** A visualization of a stacktrace. |
| 4 Defaults to showing the top 8 rows. Click to expand entire thing. | 4 Defaults to showing the top 8 rows. Click to expand entire thing. |
| 5 | 5 |
| 6 **fuzzer-collapse-details-sk:** Shows the details of a set of fuzzes. |
| 7 For now, only binary ones are supported, but the api fuzzes shouldn't be too har
d to add. |
| 8 If extra details are supplied (in binaryReports), |
| 9 the view can be clicked to expand and show the individual stack traces. |
| 10 |
| 6 ## Viewing the Demos: | 11 ## Viewing the Demos: |
| 7 | 12 |
| 8 Because of security restrictions, you cannot just open up the demo pages, | 13 Because of security restrictions, you cannot just open up the demo pages, |
| 9 you must find this directory with a terminal/shell and run: | 14 you must find this directory with a terminal/shell and run: |
| 10 ``` | 15 ``` |
| 11 make && make run | 16 make && make run |
| 12 ``` | 17 ``` |
| OLD | NEW |