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

Add an Option to Display Non-Constant Strings #6

Open
cztian opened this issue Jul 19, 2022 · 2 comments
Open

Add an Option to Display Non-Constant Strings #6

cztian opened this issue Jul 19, 2022 · 2 comments

Comments

@cztian
Copy link

cztian commented Jul 19, 2022

Ghidra uses "Default settings" for string mutability, which Hex-Rays uses a decompiler flag for it. Is it feasible for Ghidra decompiler to display all string literals whether they are constant or not?
image
image

@GregoryMorse
Copy link
Owner

As far as I know this is being done by the plugin, the decompiler itself I dont believe contains such a setting. The default string settings you show is part of the Ghidra Java frontend and nothing to do with the decompiler backend. Which means this would basically be an additional feature for the plugin. As far as I know it tries to display all strings, is this not happening, mutable strings arent displayed?

@cztian
Copy link
Author

cztian commented Sep 14, 2022

Yes, strings in the mutable address parts are not displayed as strings, but as symbols.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants