Skip to content

Commit 224e475

Browse files
authored
Fix formatting issues in dexcore-writeup.mdx
1 parent b54c87b commit 224e475

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

data/blog/dexcore-writeup.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ authors: ['andreicat']
1616
1717
We are given two files:
1818

19-
- `challenge.py` the “encryption algorithm”
20-
- `dexcore.bin` the encrypted output
19+
- `challenge.py` - the “encryption algorithm”
20+
- `dexcore.bin` - the encrypted output
2121

2222
[GitHub](https://github.com/OmniCTF/DexCore/tree/main)
2323

@@ -63,7 +63,7 @@ Finally, the script iterates every encrypted byte and *sometimes* appends the li
6363
- `FinalSequence.append(byte)`
6464
- `FinalSequence.extend(b"h4ck")`
6565

66-
This is purely obfuscation the marker isn’t encrypted and must be removed.
66+
This is purely obfuscation - the marker isn’t encrypted and must be removed.
6767

6868
---
6969

0 commit comments

Comments
 (0)