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

Inconsistencies between GRA and MMM #266

Open
Tracked by #270
l-kent opened this issue Oct 30, 2024 · 0 comments
Open
Tracked by #270

Inconsistencies between GRA and MMM #266

l-kent opened this issue Oct 30, 2024 · 0 comments
Assignees

Comments

@l-kent
Copy link
Contributor

l-kent commented Oct 30, 2024

In some cases, the GlobalRegionAnalysis will assign regions to accesses that do not match up with the regions later found in the MemoryModelMap.

For correct/basic_lock_read/gcc:BAP, there is an inconsistency between the GRA result and the MMM. The GRA correctly gives a region with start address 69652 (0x11014) and size 4 to accesses to that address, but this region does not appear in the MMM's dataMap. I haven't yet identified why.

For correct/secret_write/clang:BAP, there is a new error introduced by the most recent changes. The GRA correctly gives accesses to address 0x11034 (69684, which is the address of z) a region, but this region is not included in the MMM's dataMap.

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

2 participants