摘要: [Week1] Ret2text exp from pwn import * context(os='linux',arch = 'amd64',log_level = 'debug') io = remote("challenge.basectf.fun",32537) #io = process 阅读全文
posted @ 2024-09-17 23:19 dr4w 阅读(502) 评论(0) 推荐(1)
摘要: hello world checksec 大多保护都开启了 main函数 int __fastcall main(int argc, const char **argv, const char **envp) { char buf[20]; // [rsp+0h] [rbp-20h] BYREF i 阅读全文
posted @ 2024-09-17 23:10 dr4w 阅读(112) 评论(0) 推荐(1)