frida_swift_demangle
Demangle a mangled Swift symbol to human-readable form by calling the Swift runtime's swift_demangle function inside a target process.
Instructions
Demangle a Swift symbol using the in-process Swift runtime.
target: process name or pid that has the Swift runtime loaded.
symbol: mangled name (e.g. '$s4MyApp0A8DelegateC11applicationSo...').
Calls swift_demangle from libswiftCore.dylib inside the target.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| symbol | Yes |