dev747368

Results 75 comments of dev747368

I can see how it could improve things. This won't be a high priority, but I'll talk it over with the team.

Yeah, doc is wrong (hasn't been updated since forever). "int" type does not exist. The code that parsed that value was looser, and used to ignore unknown values, but was...

In my case, I am using the DWARF information to model a golang binary in Ghidra. When the DWARF information is incorrect, it leads to misleading / substandard info. Happy...

> Sure, I'm curious to learn more. Maybe a pointer to the GHIDRA code that reads the DWARF? Ghidra is hosted [here on github](https://github.com/NationalSecurityAgency/ghidra) The specific file that is dealing...

> I have objcopy __DWARF section from dSYM file to the macho binary file from ghidra to work with the executable . Because, ghidra has no way to import the...

> DSymSectionProvider.java is set under format of DWARF so it basically doesn't search for Mach-O binaries. I'm not sure if I'm parsing your reply correctly, but I can assure you...

If you ever want to finish troubleshooting how Ghidra is / isn't finding the files in their normal .dSym location, go ahead and reopen this issue or open a new...

> highly attractive Ghidra UI aesthetic. That is some dry humor. :rofl:

As a general java programming issue, I've found that creating ```Path``` objects from random strings is something that needs to be done carefully, because of the exception you are running...

We don't support this set of DWARF features yet. This binary not only has an external debug file (dfff3239aa7c3b16a71e6b2e3b6e4009dab998.debug), but it has another debug file for that debug file (yo...