Ghidra1

Results 145 comments of Ghidra1

The adverse affect comes into play based upon the way records are stored within the Ghidra database. If a record exceeds ~1/4 of our database buffer size (4068) bytes, the...

I found this statement online: `Only the first 2048 characters of Microsoft C++ identifiers are significant. ` At a minimum we should extend our limit to exceed this value and...

The PR will not be accepted, although we have an internal ticket to address this.

A trailing flexable array member is expected to be declared with a 0-element count. In addition, it it best to enable packing on the structure when this is done. Any...

The decompiler will not render as a reference the last zero-length structure member (e.g., name) since its offset falls outside the bounds of the structure. It would require special logic...