update bomblab
This commit is contained in:
parent
42535b0a7b
commit
6b57fe5286
@ -62,7 +62,7 @@ void phase_2(char str[]) {
|
|||||||
由此可知,输入应为 `1 2 4 8 16 32`。
|
由此可知,输入应为 `1 2 4 8 16 32`。
|
||||||
|
|
||||||
## Phase 3
|
## Phase 3
|
||||||
这个 phase 包含一个 switch 语句。
|
这个 phase 包含一个跳转表,逆向为 switch 语句:
|
||||||
```c
|
```c
|
||||||
void phase_3(char str[]) {
|
void phase_3(char str[]) {
|
||||||
int x, y;
|
int x, y;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user