smarabbit
unread,Dec 28, 2011, 9:16:24 PM12/28/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BitBlaze User Discussion group
Now, I’m trying to build the dependency graph of System Call according
to information flow.
For example, SystemCallA( para 1, para 2) , SystemCallB(para3, para4).
If para1 and its propagation were used by SystemCallB, we see
SystemCallB depends on SystemCallA because the data flows from
SystemCallA to SystemCallB. I know TEMU can track information flow.
But I’m not sure if it can track the information flow of System calls.
So, Could you tell me if TEMU can do this or some tips to implement
it ? Thank you very much.