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). --- src/internal/perk_driver_impl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/internal/perk_driver_impl.h') diff --git a/src/internal/perk_driver_impl.h b/src/internal/perk_driver_impl.h index 5cd0d73..fdf75c3 100644 --- a/src/internal/perk_driver_impl.h +++ b/src/internal/perk_driver_impl.h @@ -32,6 +32,7 @@ enum app_tags { TAG_IMPSYMS, TAG_DSOLIBS, TAG_DSOSYMS, + TAG_RELOCS, TAG_HDRDUMP, TAG_AR_LIST_MEMBERS, TAG_AR_PRINT_MEMBERS, -- cgit v1.2.3