Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading Lime to obtain ram image comaptible with volatility #96

Open
saneeha-amir opened this issue Oct 1, 2021 · 0 comments
Open

Loading Lime to obtain ram image comaptible with volatility #96

saneeha-amir opened this issue Oct 1, 2021 · 0 comments

Comments

@saneeha-amir
Copy link

Hello,

I am working on android memory forensics for malware analysis. I need ram image of android emulator which can be passed to volatility for analysis.

initially i compiled goldfish and lime with x86_64 compiler (x86_64-linux-glibc2.11-4.8) and Lime was loaded into the emulator and image was obtained. But the problem was that volatility was not working on the image . (i suppose it was because of the fact that volatility does not work for 64 bit images. Please confirm if i m thinking right).

Now i have compiled goldfish and Lime using x86 compiler(i686-linux-android-4.6) but now Lime is not loading into emulator and error is raised 'Exec format error'.

Please guide me where i am wrong. I need an image that can work with volatility.

Ill be grateful for your help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant