-
Notifications
You must be signed in to change notification settings - Fork 108
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
An issue of libdft(libdft_core.c) #4
Comments
Hi, |
Hi, |
Hi, |
source coe: thread_ctx->vcpu.gpr[dst][1] = tag_combine(dst_tag, src_tag); xadd instruction: I don't think this code is correct. |
HI, Also,i think a "#" is missing(the 4th flag) in makeflie.libdft, something wrong happened while generating? |
Hi, You need to run the command |
Hi,
(1) Some types of instruction, for example movdqu, which would influence the taint analysis result , are ignored by libdft, so how can you get the right taint result?
(2) XADD instruction, source operand could be a memory operand?(xadd_m2r)
Thanks for your reply!
The text was updated successfully, but these errors were encountered: