Research Article

Runtime Detection Framework for Android Malware

Algorithm 1

Trace examination procedure.
 1: procedure Trace Examination (, , , , )
 2:
 3: get the len. of the sliding window
 4:
 5:  while do
 6:
 7:
 8:
 9:
 10:
 11:
 12:   if and then
 13:
 14:
 15:   end if
 16:
 17:
 18:
 19:  
 20:
 21:   if or then
 22:
 23:   end if
 24:   
 25:  end while
26: end procedure