Skip to content
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

[SharedCache] Apply call type overrides to objc_msgSendSuper / objc_msgSendSuper2 #6565

Merged
merged 1 commit into from
Apr 8, 2025

Conversation

bdash
Copy link
Contributor

@bdash bdash commented Apr 4, 2025

These are treated the same as objc_msgSend with the exception of their first argument being an objc_super* rather than id.

@emesare emesare self-assigned this Apr 7, 2025
@emesare emesare added the File Format: SharedCache Issue with the dyld_shared_cache plugin label Apr 7, 2025
…dSuper2

These are treated the same as `objc_msgSend` with the exception of their
first argument being an `objc_super*` rather than `id`.
@bdash bdash force-pushed the objc-msgsendsuper branch from d385a90 to 446ae1c Compare April 7, 2025 06:12
@emesare emesare added this to the Gallifrey milestone Apr 8, 2025
@emesare
Copy link
Member

emesare commented Apr 8, 2025

image

Straightforward with good code, I am going to just go ahead and merge, seems to work well

Thanks!

@emesare emesare merged commit 73e7d21 into Vector35:dev Apr 8, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
File Format: SharedCache Issue with the dyld_shared_cache plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants