From 339b39c87643eaf20adf0a1c3755906d52408754 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 19 Jun 2025 05:49:27 +0000 Subject: driver: added --cmd=strip support, pe_cmd_strip() stub, and perk-strip symlink. --- src/cmds/pe_cmd_strip.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/cmds/pe_cmd_strip.c (limited to 'src/cmds/pe_cmd_strip.c') diff --git a/src/cmds/pe_cmd_strip.c b/src/cmds/pe_cmd_strip.c new file mode 100644 index 0000000..10e70d4 --- /dev/null +++ b/src/cmds/pe_cmd_strip.c @@ -0,0 +1,15 @@ +/***************************************************************/ +/* perk: PE Resource Kit */ +/* Copyright (C) 2015--2025 SysDeer Technologies, LLC */ +/* Released under GPLv2 and GPLv3; see COPYING.PERK. */ +/***************************************************************/ + +#include +#include "perk_driver_impl.h" + +int pe_cmd_strip(const struct pe_driver_ctx * dctx, const char * path) +{ + (void)dctx; + (void)path; + return 0; +} -- cgit v1.2.3