You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm often finding myself cross-referencing my ghidra output with an error list like this one. We could define these as named variables in the script I think, similar to what the SVD plugin does to assign names to hardware registers. Would save a lot of time.
The text was updated successfully, but these errors were encountered:
sajattack
changed the title
Assign error codes to names
Assign names to error codes
Dec 30, 2020
@sajattack are data type archives good enough for this or do you have other ideas? (This still requires pressing E and choosing the correct value, idk if we could do it automatically and if it would be a good idea?)
Yeah I suppose it would be pretty error-prone to try to do automatically. With the datatype, can I just pick the enumeration and have it determine the variant? I don't know how it works. Maybe a script would be another good option?
I'm often finding myself cross-referencing my ghidra output with an error list like this one. We could define these as named variables in the script I think, similar to what the SVD plugin does to assign names to hardware registers. Would save a lot of time.
The text was updated successfully, but these errors were encountered: