[Soot-list] Can we redefine the propagation rule of the points-to analyses used in Spark?
0 views
Skip to first unread message
Zhoulai
unread,
Feb 11, 2013, 1:14:21 PM2/11/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Soot List
Hello,
I would like to try an idea that needs to redefine the propagation rule of current points-to analysis used in Spark. Howere, I really don't see the class where Spark defines its rule of propagation of the domain of pointer assignment graph. Can anyone tell me in which class does Spark specify its propagation rule (so one can override it for testing new propagation rules) ? Many thanks.
Sincerely, Zell.
Eric Bodden
unread,
Feb 11, 2013, 1:24:06 PM2/11/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Soot list
Hi, Zell:
The worklist based implementation of the Spark rules is in soot / src / soot / jimple / spark / solver / PropWorklist.java . However, this file alone cannot tell you the whole logic of Spark.
Regards,
Xiao
-- Richard Xiao Xiao
PhD Student @ CSE @ Hong Kong University of Science and Technology