Skip to content

Commit 0c0dd7b

Browse files
Revise TIP section and Mac usage recommendations
Updated formatting for TIP section and clarified recommendations for running pwn challenges on Apple silicon Macs.
1 parent 5368e10 commit 0c0dd7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/fallctf-2025/pwn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: PWN
33
---
44
# Binary Exploitation (pwn)
55

6-
> ![TIP]
6+
> [!TIP]
77
> Many pwn challenges will require an x86 system in order to run the ELF program binaries. Because modern Apple silicon Macs are using ARM architecture, it is difficult to attempt the pwn challenges directly on Macs. We recommend using the [Linux EWS](https://answers.uillinois.edu/illinois.engineering/page.php?id=79993) systems provided by the university's engineering IT.
88
99
## Introduction

0 commit comments

Comments
 (0)