diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-28 11:21:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-28 11:21:46 +0200 |
commit | dafb797a48914a394cee907777fcc451fa1579e1 (patch) | |
tree | 68de8732cf4fb7c35ff64b48057df2303ad83d5a | |
parent | 5a3166481aa99f144bc5836a7c811d3380d2680c (diff) | |
download | cdl86-dafb797a48914a394cee907777fcc451fa1579e1.tar.gz cdl86-dafb797a48914a394cee907777fcc451fa1579e1.zip |
Update cdl.c
-rw-r--r-- | cdl.c | 24 |
1 files changed, 22 insertions, 2 deletions
@@ -2,9 +2,29 @@ * @file cdl.c
* @brief cdl86 (Compact Detours Library) - cdl.c
*
- * Experimental Linux & Windows x86_64 detours library.
+ * Experimental Linux/Windows x86_64 detours library.
+ *
+ * +---------------------------------------+
+ * | .-. .-. .-. |
+ * | / \ / \ / \ |
+ * | / \ / \ / \ / |
+ * | \ / \ / \ / |
+ * | "_" "_" "_" |
+ * | |
+ * | _ _ _ _ _ _ ___ ___ _ _ |
+ * | | | | | | | \| | /_\ | _ \ / __| || | |
+ * | | |_| |_| | .` |/ _ \| /_\__ \ __ | |
+ * | |____\___/|_|\_/_/ \_\_|_(_)___/_||_| |
+ * | |
+ * | |
+ * | Lunar RF Labs |
+ * | https://lunar.sh |
+ * | |
+ * | RF Research Laboratories |
+ * | Copyright (C) 2022-2024 |
+ * | |
+ * +---------------------------------------+
*
- * Copyright (c) 2022 (Dylan Muller)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
|