dev747368
dev747368
Thats an interesting solution. I've got a branch working its way to release that just tries to model the gcwritebarrier calling conventions better so you don't get any more register...
Do you have any shortcuts for finding the writeBarrier flag location in stripped binaries?
> I think the flag is actually in a global go struct that gets defined by ghidra. I don't remember what it's called though because it wasn't defined in what...
Could you look in your ghidra log file and see if any stack trace was logged for this error and paste it here?
Thanks for the logs. That confirms the troubleshooting path I was taking. In this case, we have this issue:  where the dependency is on the sevenzipjbinding project for a...
I haven't dived too deeply, but if you turn off the "Import Local Variable Info" option on the DWARF analyzer, it seems to avoid causing the varnode problem for the...
have you considered that the original username can still appear in the database file when locations a record was located are marked 'deleted' and never overwritten at a later point?
> Note: This is a bug, not a feature request, because the Ghidra documentation explicitly states it should be possible to delete group nodes. Solution: change documentation. :smile:
Your first screen shot seems to be when using the "MSDIA" option, and the second is when using the Universal option. (correct me if I'm wrong). We are trying to...
When loading your pdb file, I was able to see a similar I/O error pop up when using 11.0.1, but I'm not seeing that error when running 11.1.1 or more...