From bd303d559dffed8e16329d5e95778874237a4d7d Mon Sep 17 00:00:00 2001 From: Dylan Müller Date: Sat, 17 Jan 2026 15:53:28 +0200 Subject: Update basic_swbp.c --- tests/basic_swbp.c | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) 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 #include "cdl.h" @@ -52,3 +81,4 @@ int main( return 0; } + -- cgit v1.2.3-70-g09d2