Skip to content

Commit a014e33

Browse files
committed
Update 2018-hitcon/Baby-Tcache/baby_tcache.py
1 parent 832be2a commit a014e33

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

2018-hitcon/Baby-Tcache/baby_tcache.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
# more reliable in remote, just decrease the size of the chunks we use here (of course, some calculations
1818
# are required to maintain the same heap layout)
1919

20+
# EDIT: apparently, the intended solution (https://github.com/scwuaptx/CTF/blob/master/2018-writeup/hitcon/baby_tcache.py)
21+
# is a little smarter: props!
22+
2023

2124
def exploit():
2225
# in this exploit, we indicate with `tcache->entries[1]` the tcache bin containing

0 commit comments

Comments
 (0)