We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42d3d6b commit 1d265cfCopy full SHA for 1d265cf
launch-bash-without-aslr.sh
@@ -1,9 +1,8 @@
1
#!/bin/bash
2
3
4
-echo ==== ASLR disabled for this session ====
+echo "==== ASLR disabled for this session ===="
5
6
-setarch `uname -m` -R bash --rcfile <(echo "PS1='no-aslr $ '") -i
7
-
8
-echo ==== ASLR re-enabled ====
+setarch "$(uname -m)" -R bash --rcfile <(echo "PS1='no-aslr $ '") -i
9
+echo "==== ASLR re-enabled ===="
0 commit comments