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

volatility.debug file does not existed #379

Open
SawsanAlodibat opened this issue Feb 27, 2017 · 8 comments
Open

volatility.debug file does not existed #379

SawsanAlodibat opened this issue Feb 27, 2017 · 8 comments

Comments

@SawsanAlodibat
Copy link

when I'm trying to run the following command on win 10:

volatility_2.6_win64_standalone.exe --plugins=myplugins --profile=Win10x64 -f 20170224.mem myplugin
I get this error:

Traceback (most recent call last):
File "vol.py", line 192, in
File "vol.py", line 183, in main
File "volatility\commands.py", line 147, in execute
File "volatility\commands.py", line 282, in render_text
File "volatility\commands.py", line 273, in _render
File "volatility\commands.py", line 270, in unified_output
NotImplementedError: Rendering using the unified output format has not been implemented for this plugin.
Failed to execute script vol

@iMHLv2
Copy link
Contributor

iMHLv2 commented Feb 27, 2017

What's your plugin look like? Have you implemented render_text?

@SawsanAlodibat
Copy link
Author

SawsanAlodibat commented Feb 27, 2017 via email

@gleeda
Copy link
Member

gleeda commented Mar 27, 2017

This seems to be an issue with your plugin myplugin. What does that plugin look like? You are most likely missing render_text

@elvispopovic
Copy link

elvispopovic commented Mar 12, 2018

So, another NOTHING. Guys, do you have answers or only thing you can do is to close topics?

@jared703
Copy link

@elvispopovic the Volatility devs do their best at keeping this awesome framework moving forward. Instead of complaining you could take a look at the issue and propose a solution yourself. Open source is good like that.

@mabj
Copy link

mabj commented Oct 15, 2018

"volatility.debug file does not existed"
I usually get this message back when the process memory file is missing. For instance:

$ /usr/local/bin/vol.py --plugins=./Extractors/Volatility/ -f ./samples/FAKE.dump  --profile Win7SP1x86 myplugin
Volatility Foundation Volatility Framework 2.6
ERROR   : volatility.debug    : The requested file doesn't exist

Just double check if the memdump file really exists.

@mabj
Copy link

mabj commented Oct 15, 2018

"NotImplementedError: Rendering using the unified output format has not been implemented for this plugin."

In this case, I think, you just forgot to implement the "render_text" method as mentioned by @gleeda.

@sajious
Copy link

sajious commented Jun 24, 2022

Just Run cmd as administrator. :)

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

No branches or pull requests

7 participants