mandiant / GoReSym

Go symbol recovery tool
MIT License
498 stars 62 forks source link

Define And Apply Structs #14

Open stevemk14ebr opened 1 year ago

stevemk14ebr commented 1 year ago

We already can dump Go style structs, do the following

stevemk14ebr commented 1 year ago

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.