Skip to content

Commit fe63245

Browse files
committed
header fix
1 parent 3dc84b0 commit fe63245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/sec/dam-ctf-2025-data/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ featured = true
1010
locale = "en"
1111
+++
1212

13-
This past weekend (05/09-05/11), we participated in DamCTF 2025, organized by the Oregon State University Security Club. On this writeup, I want to focus on two rev challenges: 'Is it data or data?' and 'It's data, not data'. They're both related, in that they're two different versions of a similar 'game', albeit with different rules and possible commands. You could say 'not data' is a sequel to 'or data?', especially since the CTF admins recommended playing one after finishing the other.
13+
This past weekend (05/09-05/11), we participated in DamCTF 2025, organized by the Oregon State University Security Club. On this writeup, I want to focus on two reverse engineering challenges: 'Is it data or data?' and 'It's data, not data'. They're both related, in that they're two different versions of a similar 'game', albeit with different rules and possible commands. You could say 'not data' is a sequel to 'or data?', especially since the CTF admins recommended playing one after finishing the other.
1414

1515
## Is it data or data?
1616
'Is it data or data?' does not have a problem description, it simply gives you an executable. Running it, it seems to simply print a chevron ('>'), expecting some form of input. Depending on your input, the program either closes or continues running. Not much to go off of with only this, so let's dive into the code. For decompiling, I used Ghidra.

0 commit comments

Comments
 (0)