摘要: 题目链接:[第五空间2019 决赛]PWN5。 下载附件后,使用 IDA 反编译,定位到 main 函数,如下。 int __cdecl main(int a1) { unsigned int v1; // eax int result; // eax int fd; // [esp+0h] [eb 阅读全文
posted @ 2025-03-25 22:12 imtaieee 阅读(45) 评论(0) 推荐(0)
摘要: 题目链接:jarvisoj_level0。 下载附件后,使用 IDA 反编译,定位到 main 函数,如下。 int __fastcall main(int argc, const char **argv, const char **envp) { write(1, "Hello, World\n" 阅读全文
posted @ 2025-03-25 22:12 imtaieee 阅读(60) 评论(0) 推荐(0)
摘要: 题目链接:jarvisoj_level2。 下载附件后,使用 IDA 反编译,定位到 main 函数,如下。 int __cdecl main(int argc, const char **argv, const char **envp) { vulnerable_function(); syste 阅读全文
posted @ 2025-03-25 22:11 imtaieee 阅读(71) 评论(0) 推荐(0)
摘要: 题目链接:pwn1_sctf_2016。 下载附件后,使用 IDA 反编译,定位到 main 函数,如下。 int __cdecl main(int argc, const char **argv, const char **envp) { vuln(); return 0; } vuln 函数如下 阅读全文
posted @ 2025-03-25 22:10 imtaieee 阅读(110) 评论(0) 推荐(0)