From 4e91f4772fb5e5d9ea80694e5aa7c27be4315a00 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 23 Sep 2020 14:33:06 -0400 Subject: patch_strtab readme, and add it to the Makefile --- tools/patch_strtab/patch_strtab.c | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'tools/patch_strtab/patch_strtab.c') 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 #include -- cgit v1.2.3