-
Notifications
You must be signed in to change notification settings - Fork 28
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
dwarf2json feature request for vol2 profiles #36
Comments
Hi @jdlovato, Thank you for the feature request! Being able to generate a profile without a full debug kernel is a useful feature. In addition to There's a working implementation that you could try (see https://github.com/volatilityfoundation/dwarf2json/blob/linux-module-method/README.md#generating-isf-without-debug-information). Any feedback would be helpful. Thanks! |
I am also interested in generating a Vol3 profile for a linux system for which I do not have access to the debug version of the kernel. I do have the Vol2 profile that I generated a few years ago and I also have access to the system. However, the system is too old to get the kernel debug (Metaploitable2 which is Ubuntu server 8.04). I followed the instructions you gave ([https://github.com/volatilityfoundation/dwarf2json/blob/linux-module-method/README.md#generating-isf-without-debug-information]), but the Makefile is used to build a module.c file. What is that module.c file. This would be useful to me. Thank you. |
Hi @vincentroberge, Thanks for your question. The Makefile uses Could you try copying Thanks |
Hi @ilch1 , |
Hi @ilch1 for some reason the Let me know also if I should open an issue about this, I've been very confused. |
I found out why, the code lived inside the |
I would like to submit a feature request for when you have access only to the vol2 profile which includes the systemmap and the module.dwarf. Is that enough to create the profile for Vol3? That would be very helpful in converting vol2 profiles to vol3 if it is possible.
The text was updated successfully, but these errors were encountered: