soarlab / maline

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

Incomplete list of system calls #4

Closed mdimjasevic closed 10 years ago

mdimjasevic commented 10 years ago

So far we have used a manually-derived list of system calls in Android. Use architecture-dependent files provided in the data directory to address this issue.

mdimjasevic commented 10 years ago

The list of calls for i386 listed in the Android source under bionic/libc/include/sys/glibc-syscalls.h is incomplete.