Skip to content

Commit 538e80a

Browse files
authored
docs: fix typo
1 parent e5b33d1 commit 538e80a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/wp/2024/week1/reverse/base64.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ titleTemplate: ':title | WriteUp - NewStar CTF 2024'
1212

1313
![运行界面](/assets/images/wp/2024/week1/base64_1.png)
1414

15-
可以看到让你输入一个字符串,然后会判断对错。一般来说,"Enter the flag:"这个字符串会离主逻辑不远,所以我们找到这个字符串的位置就可以定位到主逻辑。
15+
可以看到让你输入一个字符串,然后会判断对错。一般来说,`Enter the flag:` 这个字符串会离主逻辑不远,所以我们找到这个字符串的位置就可以定位到主逻辑。
1616

1717
在 IDA 中,按 <kbd>⇧ Shift</kbd><kbd>F12</kbd> 调出字符串界面。
1818

0 commit comments

Comments
 (0)