From 7aa5bd46fc2343458dff6a24ec2c67169fcac34c Mon Sep 17 00:00:00 2001 From: Mark Rowe Date: Wed, 18 Feb 2026 19:43:43 -0800 Subject: [Swift] Initial demangling support --- plugins/workflow_swift/demo/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/workflow_swift/demo') diff --git a/plugins/workflow_swift/demo/Cargo.toml b/plugins/workflow_swift/demo/Cargo.toml index 38fb633d..a1e46891 100644 --- a/plugins/workflow_swift/demo/Cargo.toml +++ b/plugins/workflow_swift/demo/Cargo.toml @@ -17,3 +17,4 @@ binaryninja = { workspace = true, features = ["demo"] } binaryninjacore-sys.workspace = true tracing = "0.1" thiserror = "2.0" +swift-demangler = { git = "https://github.com/Vector35/swift-demangler.git" } -- cgit v1.3.1