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

change 'no-assume-stack-scope' to 'assume-stack-scope' #442

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

danmatichuk
Copy link
Collaborator

This flips the default behavior of this unsafe flag.

If set, 'assume-stack-scope' injects an additional assumption into every pre-domain that all out of
scope stack values (i.e. past the stack pointer)

This is a fairly strong assumption that is unsafe in general, in particular it will crash in the case where it is provably false (i.e. the value domain implies that the stack contents past the stack pointer are necessarily inequivalent)

…ntation

This flips the default behavior of this unsafe flag.

If set, 'assume-stack-scope' injects an additional
assumption into every pre-domain that all out of
scope stack values (i.e. past the stack pointer)

This is a fairly strong assumption that is unsafe in
general, in particular it will crash in the case where
it is provably false (i.e. the value domain implies that
the stack contents past the stack pointer are necessarily
inequivalent)

updates challenge10.args to use --assume-stack-scope
@danmatichuk danmatichuk force-pushed the dm/flip-stack-scope-asm branch from 10e80fd to 7ae9fa7 Compare September 9, 2024 17:35
@danmatichuk danmatichuk marked this pull request as ready for review September 9, 2024 20:43
@danmatichuk danmatichuk merged commit 0843fcf into master Sep 9, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants