diff options
| -rw-r--r-- | haunt/data/bookmarks.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/haunt/data/bookmarks.scm b/haunt/data/bookmarks.scm index c6331f2..7f46716 100644 --- a/haunt/data/bookmarks.scm +++ b/haunt/data/bookmarks.scm @@ -206,6 +206,9 @@ It's not you, it's Rust")))) "programming" "rust" "video-games")) + ("How Wine works 101" + "https://werat.dev/blog/how-wine-works-101/" + ("linux")) ("Smashing the heap by overflowing the stack" "https://ldpreload.com/blog/stack-smashes-you" ("c" "linux" "rust" "security")) @@ -215,6 +218,9 @@ It's not you, it's Rust")))) ("How to use Trend Micro's Rootkit Remover to Install a Rootkit" "https://d4stiny.github.io/How-to-use-Trend-Micro-Rootkit-Remover-to-Install-a-Rootkit/" ("reversing" "security" "windows")) + ("Reverse Engineering a GPU from 2009" + "https://garnet.codeberg.page/posts/gpu-reversing/" + ("linux" "reversing" "operating-systems")) ("Patching nVidia GPU driver for hot-unplug on Linux" "https://lab.whitequark.org/notes/2018-10-28/patching-nvidia-gpu-driver-for-hot-unplug-on-linux/" ("c" "linux" "operating-systems" "programming")) |