Skip to content

Commit 14252cb

Browse files
committed
fix helloworld hyperlink
1 parent 877d834 commit 14252cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/general/2025-08-06-the-art-of-hiding-code-by-modifying-non-volatile-registers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In this post, we will question the following conventions and break some assumpti
2929

3030
## Proof of Concept (PoC)
3131

32-
Before we dive into the details, let me first share a snippet of the proof of concept! You can find the binary [here](./helloworld.elf).
32+
Before we dive into the details, let me first share a snippet of the proof of concept! You can find the binary [here](/assets/posts/2025-08-06-the-art-of-hiding-code-by-modifying-non-volatile-registers/helloworld.elf).
3333

3434
As you can see, the program is pretty small and the main function does nothing except `put("Hello world!")` and it does not have many defined functions as well.
3535

0 commit comments

Comments
 (0)