dragonmacher
dragonmacher
> I hope you find this useful. =) Useful indeed. There is some stirring taking place...
Naturally, providing assistance without the actual code will be difficult. That being said, there are many `goTo()` methods on the service. Can you specify which method(s) are being called? Update:...
> Perhaps it's tied to a decompile that hasn't completed? Instead of finishing the decompile, the next goto may restart the decompile request? It feels like some variation of this....
> You mentioned a queuing behavior which could result in a long decompile basically blocking any newer decompiles with a steadily increasing queue as more functions are reached. The isn't...
This is certainly a reasonable request. The easiest thing I can think of is to update the interface to look like this: ``` public interface TableChooserExecutor { public String getButtonName();...
The issue with this example for the demangler we ship is that there are two leading underscores. I tried this on Linux and it does not work using `demangler_gnu_v2_33_1` or...
> and also be used as an additional filter. Ghidra now has the ability to `Find Data Types by Size` and `Find Structures by Size`. > it would help if...
> Nice find, could do with these options available from the "Context Menu" as there doesn't appear to be an easy way to assign a keyboard shortcut to the DTM...
I just tried binding `Find Structures by Size...` to F10 and that worked for me while focus was in the Data Type Manager window.
I see the issue. This looks like an oversight that presumably happened when the Comments column was added.