ikelos
ikelos
I believe we just haven't gotten to those yet, I think they were all core plugins of volatility2. I've given this to the developer that made the previous ones, so...
Several plugins run directly on a physical layer, for example the banners plugin ( https://github.com/volatilityfoundation/volatility3/blob/develop/volatility3/framework/plugins/banners.py#L22 ), but you need to make sure *not* to specify a list of `architectures`, otherwise...
Hiya, the difficulty with a `RawLayerRequirement` is what you mean by it? Do you mean "the last layer before a virtual layer" and what then happens when hypervisor virtualization kicks...
So I understand what you're getting at, but it doesn't quite fit. File formats (such as Lime) translate addresses from the physical address space into the file format's layout in...
Also, just to join this together into a single conversation, this seems very similar to #215
Not a great deal of additional commentary going on here. At the moment, the recommended mechanism is still to set no architecture list, or to create the Translation layer, then...
Thanks very much for the report. Hopefully this has been resolved with commit `772083a`. Please could you test it and let us know if that resolved the issue (and whether...
Ah, my bad. The errors were actually subtly different. The second one was because I was using a variable in the error message I added, that didn't exist yet. 5:P...
Ok, well, that is stacking the intel layer correctly and does appear to be identifying the symbol library correctly and returns an aslr value. I think I'm gonna have to...
@atcuno This one also could do with some investigation at some point please