Ghidra1

Results 140 comments of Ghidra1

Provided the signature has not been locked-in, the decompiler should float the return value based upon the calling convention employed. I am uncertain which calling convention and language you are...

Our PROGRAM.DTD needs a big update to catchup with our API and is rather constrained. If you will work with us we can probably adapt it better to our API....

#857 mentioned, appears to relate to case where code has not been diassembled. How does this relate to your PR which simply returns existing function if one already exists containing...

#651 seems unrelated to changes made in PR

The 'undefined' type is used by the decompiler as a signaling mechanism which allow the type to float based upon its analysis. Any other type will be treated as locked-in...

The decompiler treats all undefined types (including those that are sized) as a means of allowing the datatype to float for that variable. The associated storage dictates the size constraint...

@mumbel This may also be affected by the Signature SourceType which gets set to USER when you modify via the Function Editor. It appears types are locked when this souce...

The delay slot value indicates the minimum-number of bytes consumed. Frequently a value of 1 is used to consume 1 instruction of any length in the delay slot. This byte...

Unable to view video within our environment. Could you please post sample instruction with local markup and with convert markup. Are you trying to perform the convert action or simply...

When marking-up an operand for redering, only one replacement/change is made. In your case the `canary` memory reference prevails over a scalar equate. It does seem like this could be...