mirror of
https://github.com/nganhkhoa/CTF-All-In-One.git
synced 2024-12-25 11:41:16 +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 = P = P->fd
|
||||||
```
|
```
|
||||||
成功地修改了 chunk0_ptr,这时 `chunk0_ptr` 和 `chunk0_ptr[3]` 实际上就是同一东西:
|
成功地修改了 chunk0_ptr,这时 `chunk0_ptr[0]` 和 `chunk0_ptr[3]` 实际上就是同一东西:
|
||||||
```
|
```
|
||||||
gef➤ x/40gx 0x602010-0x10
|
gef➤ x/40gx 0x602010-0x10
|
||||||
0x602000: 0x0000000000000000 0x0000000000000091 <-- chunk 0
|
0x602000: 0x0000000000000000 0x0000000000000091 <-- chunk 0
|
||||||
|
Loading…
Reference in New Issue
Block a user