Skip to content

Commit

Permalink
feat: update links
Browse files Browse the repository at this point in the history
  • Loading branch information
danielorihuela committed Oct 29, 2024
1 parent 6bcf700 commit f2f99a1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,5 @@ The GitHub Actions workflow will publish them.
We presented an easier way to deploy your posts with *org-mode*, *hugo*, *GitHub Actions* and *GitHub Pages*.
With that workflow, we only need to focus on writing org-mode files.
Lastly, we know this workflow works because we used it to deploy this post!!!
The code is at https://github.com/danielorihuela/danielorihuela.github.io/tree/development.

I hope you liked it and that you have learned something!
2 changes: 1 addition & 1 deletion org/org-mode/heap-based-buffer-overflows.org
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

* Introduction

In a previous post, I explained what a [[https://danielorihuela.github.io/posts/stack-based-buffer-overflows/][stack-based buffer overflow]] is and how it works. Today, we are going to see the heap-based variant.
In a previous post, I explained what a [[https://danielorihuela.dev/blog/stack-based-buffer-overflows/][stack-based buffer overflow]] is and how it works. Today, we are going to see the heap-based variant.

* Stack vs Heap-based buffer overflows?

Expand Down
2 changes: 1 addition & 1 deletion org/org-mode/store-shellcode-in-environment-variable.org
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#+options: ^:nil


In the [[https://danielorihuela.github.io/posts/stack-based-buffer-overflows/][previous post]] we explained how stack-based buffer overflows work. In the last exercise, we inserted the shellcode in the stack. However, this might be a problem. What happens if the shellcode doesn't fit in the stack? We can store it in an environment variable.
In the [[https://danielorihuela.dev/blog/stack-based-buffer-overflows/][previous post]] we explained how stack-based buffer overflows work. In the last exercise, we inserted the shellcode in the stack. However, this might be a problem. What happens if the shellcode doesn't fit in the stack? We can store it in an environment variable.

* Manually store shellcode in env var

Expand Down

0 comments on commit f2f99a1

Please sign in to comment.