summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDylan Müller <md.node.0@gmail.com>2026-01-17 15:53:04 +0200
committerGitHub <noreply@github.com>2026-01-17 15:53:04 +0200
commit1ce020a4dacb5d405dfc268db83ebe5ef5a74f4a (patch)
treee3bca9aa8b21c98a56de6d5a46353be37e7ac996 /tests
parent87f9dd297fe04d9f008e3216277406757f0cf730 (diff)
downloadcdl86-1ce020a4dacb5d405dfc268db83ebe5ef5a74f4a.tar.gz
cdl86-1ce020a4dacb5d405dfc268db83ebe5ef5a74f4a.zip
Update basic_jmp.c
Diffstat (limited to 'tests')
-rw-r--r--tests/basic_jmp.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/tests/basic_jmp.c b/tests/basic_jmp.c
index 48c6ebd..578c5b1 100644
--- a/tests/basic_jmp.c
+++ b/tests/basic_jmp.c
@@ -1,4 +1,11 @@
-/*
+/**
+ * @file basic_jmp.c
+ * @brief cdl86 asm jmp patch unit test
+ *
+ * cdl86
+ * Experimental Linux/Windows x86/x86_64 detours library.
+ * Author: Dylan Müller
+ *
* +---------------------------------------+
* | .-. .-. .-. |
* | / \ / \ / \ + |
@@ -75,3 +82,4 @@ int main(
return 0;
}
+