From 3cb29304a70ed8bfe2c7bab38a40e87f57eb439a Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Tue, 30 Apr 2024 11:26:39 +0200 Subject: docs: remove outdated architecture description syz-fuzzer no longer generates programs. --- docs/internals.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/internals.md') diff --git a/docs/internals.md b/docs/internals.md index 6ee44bfe3..7d192b738 100644 --- a/docs/internals.md +++ b/docs/internals.md @@ -31,7 +31,7 @@ written in C++, compiled as static binary and uses shared memory for communicati ## Syscall descriptions -The `syz-fuzzer` process generates programs to be executed by `syz-executor` based on syscall descriptions described [here](syscall_descriptions.md). +The `syz-manager` process generates programs based on syscall descriptions described [here](syscall_descriptions.md). ## Coverage -- cgit mrf-deployment