|
Algorithm 1 Context construction algorithm. |
Input
Function Call Graph
Privacy Disclosure Path
System and UI Events
Permission Mapping Table
Output
Context
Begin
for all
do
if
then
//Retrieval entry function from CG
//Retrieval API permission
for all
do
if
then
//Add context
end if
end for
end if
end for
return
|