Skip to content

Commit b77a85a

Browse files
authored
Update babykernel_uiuctf_2025.md
1 parent a9091ab commit b77a85a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/posts/babykernel_uiuctf_2025.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ In particular, at `buf+32`, a pointer to [ptm_unix98_ops](https://elixir.bootlin
248248
The start of the kernel is at `startup_64`.
249249

250250
```bash
251-
~ # cat /proc/kallsyms | grep -i startup_64
251+
~# cat /proc/kallsyms | grep -i startup_64
252252
ffffffff90e00000 T startup_64
253253
```
254254

@@ -568,4 +568,4 @@ Executing; starting 0xffffffffb7f2e788 ending 0xffffffffb7cb9970
568568
success, returned 0
569569
~# cat /flag.txt
570570
uiuctf{use_after_free_ecda3a86}
571-
```
571+
```

0 commit comments

Comments
 (0)