Skip to content

Commit 472f0af

Browse files
authored
Update multiarch2_writeup.md
added front matter
1 parent b4093f6 commit 472f0af

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

content/writeups/GoogleCTF2025/multiarch2_writeup.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
+++
2+
title = "MultiArch2"
3+
date = "2025-09-03"
4+
authors = ["Vrishab"]
5+
+++
16
## Summary of the Exploit
27

38
This challenge is built around exploiting a custom VM built with two separate instruction sets (stack‑based and register‑based)
@@ -70,4 +75,5 @@ Finally, we use stack‑arch syscall 5, which usually calls `get_flag`. But it n
7075
4. Overwrite `get_flag` with that address
7176
5. Call `syscall 5` → shellcode runs
7277

73-
**Credits**: 堇姬 Naup (https://naup.mygo.tw/2025/07/05/2025-Google-CTF-writeup/)
78+
79+
**Credits**: 堇姬 Naup (https://naup.mygo.tw/2025/07/05/2025-Google-CTF-writeup/)

0 commit comments

Comments
 (0)