Research Article
[Retracted] Security Hardened and Privacy Preserved Android Malware Detection Using Fuzzy Hash of Reverse Engineered Source Code
Algorithm 1
Extracting.dex file from APK file.
| Input: (i) Path of malicious apk files | | (ii) Path of malicious jar files | | Output: Conversion of.dex file from APK file | | Steps | (1) | FUNCTION DEX2JARExtractor (PathOfAPKFiles, PathOfJarFile) | (2) | FOR A = 0 to until all the APK files are not reversed from PathOfApkFiles | (3) | BEGIN | (4) | IF PathOfJarFileNotExist | (5) | SET directory path “JobPool/with MD5 of apk file (.txt)” | (6) | Create Directory on PathOfJarFile | (7) | END IF | (8) | Create command using dex2jar.bat–d A and SET into X | (9) | Run command X | (10) | EXCEPTION: | (11) | PRINT Error in File | (12) | END FOR |
|