decaf-project / DECAF

DECAF (short for Dynamic Executable Code Analysis Framework) is a binary analysis platform based on QEMU. This is also the home of the DroidScope dynamic Android malware analysis platform. DroidScope is now an extension to DECAF.
GNU General Public License v3.0
803 stars 168 forks source link

Update procinfo module for newer kernels and add documentation. #66

Closed canance closed 5 years ago

canance commented 5 years ago

This PR includes 2 versions of procinfo.c for kernel versions 4.1.17 and 4.4 respectively. It also adds a README.md file with documentation to clarify why there are multiple versions of procinfo.c and directions on how to compile.