上一页 1 2 3 4 5 6 7 ··· 9 下一页
摘要: 题目链接:[OGeek2019]babyrop。 下载附件后,使用 IDA 反编译,定位到主要函数,如下。 int __cdecl main() { int buf; // [esp+4h] [ebp-14h] BYREF char v2; // [esp+Bh] [ebp-Dh] int fd; 阅读全文
posted @ 2025-09-06 13:08 imtaieee 阅读(14) 评论(0) 推荐(0)
摘要: 题目链接:ciscn_2019_n_5。 下载附件后,使用 IDA 反编译,定位到主要函数,如下。 int __fastcall main(int argc, const char **argv, const char **envp) { char text[30]; // [rsp+0h] [rb 阅读全文
posted @ 2025-09-06 13:08 imtaieee 阅读(24) 评论(0) 推荐(0)
摘要: 题目链接:get_started_3dsctf_2016。 下载附件后,使用 IDA 反编译,定位到主要函数,如下。 int __cdecl main(int argc, const char **argv, const char **envp) { char v4[56]; // [esp+4h] 阅读全文
posted @ 2025-09-06 13:07 imtaieee 阅读(11) 评论(0) 推荐(0)
摘要: 题目链接:others_shellcode。 下载附件后,使用 IDA 反编译,定位到主要函数,如下。 int getShell() { int result; // eax char v1[9]; // [esp-Ch] [ebp-Ch] BYREF strcpy(v1, "/bin//sh"); 阅读全文
posted @ 2025-09-06 13:06 imtaieee 阅读(13) 评论(0) 推荐(0)
摘要: 题目链接:[HarekazeCTF2019]baby_rop。 下载附件后,使用 IDA 反编译,定位到 main 函数,如下。 int __fastcall main(int argc, const char **argv, const char **envp) { char v4[16]; // 阅读全文
posted @ 2025-09-06 13:05 imtaieee 阅读(13) 评论(0) 推荐(0)
摘要: 题目链接:jarvisoj_level2_x64。 下载附件后,使用 IDA 反编译,定位到 main 函数,如下。 int __fastcall main(int argc, const char **argv, const char **envp) { vulnerable_function() 阅读全文
posted @ 2025-03-27 01:41 imtaieee 阅读(74) 评论(0) 推荐(0)
摘要: 题目链接:ciscn_2019_c_1。 下载附件后,使用 IDA 反编译,定位到 main 函数,如下。 int __fastcall main(int argc, const char **argv, const char **envp) { int v4; // [rsp+Ch] [rbp-4 阅读全文
posted @ 2025-03-27 01:41 imtaieee 阅读(25) 评论(0) 推荐(0)
摘要: 题目链接:bjdctf_2020_babystack。 下载附件后,使用 IDA 反编译,定位到 main 函数,如下。 int __fastcall main(int argc, const char **argv, const char **envp) { char buf[12]; // [r 阅读全文
posted @ 2025-03-27 01:40 imtaieee 阅读(110) 评论(0) 推荐(0)
摘要: 题目链接:ciscn_2019_n_8。 下载附件后,使用 IDA 反编译,定位到 main 函数,如下。 int __cdecl main(int argc, const char **argv, const char **envp) { int v4; // [esp-14h] [ebp-20h 阅读全文
posted @ 2025-03-27 01:40 imtaieee 阅读(23) 评论(0) 推荐(0)
摘要: 题目链接:[第五空间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 阅读(36) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 9 下一页