From 9026146d6d20c072dd93ff4f76de620fda673333 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 19 Jun 2025 08:04:02 +0000 Subject: driver: added --cmd=strings support, pe_cmd_strings() stub, and perk-strings symlink. --- src/internal/perk_synopsis_impl.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/internal/perk_synopsis_impl.h') diff --git a/src/internal/perk_synopsis_impl.h b/src/internal/perk_synopsis_impl.h index b41098c..1c53f52 100644 --- a/src/internal/perk_synopsis_impl.h +++ b/src/internal/perk_synopsis_impl.h @@ -65,6 +65,14 @@ +#define PERK_STRINGS_CMD_SYNOPSIS \ + "%s — PE/COFF String Finder\n\n" \ + "Synopsis:\n" \ + " %s [-V] [-a] [-t format] [-n number] ...\n\n" \ + "Options:\n" + + + #define PERK_AR_CMD_SYNOPSIS \ "%s — the PE/COFF Archive Manipulator\n\n" \ "Synopsis:\n" \ -- cgit v1.2.3