Skip to content

Use proper relative pointer in objective-c types #6699

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

Open
emesare opened this issue Apr 21, 2025 · 0 comments · May be fixed by #6700
Open

Use proper relative pointer in objective-c types #6699

emesare opened this issue Apr 21, 2025 · 0 comments · May be fixed by #6700
Labels
Component: Objective-C Workflow Issues related to Objective-C support Effort: Trivial Issue should take < 1 day Impact: Low Issue is a papercut or has a good, supported workaround

Comments

@emesare
Copy link
Member

emesare commented Apr 21, 2025

The objective-c workflow uses a custom data renderer for relative pointers, that predates actual core support for them. We should migrate over to using the core supported relative pointers instead of through a custom data renderer.

More info from pubslack: https://binaryninja.slack.com/archives/C1E616ZSQ/p1745278384930859

https://github.com/Vector35/workflow_objc/blob/0df5ff8bdbbbebde8a56578491a2526439cd14fe/DataRenderers.cpp#L80-L102

@emesare emesare added Component: Objective-C Workflow Issues related to Objective-C support Effort: Trivial Issue should take < 1 day Impact: Low Issue is a papercut or has a good, supported workaround labels Apr 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Objective-C Workflow Issues related to Objective-C support Effort: Trivial Issue should take < 1 day Impact: Low Issue is a papercut or has a good, supported workaround
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant