Skip to content

Commit

Permalink
Merge pull request #893 from xiaoxianBoy/fix-typos
Browse files Browse the repository at this point in the history
chore: fix typos
  • Loading branch information
arttnba3 committed Apr 4, 2024
2 parents bceef77 + ebecd10 commit d54f526
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ int main(int argc, char **argv, char **envp)
size_t tty_struct_addr, fake_tty_ops_addr;
int tty_fd;

/* fundamental infastructure */
/* fundamental infrastructure */
save_status();
bind_core(0);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ int main(void)
```
前向extend利用了smallbin的unlink机制,通过修改pre_size域可以跨越多个chunk进行合并实现overlapping。

## HITCON Trainging lab13
## HITCON Training lab13
[题目链接](https://github.com/ctf-wiki/ctf-challenges/tree/master/pwn/heap/chunk-extend-shrink/hitcontraning_lab13)

### 基本信息
Expand Down

0 comments on commit d54f526

Please sign in to comment.