soarlab / maline

Android Malware Detection Framework
GNU Affero General Public License v3.0
81 stars 31 forks source link

Rework feature file generation #8

Closed mdimjasevic closed 10 years ago

mdimjasevic commented 10 years ago

The feature file generation process is too slow. Have every .graph file consist of two lines: on the first line is the number of features and the second line is all the features. In that way a big matrix feature file can be generated by simply concatenating last lines of .graph files (plus "1" or "0" at the end of each row if the app is goodware or malware, respectively).