Skip to content

Commit c8cb725

Browse files
title modification
1 parent b26e3ec commit c8cb725

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/post/binary-bomb-phase-6.md renamed to content/post/binary-bomb-phase-6-walkthrough.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
+++
22
author = "mukund"
3-
title = "Binary Bomb Phase 6"
3+
title = "Binary Bomb Phase 6 Walkthrough"
44
date = "2025-05-11"
5-
description = "Binary Bomb Phase 6"
5+
description = "Binary Bomb Phase 6 Walkthrough"
66
tags = [
77
"assembly", "reverse engineering"
88
]
@@ -300,4 +300,4 @@ To create the C program, we need to create the nodes of the linked list. We can
300300
- The third loop is trying to make links between different nodes of the array to form the linked list.
301301
- The fourth loop is trying to check if the nodes of linked list are linked in the descending order of their values.
302302

303-
So, we should input the numbers such that the nodes at those indices (our inputs) be in descending order of their value.
303+
So, we should input the numbers such that the nodes at those indices (our inputs) be in descending order of their value.

0 commit comments

Comments
 (0)