diff --git a/content/posts/cve-2024-21626/playing-with-cve-2024-21626/index.md b/content/posts/cve-2024-21626/playing-with-cve-2024-21626/index.md index c058e21..3614a7c 100644 --- a/content/posts/cve-2024-21626/playing-with-cve-2024-21626/index.md +++ b/content/posts/cve-2024-21626/playing-with-cve-2024-21626/index.md @@ -15,7 +15,10 @@ menu: parent: cve-2024-21626 weight: 500 --- -> The content of this article is for **educational and research use only**. The information provided must not be implemented in a real-world environment, and no responsibility is assumed for any consequences resulting from its application in a real-world scenarios. You are responsible for any risks arising from any behavior not related to the above scope. +{{< alert type="warning" >}} +The content of this article is for educational and research use only. The information provided must not be implemented in a real-world environment, and no responsibility is assumed for any consequences resulting from its application in a real-world scenarios. You are responsible for any risks arising from any behavior not related to the above scope. +{{< /alert >}} + --- # 1. Introduction diff --git a/content/posts/reverse-engineering/playing-with-unicorn-framework /index.md b/content/posts/reverse-engineering/playing-with-unicorn-framework /index.md index c4b2d5a..a7bea03 100644 --- a/content/posts/reverse-engineering/playing-with-unicorn-framework /index.md +++ b/content/posts/reverse-engineering/playing-with-unicorn-framework /index.md @@ -13,7 +13,7 @@ menu: name: Playing with Unicorn framework [1] identifier: playing-with-unicorn-framework-1 parent: reverse-engineering - weight: 500 + weight: 800 --- The main purposes of this article it is to learn **what is unicorn engine**, how to **install** it and understand the **main features**. Recall **general CPU architecture basic concepts** and how **memory is used and organized by the operating system** when a program is running. How to setup a project starting from a skeleton and in the end **real examples to understand APIs and different scenarios where it is possible to use the unicorn engine**. diff --git a/hugo.yaml b/hugo.yaml index 1929cd6..57a99af 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -190,6 +190,14 @@ params: # Number of posts to show to each page. Default is "12" pagination: maxPostsPerPage: 12 + + analytics: + enable: true + services: + # GoatCounter + goatCounter: + code: sk3pper # Not self-hosted + # Configure footer footer: enable: true