Improve gdb link text

This commit is contained in:
Andrea Cardaci 2018-05-29 19:46:12 +02:00
parent 45e1878113
commit 5e0da38a4a

View File

@ -3,8 +3,8 @@ description: |
GDB may come with embedded Python support, in that case arbitrary code can be GDB may come with embedded Python support, in that case arbitrary code can be
executed with the `python` command in the context of the GDB process. executed with the `python` command in the context of the GDB process.
See the entries of Python version [2](/gtfobins/python2/) and version See the entries of Python [version 2](/gtfobins/python2/) and
[3](/gtfobins/python3/). [version 3](/gtfobins/python3/).
functions: functions:
execute-interactive: execute-interactive:
- code: gdb -nx -ex '!sh' -ex quit - code: gdb -nx -ex '!sh' -ex quit