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

Changing the value of a data variable does not update the analysis of the functions that reference it #2105

Closed
jeffli678 opened this issue Nov 7, 2020 · 1 comment
Labels
Component: UI Issue needs changes to the user interface Effort: Medium Issue should take < 1 month Impact: Low Issue is a papercut or has a good, supported workaround Type: Bug Issue is a non-crashing bug with repro steps UI: Graph Issues with the FlowGraph class or Graph view UI: Linear Issues with the Linear view
Milestone

Comments

@jeffli678
Copy link
Contributor

image8

If I change the value of magic_constant, the annotation at 0x409477 (currently showing 0xc) will not be updated.

A workaround exist as to first change the type of magic_constant as non-constant, and then change it back to a constant

@plafosse plafosse added Type: Bug Issue is a non-crashing bug with repro steps Effort: Medium Issue should take < 1 month Impact: Low Issue is a papercut or has a good, supported workaround labels Nov 11, 2020
@jeffli678
Copy link
Contributor Author

The actual problem is we are not updating the analysis after the edit

@fuzyll fuzyll added Component: UI Issue needs changes to the user interface UI: Linear Issues with the Linear view UI: Graph Issues with the FlowGraph class or Graph view labels May 17, 2023
@xusheng6 xusheng6 added this to the Coruscant milestone Aug 10, 2023
@xusheng6 xusheng6 changed the title Changing the value of a constant does not cause the derived constant annotation to update Changing the value of a data variable does not update the analysis of the functions that reference the data variable Aug 10, 2023
@xusheng6 xusheng6 changed the title Changing the value of a data variable does not update the analysis of the functions that reference the data variable Changing the value of a data variable does not update the analysis of the functions that reference it Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: UI Issue needs changes to the user interface Effort: Medium Issue should take < 1 month Impact: Low Issue is a papercut or has a good, supported workaround Type: Bug Issue is a non-crashing bug with repro steps UI: Graph Issues with the FlowGraph class or Graph view UI: Linear Issues with the Linear view
Projects
None yet
Development

No branches or pull requests

4 participants