We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0317029 commit a2ab353Copy full SHA for a2ab353
source/_posts/dasxmarek2024/alphacode.md
@@ -1,10 +1,11 @@
1
---
2
title: DASCTF2024八月开学季 - alphacode
3
date: 2024/09/05 00:12:00
4
-updated: 2024/09/11 23:05:00
+updated: 2024/09/27 00:12:00
5
excerpt: 使用`sendfile`系统调用,通过异或解码与`imul`绕过 shellcode 字符限制,逐字节输出flag。
6
tags:
7
- shellcode
8
+thumbnail: /assets/dasxmarek2024/flag.png
9
10
11
## 文件属性
source/_posts/dasxmarek2024/clock.md
@@ -1,11 +1,12 @@
title: DASCTF2024八月开学季 - clock
date: 2024/09/05 00:15:00
-updated: 2024/09/13 19:49:00
excerpt: 通过`vsnprintf`格式化漏洞,利用`%*c%6$lln`覆盖`puts@got`为堆地址,执行自定义shellcode。
- fmt-string
- tricks
+thumbnail: /assets/dasxmarek2024/explanation.png
12
{% note green fa-heart %}
0 commit comments