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

Add functionality to differentiate between multiple target symbols in config.yml add_relocations #58

Closed
TheNathannator opened this issue Jun 1, 2024 · 0 comments

Comments

@TheNathannator
Copy link

Currently, there is no way to disambiguate between multiple symbols of the same name when adding relocations via config.yml. A very notable case would be adding a relocation to a string pool, as there could be hundreds or thousands of @stringbase0 symbols that exist in a project.

This could be done by splitting the target field into two targetName and targetLocation fields, which hold the symbol name and address respectively. There could also be some way of combining the two fields (this is what I instinctively tried in the config.yml - @stringbase0:0x80b895e8), but it could be difficult to determine where the symbol ends and where the location begins.

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

No branches or pull requests

1 participant