frida / frida-objc-bridge

Objective-C runtime interop from Frida
49 stars 21 forks source link

demangle swift #62

Open hsorbo opened 2 months ago

hsorbo commented 2 months ago

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