We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b33d1 commit 538e80aCopy full SHA for 538e80a
docs/wp/2024/week1/reverse/base64.md
@@ -12,7 +12,7 @@ titleTemplate: ':title | WriteUp - NewStar CTF 2024'
12
13

14
15
-可以看到让你输入一个字符串,然后会判断对错。一般来说,"Enter the flag:"这个字符串会离主逻辑不远,所以我们找到这个字符串的位置就可以定位到主逻辑。
+可以看到让你输入一个字符串,然后会判断对错。一般来说,`Enter the flag:` 这个字符串会离主逻辑不远,所以我们找到这个字符串的位置就可以定位到主逻辑。
16
17
在 IDA 中,按 <kbd>⇧ Shift</kbd><kbd>F12</kbd> 调出字符串界面。
18
0 commit comments