dev747368
dev747368
I agree the error displayed could be better. I'll add that as an issue to be fixed. Re: at least snag the symbols... the level of effort for this is...
> I have the exact same problem, i was trying to do this for the debian openssh-server with the openssh-server-dbgsym debug symbols. > Is there a workaround ? No, the...
re: getter for the filenameExtOverride value. Yeah, there should be one. The final step for this PR would be to squash your commits into 1 and then force-push overwrite your...
> Did I accidentally squash in the commit prior to my PR? Or is this just how GitHub makes it look? It does look suspicious because that previous commit from...
I'm trying to narrow down what may have triggered the issue, but not having an easy time. What kind of binary are you looking at, and could you share it?...
> ghidra-master/Ghidra/RuntimeScripts/Linux/ghidraRun What you are describing does not seem to be a normal ghidra layout and is not expected to work when run this way. Is there any reason you...
re: your own build. Sure, but instead of running stuff from the source code tree, you need to extract your locally built .zip file, and then run ghidra from that...
What size does ```uint32_t``` take when you use it directly in the program (no struct)? What arch / language is your binary? If you find the uint32_t type in the...
Right. Well, the base data type that this typedef is pointing to, in conjunction with this binaries arch is probably the cause. Some of Ghidra's built-in data types are specific...
> Regardless, is there a way to tell Ghidra that `int` is actually 4 bits (and also potentially fix any other base types)? You can't modify the behavior of the...