Create valgrind.md

master
bcoles 2020-03-17 18:46:34 +11:00 committed by Andrea Cardaci
parent 8e41380863
commit f1b42310a2
1 changed files with 7 additions and 0 deletions

7
_gtfobins/valgrind.md Normal file
View File

@ -0,0 +1,7 @@
---
functions:
shell:
- code: valgrind /bin/sh
sudo:
- code: sudo valgrind /bin/sh
---