ikelos

Results 573 comments of ikelos

Ok, so this is actually due to the way we have to handle the `symbol_shift` on symbol tables for linux. You can add the line ` "nt_symbols.symbol_shift": 0` to the...

Thanks, I'm not overly keen on using constants as flags, but I'll have a think over this and figure out how best to work it...

Thanks, please can you provide the output of running the command with `-vvv` after `vol.py`? This gives more information which will help us debug what the issue may be. For...

Hmmmm, ok. So this is a fairly old version of volatility 3, so it doesn't include some of the debug output about the vmware layers, and it also won't have...

I'm afraid I'm not all the well versed in the most recent `hiberfil.sys` formats. I'm not sure whether memory smear occurs in hibernation files (it shouldn't if the system was...

It would be useful to understand what makes you think it's a crash (by getting the command line you're using and the contents of output file you're writing to, making...

This sounds as though the merminal that you're trying to output to doesn't support the full unicode character set. It's unclear why that wouldn't pipe to a file without issue,...

Hi there, this appears to be an encoding error in the output of volatility and may be related to the character map of the console that python is running within....

Could you please generate a profile showing these calls (`python -m cProfile -o del_layer.prof vol.py ...`) so that I can look at how best to reduce the overhead?

Thanks for the report, could you please include a short description about the issue? It's difficult to figure out what's going wrong based only on the screenshots. As far as...