From b02592c5c7328bc6f80801c5b9a596ef9893e7ca Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Sun, 13 Aug 2023 10:07:33 +0200 Subject: [PATCH] Add serdeany_autoreg to libafl_frida (#1417) --- libafl_frida/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libafl_frida/Cargo.toml b/libafl_frida/Cargo.toml index 377cb0aef4..a0ea44014a 100644 --- a/libafl_frida/Cargo.toml +++ b/libafl_frida/Cargo.toml @@ -12,8 +12,9 @@ edition = "2021" categories = ["development-tools::testing", "emulators", "embedded", "os", "no-std"] [features] -default = [] +default = ["serdeany_autoreg"] cmplog = [] +serdeany_autoreg = ["libafl_bolts/serdeany_autoreg"] [build-dependencies] cc = { version = "1.0", features = ["parallel"] }