You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The transformation performed in anti-taint.py will create invalid c code in some cases. This is due to a missing check for the existence of variables named newvar_X.
A minimal example of where this will be a problem is:
The transformation performed in
anti-taint.py
will create invalid c code in some cases. This is due to a missing check for the existence of variables namednewvar_X
.A minimal example of where this will be a problem is:
which will be transformed to:
where newvar_1 is already in use.
Further i would like to ask you where you apply the crc checksum replacements of the form:
that you write about in your paper.
The text was updated successfully, but these errors were encountered: