GoReSym icon indicating copy to clipboard operation
GoReSym copied to clipboard

Define And Apply Structs

Open stevemk14ebr opened this issue 2 years ago • 1 comments

We already can dump Go style structs, do the following

  • Convert these structs to IDA compatible C-ish style
  • Create these using the IDA script
  • Determine if it's possible to apply these to function locals / arguments

stevemk14ebr avatar Jan 06 '23 20:01 stevemk14ebr

Argument type information doesn't appear to be present, looks like we may have to include external information if we wish to do that last bullet. Something like parsing the go runtime source and embedding that info into GoReSym.

stevemk14ebr avatar Jan 26 '23 18:01 stevemk14ebr