You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
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?
The text was updated successfully, but these errors were encountered: