You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: chapters/mitigations-and-defensive-strategies/defense-mechanisms/activities/01-rwslotmachine1/sol/sol_no_nx.py
+16-14Lines changed: 16 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
frompwnimport*
2
2
3
-
local=False
3
+
local=True
4
4
# Both solutions work against the Docker container instance.
5
5
# Only solution 2 works locally.
6
6
# Solution 1 fails on the local machine because there is no valid address at that index.
0 commit comments