-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Objective-C classes Swift demangling ##bin #23115
Conversation
yeah not sure of all this sudden |
apart from that yeah it fixes a lot of stuff, but we need better test coverage |
please rebase |
5e6f2dd
to
879b705
Compare
rebased, but also observed that the |
i can work around it in mach0_classes or we can fix the root cause, what do you think? |
ok to merge? |
ce5da31
to
670da7e
Compare
yeah should be "good enough" now |
And ensure all parsed classes have `index` set, to allow coexistence of categories with the same name.
670da7e
to
ae9350b
Compare
merged! |
Description
Use
r_bin_demangle_swift
to demangle Swift Objective-C classes in the couple of places where that was missing, and ensure all parsed classes haveindex
set, to allow coexistence of different categories with the same name.