summaryrefslogtreecommitdiff
path: root/tools/patch_strtab/patch_strtab.c
diff options
context:
space:
mode:
authorMax <mparisi@stevens.edu>2020-09-23 14:33:06 -0400
committerMax <mparisi@stevens.edu>2020-09-23 14:33:06 -0400
commit4e91f4772fb5e5d9ea80694e5aa7c27be4315a00 (patch)
treea828fc9b30d8bebbfc9cc1b8a08a38ea95ed1f0e /tools/patch_strtab/patch_strtab.c
parent556f48661d82d5bc32177f9b5c71ff4d39288302 (diff)
patch_strtab readme, and add it to the Makefile
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>