From 733dcf7478d466eac6bfef09efee476d43679787 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 18 Jun 2025 04:47:07 +0000 Subject: driver: added the --relocs switch (image base relocations). --- include/perk/perk_output.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/perk/perk_output.h b/include/perk/perk_output.h index 313f609..5c022b6 100644 --- a/include/perk/perk_output.h +++ b/include/perk/perk_output.h @@ -13,6 +13,7 @@ #define PERK_OUTPUT_IMAGE_SECTIONS 0x00000010 #define PERK_OUTPUT_IMAGE_SYMBOLS 0x00000020 #define PERK_OUTPUT_IMAGE_STRINGS 0x00000040 +#define PERK_OUTPUT_BASE_RELOCS 0x00000080 #define PERK_OUTPUT_MDSO_LIBS 0x00000200 #define PERK_OUTPUT_MDSO_SYMS 0x00000400 -- cgit v1.2.3