feat(REDDI): Added Recursive EDDI technique and improved CPP support#21
Open
EmilioCorigliano wants to merge 16 commits into
Open
feat(REDDI): Added Recursive EDDI technique and improved CPP support#21EmilioCorigliano wants to merge 16 commits into
EmilioCorigliano wants to merge 16 commits into
Conversation
f4a4cf7 to
23efda8
Compare
23efda8 to
6129392
Compare
- Now the entrypoint of the program (usually the "main" function) is duplicated in-place when using EDDI, so that the program directly enters the Sphere of Replication - Avoided the search for debug locations when debug is not enabled
… different consistency check - Now in EDDI we can generate an ErrBB block for each consistency check which, after the call to "DataCorruption_Handler()", jumps to the normal continuation basic block - CFCSS has been fixed to support multiple ErrBB
Added basic case and more checks to avoid null dereferences
Now indirect function calls are hardened by calling the duplicate version of the function, passing both the original and the duplicate operands. Also, a consistency check on the pointer of the function to be called is added too (in addition to the classic consistency checks of the operands).
…eCall Co-authored-by: osmandagli <osmanbugra.dagli@mail.polimi.it>
Avoid aliasing of anonymous GVs when they are duplicated Co-authored-by: osmandagli <osmanbugra.dagli@mail.polimi.it>
8532b5a to
a1987cb
Compare
added 4 commits
April 29, 2026 12:38
Duplicating an extern global variable would lead to a linking problem since no external library would provide for its duplicate version
88d6950 to
401278a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.