summaryrefslogtreecommitdiffhomepage
path: root/src/driver/pe_driver_ctx.c
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2025-06-03 16:05:56 +0000
committermidipix <writeonce@midipix.org>2025-06-03 23:30:15 +0000
commit013ff30dc561fbfbd714d063bbf6d38119554f12 (patch)
tree84184862fc216925ed0d163161fbf49370b3fbc7 /src/driver/pe_driver_ctx.c
parent157740c5ad2d9a93010a434c9f46e2119cf274df (diff)
downloadperk-013ff30dc561fbfbd714d063bbf6d38119554f12.tar.bz2
perk-013ff30dc561fbfbd714d063bbf6d38119554f12.tar.xz
ar: pe_ar_list_members(): utility and driver integration.
Diffstat (limited to 'src/driver/pe_driver_ctx.c')
-rw-r--r--src/driver/pe_driver_ctx.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/driver/pe_driver_ctx.c b/src/driver/pe_driver_ctx.c
index af9a30d..9290681 100644
--- a/src/driver/pe_driver_ctx.c
+++ b/src/driver/pe_driver_ctx.c
@@ -301,6 +301,11 @@ static int pe_cctx_update(
cctx->hdrdump = PERK_HDRDUMP_IMPORT_TABLE;
}
break;
+
+ /*---ar---*/
+ case TAG_AR_LIST_MEMBERS:
+ cctx->drvflags |= PERK_DRIVER_AR_LIST_MEMBERS;
+ break;
}
} else {
(*nunits)++;