You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-30
Original file line number
Diff line number
Diff line change
@@ -12,33 +12,4 @@ You can subscribe to it either with a Google account or by sending an email to k
12
12
Kernel bugs found with Sanitizers should be reported to kernel maintainers.
13
13
Issues in Sanitizers themselves can be reported on the [Sanitizers Bugzilla](https://bugzilla.kernel.org/buglist.cgi?component=Sanitizers&product=Memory%20Management&resolution=---).
14
14
15
-
## Symbolizer
16
-
17
-
To simplify reading kernel reports, use the [symbolizer script](/tools/symbolizer.py):
As an alternative, use [syz-symbolize](https://github.com/google/syzkaller/blob/master/tools/syz-symbolize/symbolize.go) (part of [syzkaller](https://github.com/google/syzkaller))).
15
+
See the [Symbolizer](/SYMBOLIZER.md) page for information about symplifying reading bug reports produced by Sanitizers.
The script supports using multiple `--linux` and `--strip` arguments.
34
+
35
+
As an alternative, you can use [syz-symbolize](https://github.com/google/syzkaller/blob/master/tools/syz-symbolize/symbolize.go) (part of [syzkaller](https://github.com/google/syzkaller)).
0 commit comments