Skip to content

Commit 5564e1c

Browse files
committed
fix format issue
1 parent c588f0b commit 5564e1c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

course/postgraduate/engineering.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ Y = 0xbd - len(address) - len(pad)
114114
Example (x86):
115115

116116
1. Exploitable Code:
117+
117118
```c
118119
FILE *f = NULL;
119120
char log_entry[64];
@@ -130,6 +131,7 @@ Example (x86):
130131
```
131132
132133
2. Exploit Code:
134+
133135
```c
134136
#define VULN "/var/challenge/level8/8"
135137

0 commit comments

Comments
 (0)