Research Article

An Informative and Comprehensive Behavioral Characteristics Analysis Methodology of Android Application for Data Security in Brain-Machine Interfacing

Listing 1

An example of feature extraction rule.
 <rule>
  <id > 5</id>
  <category>FrameworkAPI</category>
  <description>Extract APIs of Framework</description>
  <regex>Landroid(/\w+)+;->\w+|Landroid(/\w+)+\$\w+</regex>
  <targetfile>smali</targetfile>
  <multiMatch>true</multiMatch>
 </rule>