summaryrefslogtreecommitdiffhomepage
path: root/src/internal/perk_driver_impl.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-12-14 04:27:18 -0500
committermidipix <writeonce@midipix.org>2017-12-14 11:36:09 -0500
commitee981e016f27efe4b1d5df027dc03accdd662cb0 (patch)
tree597ac0ca7cbb04a71240e4fc7eed073722c19df1 /src/internal/perk_driver_impl.h
parentf5eb13ba3a0d8f1ef1e170e41b7491210b3028d3 (diff)
downloadperk-ee981e016f.tar.bz2
perk-ee981e016f.tar.xz
driver: added -d and -D (list mdso libs [and referenced symbols]).
Diffstat (limited to 'src/internal/perk_driver_impl.h')
-rw-r--r--src/internal/perk_driver_impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/internal/perk_driver_impl.h b/src/internal/perk_driver_impl.h
index 6fe5513..25edf37 100644
--- a/src/internal/perk_driver_impl.h
+++ b/src/internal/perk_driver_impl.h
@@ -24,6 +24,8 @@ enum app_tags {
TAG_EXPSYMS,
TAG_IMPLIBS,
TAG_IMPSYMS,
+ TAG_DSOLIBS,
+ TAG_DSOSYMS,
};
struct pe_driver_ctx_impl {