diff options
author | midipix <writeonce@midipix.org> | 2025-06-04 16:59:13 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2025-06-04 17:09:41 +0000 |
commit | eb64524975854b5c4ba6bb3e20b0642de0fb89a2 (patch) | |
tree | 12eb66bafae1488805320bae8d6ff6bd772c817a /src/internal/perk_driver_impl.h | |
parent | 7cc041cbae69077221e8bfeb7f09f3601743d28b (diff) | |
download | perk-eb64524975854b5c4ba6bb3e20b0642de0fb89a2.tar.bz2 perk-eb64524975854b5c4ba6bb3e20b0642de0fb89a2.tar.xz |
ar: pe_ar_print_members(): utility and driver integration.
Diffstat (limited to 'src/internal/perk_driver_impl.h')
-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 017638f..22e7894 100644 --- a/src/internal/perk_driver_impl.h +++ b/src/internal/perk_driver_impl.h @@ -33,6 +33,7 @@ enum app_tags { TAG_DSOSYMS, TAG_HDRDUMP, TAG_AR_LIST_MEMBERS, + TAG_AR_PRINT_MEMBERS, }; struct pe_driver_ctx_impl { |