Skip to content

Commit

Permalink
doc: Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
WCY-dt committed Dec 31, 2024
1 parent 538eaf9 commit afb5f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2020-07-01-seedlab_return2libc.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ content[X:X+4] = (sh_addr).to_bytes(4,byteorder='little')

## Save content to a file
with open("badfile", "wb") as f:
f.write(content)
f.write(content)
```

其中,Y 的值为 `0xffffcd78`$$-$$`0xffffcd60`$$+4$$
Expand Down

0 comments on commit afb5f21

Please sign in to comment.