GoReSym
GoReSym copied to clipboard
Define And Apply Structs
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
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.