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_driver_impl.h | 1 + src/internal/perk_synopsis_impl.h | 8 ++++++++ 2 files changed, 9 insertions(+) (limited to 'src/internal') diff --git a/src/internal/perk_driver_impl.h b/src/internal/perk_driver_impl.h index b1062ac..db0ffc7 100644 --- a/src/internal/perk_driver_impl.h +++ b/src/internal/perk_driver_impl.h @@ -19,6 +19,7 @@ extern const struct argv_option pe_nm_options[]; extern const struct argv_option pe_size_options[]; extern const struct argv_option pe_strip_options[]; extern const struct argv_option pe_ranlib_options[]; +extern const struct argv_option pe_strings_options[]; enum app_tags { TAG_HELP, 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