ikelos

Results 573 comments of ikelos

There are a number of plugins that support the `--dump` parameters, for linux this appears to be `pagecache`, `elfs`, `proc` and `pslist`. Hopefully one of those can achieve what you...

So what's the upshot on this bug? Is there specific functionality needed for volatility 3 that existed in volatility 2, or is it just supported in different ways? The discussion...

@Axselll If you want more interactive support, please join us in [slack](https://www.volatilityfoundation.org/slack). If you have a specific problem with volatility or think you've found a bug, please file a new...

Anyone here got any progress on this? If changes need making to the main symbol table format, that's possible but I don't fully understand what these new structures are or...

That seems reasonable if it becomes a unique namespace (which it sounds like `rust.` or `.` would. Anyone any idea how much effort will that be to add to dwarf2json?

I think as long as we don't _lose_ functionality (ie, it can still give you virtual addresses, if that's what you expect) then it should be fine?

The core problem here is we all have a concept of what a "physical layer" should be and in general we can all come to an agreement about it, but...

The core problem here is we all have a concept of what a "physical layer" should be and in general we can all come to an agreement about it, but...

Every layer has a `dependencies` property that contains all the layers that it depends upon, so that should already be doable? The order isn't guaranteed I believe though, so you'd...

We could have a helper function that takes a parent layer and a method with signature `(context, layer_name)` that would then run against each dependency? It could maybe pre-filter on...