Files
examination/topics/cybersecurity/buffer-overflow/meta.json
T

29 lines
549 B
JSON
Raw Normal View History

{
"slug": "buffer-overflow",
"name": "缓冲区溢出与漏洞利用",
"description": "栈溢出、ROP、ASLR/DEP 绕过",
"tags": [
"缓冲区溢出",
"栈溢出",
"rop",
"aslr",
"dep",
"漏洞利用"
],
"created": "2026-09-17",
"question_files": [
"code_reading.json",
"short_answer.json",
"single_choice.json",
"true_false.json"
],
"stats": {
"total": 34,
"by_type": {
"code_reading": 1,
"short_answer": 3,
"single_choice": 20,
"true_false": 10
}
}
}