-
Notifications
You must be signed in to change notification settings - Fork 85
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
TIF011/TIF013 could never be reached #117
Comments
Hi! Interesting! Can you please be more specific about what you mean by "traversed all instructions". |
Thanks a lot for your kind reply :) I used an LLVM Pass to locate the corresponding instructions of the target line in the two binaries. So I think these two CVEs could never be triggered in magma. The following is the demo code to get the
|
Thanks, @qhjchc, that is very interesting. This sounds like a useful analysis to have; do you have the code for your LLVM pass available on github? I would be interested in digging into this in greater detail. |
@qhjchc AAH019 and AAH021 are not marked with a Proof of Vulnerability in the paper. |
Hi,
I traversed all instructions in the given binaries
and found that the none instructions are in the two files
which means that the two CVEs may never be reached in magma
The text was updated successfully, but these errors were encountered: