Mason Reed
Mason Reed
Looks to be the Itanium RTTI info is corrupted in some way:  Maybe some relocation type is handled incorrectly? Maybe the compiler did something weird?
Reopening to track what we want to do to identify these invalid type info names. As mentioned in the commit the most straightforward way would be to not allow non-mangled...
Forgot to include dev build the crash was fixed in `7571`.
This is an issue with return register selection. The function returns with `zmm0` but the selected return register was `rax`. Until this is fixed, setting the return type to a...
You can hide the debugger memory regions using the "Include//From Load File" on the feature map, not sure what all that means for hiding it automatically, or if we are...
This seems to be somewhat workable solution: https://github.com/emesare/flatbuffers/commit/e6c9c9068e53e8bd9ebe955eb105ca22985c1dad
Also likely want to do https://github.com/Vector35/binaryninja-api/issues/3847 as well, other tools have this same concept in their IR so I don't think its that off base. Keyword: "Generic Intrinsic"
Related to https://github.com/Vector35/binaryninja-api/issues/6901
Yea seeing as https://github.com/Vector35/binaryninja-api/issues/6742 will probably not be slated for next release something short term like a flag seems OK
As it stands right now this does not cause any regressions and the changes which do impact normal MIPS binaries are positive, I am inclined to merge this as-is. The...