Hello all,
I am reproducing the Drebin malware detection system presented in a paper entitled "DREBIN: Effective and Explainable Detection of Android Malware in Your Pocket". There are many re-implementations of this system in Github; however, the majority of them ignored the feature extraction step that indeed aims to extract the feature introduced in the paper from the APK samples (Android apps). As far as I know, one of the proper re-implementation is "https://github.com/Kenun99/Drebin"; but, the results of extracted features are not the same as what presented in Drebin public repository (https://www.sec.cs.tu-bs.de/~danarp/drebin/download.html).
Anyway, I would be grateful if anyone lets me know that how can I find an accurate re-implementation of this malware detection system?