frida-objc-bridge
frida-objc-bridge copied to clipboard
demangle swift
class_getName returns mangled names if class is Swift.
This PR will try to demangle the class using swift_demangle
if available.