Skip to content

Commit a30dc7b

Browse files
author
xero
authored
Update pwn.py
1 parent 9cd62a3 commit a30dc7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RCTF/RNote3/pwn.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Uninitialized variable when deleting a note => UAF
22
#
3-
# Viewing a note and then deleting an invalid title will still free whatever is at [rbp - 0x18],
4-
# leading to a beautiful UAF
3+
# Viewing a note and then deleting one with an invalid title will still free whatever is at [rbp - 0x18],
4+
# without zeroing out the entry, leading to a UAF.
55

66
from pwn import *
77

0 commit comments

Comments
 (0)