We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In OFRAK, it is possible to add a ResourceView to an existing resource.
ResourceView
If that resource already has that view, this is essentially updating the existing view's data. An example of this being used is here: https://github.com/redballoonsecurity/ofrak/blob/master/disassemblers/ofrak_ghidra/ofrak_ghidra/components/ghidra_analyzer.py#L463.
This is very confusing behavior: add_view sounds like it is adding something, not replacing it.
add_view
Possible solutions:
Which files would be affected?
Does the proposed maintenance include non-doc string functional changes to the Python code?
Are you interested in implementing it yourself?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In OFRAK, it is possible to add a
ResourceView
to an existing resource.If that resource already has that view, this is essentially updating the existing view's data. An example of this being used is here: https://github.com/redballoonsecurity/ofrak/blob/master/disassemblers/ofrak_ghidra/ofrak_ghidra/components/ghidra_analyzer.py#L463.
This is very confusing behavior:
add_view
sounds like it is adding something, not replacing it.Possible solutions:
Which files would be affected?
Does the proposed maintenance include non-doc string functional changes to the Python code?
Are you interested in implementing it yourself?
The text was updated successfully, but these errors were encountered: