From eb870634d6d08b437f7773e99aadb97cf3fdba26 Mon Sep 17 00:00:00 2001 From: iximeow Date: Mon, 22 Mar 2021 23:15:18 -0700 Subject: port long-mode ffi to protected-mode --- ffi/protected_mode/Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ffi/protected_mode/Cargo.toml') diff --git a/ffi/protected_mode/Cargo.toml b/ffi/protected_mode/Cargo.toml index 9c0e03a..95e8bf4 100644 --- a/ffi/protected_mode/Cargo.toml +++ b/ffi/protected_mode/Cargo.toml @@ -11,4 +11,9 @@ yaxpeax-arch = { version = "0.0.4", default-features = false } [lib] name = "yaxpeax_x86_ffi_protected_mode" path = "src/lib.rs" -crate-type = ["staticlib"] +crate-type = ["staticlib", "cdylib"] + +[features] +default = ["fmt"] + +fmt = ["yaxpeax-x86/fmt"] -- cgit v1.1