From 6b57fe528692c09d448833b1a8dc5d6ad3282e28 Mon Sep 17 00:00:00 2001 From: "18218461270@163.com" <18218461270@163.com> Date: Sun, 3 Aug 2025 15:43:43 +0800 Subject: [PATCH] update bomblab --- labs/bomb/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/bomb/README.md b/labs/bomb/README.md index 979581b..e65899a 100644 --- a/labs/bomb/README.md +++ b/labs/bomb/README.md @@ -62,7 +62,7 @@ void phase_2(char str[]) { 由此可知,输入应为 `1 2 4 8 16 32`。 ## Phase 3 -这个 phase 包含一个 switch 语句。 +这个 phase 包含一个跳转表,逆向为 switch 语句: ```c void phase_3(char str[]) { int x, y;