上一页 1 2 3 4 5 6 ··· 9 下一页
摘要: 题目链接:[HarekazeCTF2019]baby_rop2。 下载附件后,使用 IDA 反编译,定位到主要函数,如下。 int __fastcall main(int argc, const char **argv, const char **envp) { char buf[28]; // [ 阅读全文
posted @ 2025-09-06 13:11 imtaieee 阅读(16) 评论(0) 推荐(0)
摘要: 题目链接:ciscn_2019_es_2。 下载附件后,使用 IDA 反编译,定位到主要函数,如下。 int __cdecl main(int argc, const char **argv, const char **envp) { init(); puts("Welcome, my friend 阅读全文
posted @ 2025-09-06 13:11 imtaieee 阅读(12) 评论(0) 推荐(0)
摘要: 题目链接:jarvisoj_tell_me_something。 下载附件后,使用 IDA 反编译,定位到主要函数,如下。 int __fastcall main(int argc, const char **argv, const char **envp) { __int64 v4; // [rs 阅读全文
posted @ 2025-09-06 13:10 imtaieee 阅读(12) 评论(0) 推荐(0)
摘要: 题目链接:bjdctf_2020_babyrop。 下载附件后,使用 IDA 反编译,定位到主要函数,如下。 int __fastcall main(int argc, const char **argv, const char **envp) { init(); vuln(); return 0; 阅读全文
posted @ 2025-09-06 13:10 imtaieee 阅读(26) 评论(0) 推荐(0)
摘要: 题目链接:jarvisoj_fm。 下载附件后,使用 IDA 反编译,定位到主要函数,如下。 int __cdecl main(int argc, const char **argv, const char **envp) { char buf[80]; // [esp+2Ch] [ebp-5Ch] 阅读全文
posted @ 2025-09-06 13:10 imtaieee 阅读(19) 评论(0) 推荐(0)
摘要: 题目链接:bjdctf_2020_babystack2。 下载附件后,使用 IDA 反编译,定位到主要函数,如下。 int __fastcall main(int argc, const char **argv, const char **envp) { char buf[12]; // [rsp+ 阅读全文
posted @ 2025-09-06 13:10 imtaieee 阅读(29) 评论(0) 推荐(0)
摘要: 题目链接:铁人三项(第五赛区)_2018_rop。 下载附件后,使用 IDA 反编译,定位到主要函数,如下。 int __cdecl main(int argc, const char **argv, const char **envp) { be_nice_to_people(); vulnera 阅读全文
posted @ 2025-09-06 13:09 imtaieee 阅读(12) 评论(0) 推荐(0)
摘要: 题目链接:ciscn_2019_ne_5。 下载附件后,使用 IDA 反编译,定位到主要函数,如下。 // bad sp value at call has been detected, the output may be wrong! int __cdecl main(int argc, cons 阅读全文
posted @ 2025-09-06 13:09 imtaieee 阅读(19) 评论(0) 推荐(0)
摘要: 同 ciscn_2019_c_1。 阅读全文
posted @ 2025-09-06 13:09 imtaieee 阅读(6) 评论(0) 推荐(0)
摘要: 同 get_started_3dsctf_2016。 阅读全文
posted @ 2025-09-06 13:08 imtaieee 阅读(4) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 9 下一页