mirror of
https://github.com/nganhkhoa/CTF-All-In-One.git
synced 2024-12-24 03:01:15 +07:00
Merge branch 'master' of github.com:firmianay/CTF-All-In-One
This commit is contained in:
commit
663ff89121
@ -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