Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define And Apply Structs #14

Open
stevemk14ebr opened this issue Jan 6, 2023 · 1 comment
Open

Define And Apply Structs #14

stevemk14ebr opened this issue Jan 6, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@stevemk14ebr
Copy link
Collaborator

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 stevemk14ebr added the enhancement New feature or request label Jan 6, 2023
@stevemk14ebr
Copy link
Collaborator Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant