From 86edeb551c69a7bc0a077a167d202c1f8017e417 Mon Sep 17 00:00:00 2001 From: Jack M Date: Tue, 25 Dec 2018 23:27:55 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E7=AC=A6=E5=8F=B7=E4=BF=AE=E6=AD=A3=20'=20?= =?UTF-8?q?->=20`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/1.3_linux_basic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/1.3_linux_basic.md b/doc/1.3_linux_basic.md index 8165867..49c990a 100644 --- a/doc/1.3_linux_basic.md +++ b/doc/1.3_linux_basic.md @@ -312,7 +312,7 @@ db-peda$ x/s 0xffffd584 ## 输入输出 - 使用命令的输出作为可执行文件的输入参数 - - `$ ./vulnerable 'your_command_here'` + - $ ./vulnerable `your_command_here` - `$ ./vulnerable $(your_command_here)` - 使用命令作为输入 - `$ your_command_here | ./vulnerable` From d9f622a8356c16278c8c1304226b73b408edd82e Mon Sep 17 00:00:00 2001 From: Xeonacid Date: Sun, 27 Jan 2019 18:43:41 +0800 Subject: [PATCH 2/2] update unset --- doc/1.3_linux_basic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/1.3_linux_basic.md b/doc/1.3_linux_basic.md index 49c990a..30b761f 100644 --- a/doc/1.3_linux_basic.md +++ b/doc/1.3_linux_basic.md @@ -492,7 +492,7 @@ $ set ... ``` -使用命令 `unset` 可以清楚环境变量: +使用命令 `unset` 可以清除变量: ```text unset $变量名