We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 832be2a commit a014e33Copy full SHA for a014e33
2018-hitcon/Baby-Tcache/baby_tcache.py
@@ -17,6 +17,9 @@
17
# more reliable in remote, just decrease the size of the chunks we use here (of course, some calculations
18
# are required to maintain the same heap layout)
19
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
+
23
24
def exploit():
25
# in this exploit, we indicate with `tcache->entries[1]` the tcache bin containing
0 commit comments