summaryrefslogtreecommitdiff
path: root/tools/patch_strtab/patch_strtab.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/patch_strtab/patch_strtab.c')
-rw-r--r--tools/patch_strtab/patch_strtab.c13
1 files changed, 8 insertions, 5 deletions
diff --git a/tools/patch_strtab/patch_strtab.c b/tools/patch_strtab/patch_strtab.c
index ee0076a..bbdd4ce 100644
--- a/tools/patch_strtab/patch_strtab.c
+++ b/tools/patch_strtab/patch_strtab.c
@@ -1,9 +1,12 @@
/*
-patch_strtab
-
-by Max Parisi, 2020
-
-*/
+ * patch_strtab
+ *
+ * This program patches the .strtab section of an ELF relocatable module
+ * by replacing certain escape sequences with the characters they represent.
+ *
+ * by Max Parisi, 2020
+ *
+ */
#include <stdio.h>
#include <stdlib.h>