-
Notifications
You must be signed in to change notification settings - Fork 42
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
Feature Request: Alllow for Specifying the KDBG Address #19
Comments
Thanks again for the request. I will think through how to collect this info. Again, open to any thoughts you have had. |
So, there are two tracks here, the first being how to acquire the proper kdbg address and the second being how to incorporate that into the plugins run against the image. Addressing the latter first, I think the best option is to somehow provide the capability for the end-user to set the kdbg address as an option somewhere on the page, perhaps in a drop-down menu like you use for the profiles (via parsing the kdbgscan output looking for the suggested possible addresses). Or, it can be a separate field/text box somewhere that requires user-input of the specific address. Addressing the former, I can think of a few options off the top of my head:
I'm sure there are other options, but this is all I got at the moment. Hopefully that helps, and thanks in advance for all your work on this! |
Great thoughts! What makes this even tougher is trying to incorporate your other request to allow for each memory dump to have a KDBG value stored and used. Will take some creativity for sure! |
Should be able to be tied to the image the same way the profile is/would be. Easiest way is probably full file path or memory hash. Or just assign a unique ID upon load. |
This could also be achieved if evole created a volatilityrc config file for the image. This would also segnificantly speed up Win 8-10 images. |
Being able to specify this parameter for/when running each module would greatly reduce processing time.
https://github.com/volatilityfoundation/volatility/wiki/Volatility%20Usage#setting-the-kdbg-address
The text was updated successfully, but these errors were encountered: