Commit 2a6fcb6
Alexander Zhang
Fix argument for enabling GDB in template.py (io12#292)
The `DEBUG` argument is reserved by pwntools for turning on its
debugging output and pwntools does not expose reserved arguments in
`args`. This commit changes the argument name to `GDB` so that it does
not conflict with a reserved argument.1 parent ef64318 commit 2a6fcb6
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments