Research Article

An Efficient Platform for the Automatic Extraction of Patterns in Native Code

Algorithm 6

Pattern detector rule to recognize patterns.
Function CALL_Post_pattern_detector(instruction)
if    is CALL    then
   _
   for    to   +   do
      next(instruction)
   end for
   return ( , ( _, ))
end if
return null
end