diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2022-11-15 18:56:47 -0500 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2022-11-15 18:58:03 -0500 |
| commit | b6945c7816d2004405353eff6a32c8781cc531ec (patch) | |
| tree | 443de82d6376d37f1d02fdd85961f20e5ba859cc /haunt/data | |
| parent | 81e0e26c3505a8d79be2d39c0392e5b2e884a93f (diff) | |
[data] Update bookmarks
Diffstat (limited to 'haunt/data')
| -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")) |