summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Müller <md.node.0@gmail.com>2026-01-17 15:53:28 +0200
committerGitHub <noreply@github.com>2026-01-17 15:53:28 +0200
commitbd303d559dffed8e16329d5e95778874237a4d7d (patch)
tree2da977dc918e3846e9cb130124a6b98a9677001e
parent1ce020a4dacb5d405dfc268db83ebe5ef5a74f4a (diff)
downloadcdl86-bd303d559dffed8e16329d5e95778874237a4d7d.tar.gz
cdl86-bd303d559dffed8e16329d5e95778874237a4d7d.zip
Update basic_swbp.c
-rw-r--r--tests/basic_swbp.c30
1 files changed, 30 insertions, 0 deletions
diff --git a/tests/basic_swbp.c b/tests/basic_swbp.c
index 9c03e6a..482fe31 100644
--- a/tests/basic_swbp.c
+++ b/tests/basic_swbp.c
@@ -1,3 +1,32 @@
+/**
+ * @file basic_swbp.c
+ * @brief cdl86 asm swbp unit test
+ *
+ * cdl86
+ * Experimental Linux/Windows x86/x86_64 detours library.
+ * Author: Dylan Müller
+ *
+ * +---------------------------------------+
+ * | .-. .-. .-. |
+ * | / \ / \ / \ + |
+ * | \ / \ / \ / |
+ * | "_" "_" "_" |
+ * | |
+ * | _ _ _ _ _ _ ___ ___ _ _ |
+ * | | | | | | | \| | /_\ | _ \ / __| || | |
+ * | | |_| |_| | .` |/ _ \| /_\__ \ __ | |
+ * | |____\___/|_|\_/_/ \_\_|_(_)___/_||_| |
+ * | |
+ * | |
+ * | Lunar RF Labs |
+ * | https://lunar.sh |
+ * | |
+ * | Research Laboratories |
+ * | Donate XMR @ lunar.sh (OpenAlias) |
+ * | Copyright (C) 2022-2024 |
+ * +---------------------------------------+
+ */
+
#include <stdio.h>
#include "cdl.h"
@@ -52,3 +81,4 @@ int main(
return 0;
}
+