dragonmacher
dragonmacher
I did some brief research on this. I was hoping for a quick 80% solution, but it appears that it **may** not be that easy. Java has a layer of...
Thank you for your effort in this PR. We have taken the initial work and used that as inspiration for our new Theming feature. Commit: e657a701416877f7a77b635662d30cfc25f1b5f0
I believe the exception had been fixed. I will add the tooltip to the list of items that still need updating.
You can now change most application colors, icons and fonts by editing the current Theme. Fixed by e657a701416877f7a77b635662d30cfc25f1b5f0
I'd like to make sure I understand the request. While view a function in the Decompiler, you wish to jump quickly to each place a particular variable is used? Currently...
In case you were not aware, with regard to being able to delete or remove matches from view, you can get the same effect in VT now by using tags....
You can now delete matches in the matches table. We suggest you generally keep matches you have accepted, as they help improve further correlator runs. The work done for #6281...
It is odd that the docs do not specify this. Taken from `ghidra.program.model.data.DataType`: `Get the length of this DataType as a number of 8-bit bytes.`
I verified that the way `DataTypeComponent`'s length is set using, in some cases, the data type's length. This signaled that it is indeed byte-based.