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/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/workflow_swift/Cargo.toml') diff --git a/plugins/workflow_swift/Cargo.toml b/plugins/workflow_swift/Cargo.toml index 43073718..8ed4f8c4 100644 --- a/plugins/workflow_swift/Cargo.toml +++ b/plugins/workflow_swift/Cargo.toml @@ -16,3 +16,4 @@ binaryninja = { workspace = true } binaryninjacore-sys.workspace = true tracing = "0.1" thiserror = "2.0" +swift-demangler = { git = "https://github.com/Vector35/swift-demangler.git" } -- cgit v1.3.1