Ghidra1

Results 140 comments of Ghidra1

@IceTDrinker , Your thunk function should set the thunked function. There is both a Function action with popup (**Function->Set Thunked Function...**) and an API method on Function for doing this....

@IceTDrinker , Does my previous comment address your concern? If so, I would like to close this ticket.

If parameters are passed in a larger register, I believe a smaller type can be specified. What happens when you try to set the type to a smaller enum type...

I would think that the CONCAT could be avoided but I will defer to @caheckman

> There is already something very similar for function signatures, and it works very well, so I feel like this would improve everyone's workflow. If you are referring to the...

> When importing you need to do a lot of prepping and dial-tuning, checking that it isn't in read-write mode, and even if it succeeds it replaces the whole data...

One of the biggest obstacles with using the C Parser for re-parsing Ghidra datatypes is the fact that our type naming is not C-compliant and in many cases can drag...

This is related to a similar Structure Editor request which we will be looking into

`svc` is treated like a supervisor-level call instruction which in many uses may return and continue. This specific case is like calling a non-returning function. Unfortunately, Ghidra's AARCH64 `svc` semantics...

Similar issue also applies to ARM where the `svc` and `swi` instructions use the `software_interrupt` fall-through pcodeop.