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

Don't just abort on address collision #411

Open
sj-i opened this issue Jan 18, 2024 · 0 comments
Open

Don't just abort on address collision #411

sj-i opened this issue Jan 18, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@sj-i
Copy link
Member

sj-i commented Jan 18, 2024

Address collisions may occur during context graph construction, as seen in #409.

There are two possible causes: a bug in Reli or the memory of the target process is actually corrupted due to a bug in the intepreter or an extension.

Experience has shown that most of these inconsistencies occur only locally and it’s often not necessary to stop the entire analysis. At least an option should be provided to record the locations of errors while ignoring them and continuing data collection in other parts of the target process.

@sj-i sj-i added the enhancement New feature or request label Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant