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

Table of added hooks: Add column that displays elf section #32

Open
riesentoaster opened this issue May 17, 2023 · 1 comment
Open

Table of added hooks: Add column that displays elf section #32

riesentoaster opened this issue May 17, 2023 · 1 comment

Comments

@riesentoaster
Copy link
Collaborator

No description provided.

@riesentoaster
Copy link
Collaborator Author

This is not trivial since we don't have a reference to the Memory object in that table (and that object can do the lookup of which block a certain Address is in).

The other option would be to add a field to the Hook objects, which in turn is an issue when importing, since this information is not stored in the YAML and we don't have a reference to the Memory object in the import either. Further, this is just redundant information storage in the Hook object, which is something software development best practices discourage because of good reasons.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant