diff options
| author | Dylan Müller <md.node.0@gmail.com> | 2026-01-17 15:53:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-17 15:53:04 +0200 |
| commit | 1ce020a4dacb5d405dfc268db83ebe5ef5a74f4a (patch) | |
| tree | e3bca9aa8b21c98a56de6d5a46353be37e7ac996 | |
| parent | 87f9dd297fe04d9f008e3216277406757f0cf730 (diff) | |
| download | cdl86-1ce020a4dacb5d405dfc268db83ebe5ef5a74f4a.tar.gz cdl86-1ce020a4dacb5d405dfc268db83ebe5ef5a74f4a.zip | |
Update basic_jmp.c
| -rw-r--r-- | tests/basic_jmp.c | 10 |
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;
}
+
|
