c - How to get ELF executable binaries in Android 5.0 ART -


we working on elf mining. unable find path of elf executable in android 5.0 art architecture. found .so , .oat files via xplore, these not elf executable binaries.

more detail: after android 4.4.4 dalvik vm replaced art. in android 5.0 dvm's app's dex code converted odex executed. in art converted elf executable code.

i working on malware detection software works mining elf files cluster patterns of anomalies. art works on aot compilation executable binary file (elf) should exist against each app in internal storage.

my question: want know path of elf file of apps or method obtain elf .apk or .dex file.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -