frida-objc-bridge icon indicating copy to clipboard operation
frida-objc-bridge copied to clipboard

demangle swift

Open hsorbo opened this issue 5 months ago • 0 comments

class_getName returns mangled names if class is Swift. This PR will try to demangle the class using swift_demangle if available.

hsorbo avatar Aug 29 '24 16:08 hsorbo