Mobile memory dump

I want to dump my mobile memory with lime, but during the process I ran into some problems. 1. Loaded kernel source code and building, created by zImage.

2. Change the Makefile for the lime, as the manual says, and then lime (the problem at this point, despite the fact that the file lime.ko and lime-3.8.0-29-generic.ko was created for my case)

3.Command./adb push ~ / lime-forensics / src / lime-3.8.0-29-generic.ko / sdcard / lime.ko successfully progressing

4. The rebooted phone accepts access for the adb shell because the root and lime insmod command fails to reset the memory

The problem is that the insmod / sdcard / lime.ko command "path = / sdcard / ram.lime format = lime" is given in the adb shell command gives this error

# insmod /sdcard/lime.ko "path=/sdcard/ram.lime format=lime> insmod: init_module '/sdcard/lime.ko' failed (Exec format error). 

What possible mistake have I made and what should I do to resolve this error and continue?

+7
android memory adb kernel-module galaxy
source share
1 answer

The core is not clean. Please clean and rebuild. + look for your compiler options.

0
source share

All Articles