Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Dvd848/CTFs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dvd848 committed Oct 11, 2019
2 parents 7a8392c + 60f87c0 commit 1275ae8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 2018_picoCTF/assembly-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ Byte grouping:
+0x8 +0x9 +0xA +0xB +0xC +0xD +0xE +0xF +0x10 0x11 0x12 0x13
+----+----+----+----+----+----+----+----+----+----+----+----+
| 98 | 19 | fb | b3 | 4d | 47 | 1a | fe | d4 | 3f | 37 | 53 |
| 98 | 19 | fb | b3 | 4d | 47 | 1a | fe | d4 | 3f | 37 | d5 |
+----+----+----+----+----+----+----+----+----+----+----+----+
Word grouping:
+0x8 +0xA +0xC +0xE +0x10 +0x12
+------+------+------+------+------+------+
| 9819 | bfb3 | 474d | fe1a | 3fd4 | 5337 |
| 1998 | b3fb | 474d | fe1a | 3fd4 | d537 |
+------+------+------+------+------+------+
```

Expand All @@ -77,4 +77,4 @@ What happens later is:
```


So the flag is 0x1ab9 ^ 0x3fd4 = 0x256d.
So the flag is 0x1ab9 ^ 0x3fd4 = 0x256d.

0 comments on commit 1275ae8

Please sign in to comment.