We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c684219 + 1280133 commit 0b21ca3Copy full SHA for 0b21ca3
content/posts/uiuctf25-damagedsoc/index.md
@@ -75,7 +75,7 @@ Incorrect key
75
HALT
76
```
77
78
-Well... not much right right now.
+Well... not much right now.
79
80
Why is this happening? Well, the author mentioned that the memory is "corrupted", analyzing `memory.mem` we can see what's happening:
81
@@ -577,7 +577,7 @@ result = find_key_bytes()
577
`Bytes 16-23: 70736c3076657223 = 'psl0ver#'`
578
`Bytes 24-27: 30643030 = '0d00'`
579
580
-**`flag = uiuctf{U_Uctf_m1psl0ver#0d00._abcdefghi}`**
+**`flag = uiuctf{U_Uctf_m1psl0ver#0d00_abcdefghi}`**
581
582
Now, if everything is correct, we should be able to patch our memory.mem file and see `\n===verification passed!===\n` printed in the output.
583
0 commit comments