-
Notifications
You must be signed in to change notification settings - Fork 217
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
Add data renderer for CFString types #5586
Comments
Resolved with Vector35/workflow_objc#46 / 3720bcbf6c967b06d8cdf51701dc2cf88cb0499d |
This issue refers to rendering CFString structures in linear view (not references in HLIL, etc.). From reading the commit I don't believe this resolves this. |
Isn't that exactly what a datarenderer does? |
Yes, if considering what this original issue was made for. Kat's changes (fdc174dbd2245cb8d95c7c1c2d89898168312e33) render CFStrings as string literals inside of HLIL, i.e. a "code renderer" (via an arch hook) which we don't support yet. The pull request you linked is separate (but addresses the original issue and the reason I reopened this). |
Rendering CFString instances in linear view as Objective-C style strings, e.g.
@"Hello, world!"
, would be far more useful than seeing the structure itself.The code for this is already done, just needs to be cleaned up, checked-in, and merged.
The text was updated successfully, but these errors were encountered: