Skip to content

Commit e769b99

Browse files
committed
fix: structure edit in file
1 parent d7f9106 commit e769b99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_posts/2025-11-10-pwn-college-File-Struct-Exploits-level9.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ tags: pwn.college FSOP vtable overlaping-vtable
1010

1111

1212
## Description
13-
> Create a fake _wide_data struct to hijack control of the virtual function table of a built-in FILE struct.
14-
## Write-up
15-
Same prev...) ._.
13+
> Create a fake ```_wide_data``` struct to hijack control of the virtual function table of a built-in FILE struct.
14+
1615
```python
16+
1717
from pwn import *
1818

1919
elf = context.binary = ELF("/challenge/babyfile_level9")

0 commit comments

Comments
 (0)