diff options
author | midipix <writeonce@midipix.org> | 2025-06-18 04:47:07 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2025-06-18 04:47:07 +0000 |
commit | 733dcf7478d466eac6bfef09efee476d43679787 (patch) | |
tree | bb6cf0ebcfd723ebb5d844796f3ef20549bf5259 /src/internal | |
parent | c5998808867bf8209722357c745508c592d337cf (diff) | |
download | perk-733dcf7478d466eac6bfef09efee476d43679787.tar.bz2 perk-733dcf7478d466eac6bfef09efee476d43679787.tar.xz |
driver: added the --relocs switch (image base relocations).
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/perk_driver_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
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, |