From 1f6cd980674449c2174858dff9a7d0eecd27e6e8 Mon Sep 17 00:00:00 2001 From: fys Date: Fri, 23 Aug 2024 23:22:08 +0800 Subject: [PATCH] remain dl_iterate_phdr feature, but do nothing --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 182d8872..54e6b74a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,6 +68,7 @@ serialize-serde = ["serde"] # purposes. New code should use none of these features. coresymbolication = [] dbghelp = [] +dl_iterate_phdr = [] dladdr = [] kernel32 = [] libunwind = []