mirror of
https://github.com/nganhkhoa/CTF-All-In-One.git
synced 2024-12-24 19:21:15 +07:00
fix
This commit is contained in:
parent
a27e378663
commit
c4a11effb8
@ -622,7 +622,7 @@ BK->fd = FD
|
||||
```
|
||||
chunk0_ptr = P = P->fd
|
||||
```
|
||||
成功地修改了 chunk0_ptr,这时 `chunk0_ptr` 和 `chunk0_ptr[3]` 实际上就是同一东西:
|
||||
成功地修改了 chunk0_ptr,这时 `chunk0_ptr[0]` 和 `chunk0_ptr[3]` 实际上就是同一东西:
|
||||
```
|
||||
gef➤ x/40gx 0x602010-0x10
|
||||
0x602000: 0x0000000000000000 0x0000000000000091 <-- chunk 0
|
||||
|
Loading…
Reference in New Issue
Block a user