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
Hi, thanks for the brilliant framework at first.
I'm trying to use SVF to analyze the linux kernel concurrent bugs, I run the following command to analyze the bitcode
Hi, thanks for the brilliant framework at first.
I'm trying to use SVF to analyze the linux kernel concurrent bugs, I run the following command to analyze the bitcode
and I get the results:
According to the source code
SVF/svf/include/MSSA/MSSAMuChi.h
Line 212 in 8370e68
and
SVF/svf/include/MSSA/MSSAMuChi.h
Line 509 in 8370e68
The
LDMU
andSTCHI
represent the read and write instruction to a memory.My question is
means in line 100 of
include/linux/list.h
writes to a memory location?Or
means in line 102 of
include/linux/list.h
reads from memory?Thanks so much for answering the question!
The text was updated successfully, but these errors were encountered: