dragonmacher

Results 69 comments of dragonmacher

@pabx06 That is one heck of a write-up. That will make it easier to follow your issue.

As @ryanmkurtz pointed out, we have analyzers that will demangle GNU and Microsoft symbols. Mangled types from other tool chains are not currently supported. If you are using a supported...

> That's what the issue is about :) it can be handy for several use cases. For example, viewing, filtering, copying, and also there's no "raw" string for the demangled...

> also there's no "raw" string for the demangled version when I navigate to it, there's some version in comments but it's word wrapped and formatted. There should be a...

I see. I was thinking how the symbols are used in the Listing, not the Decompiler.

As you may be aware, all of the mangled symbols known by Ghidra are listed in the symbols section (where cursor is in the picture). Are you asking for each...

Relates to #3113

@usaribbon I took a peek at the log file. There are exceptions in there that should not be possible unless you have modified Ghidra's source code. Have you made any...

A quick glance at the code shows a few spots where `focus` can be null, but the code is not checking for that case.