This commit is contained in:
firmianay 2019-01-27 23:44:15 +08:00
commit 681ff36e21

View File

@ -312,7 +312,7 @@ db-peda$ x/s 0xffffd584
## 输入输出
- 使用命令的输出作为可执行文件的输入参数
- `$ ./vulnerable 'your_command_here'`
- <code>$ ./vulnerable &#96;your_command_here&#96;</code>
- `$ ./vulnerable $(your_command_here)`
- 使用命令作为输入
- `$ your_command_here | ./vulnerable`
@ -492,7 +492,7 @@ $ set
...
```
使用命令 `unset` 可以清楚环境变量:
使用命令 `unset` 可以清变量:
```text
unset $变量名