ikelos
ikelos
I haven't tested it yet, so I don't know whether `os.path.exists` will accept URIs, but the branch I'm working on is `issues/issue1255` if you want to give it a try....
No one ever tested the fix which is how this went stale, but I'm concerned that we need to take the user's request for which directory should be examined into...
Ok, this seems to be failing on `boottime = Timespec64Concrete.new_from_timespec(wall_to_monotonic)` which expects a Timespec64Abstract, but doesn't get one seemingly. Happy to merge this once we get the test passing/figure out...
It looks like `wall_to_monotonic`, which is made from n `object_from_symbol` call, isn't returning a `timespec64` (or at least not something that looks like a `Timespec64Abstract`, which is what it needs)
Ok, happy to leave this open as a todo, but it feels fairly low priority. The automagic running just burns a bit of time and shy of requiring each and...
This may be using a cached file that was not downloaded fully/correctly. Please try removing the file `C:\Users\tranh\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\Roaming\volatility3\data_507594f7f68dd8c7e4e66e25c265bdb9d1b89352d9ea4f6ed49fcef93f772da18d8789ca49446ecd75ad6f78363f97ca96076448a0d0235ab37706c0b31a0881.cache` and try the process again, then report back here as to whether...
It was supposed to be the virtual address where the kernel lives. I would prefer it if the value were set right (assuming we know by that point). I'm not...
I think probably I should work towards deprecating it. Since it's actually an attribute of the kernel (accessed through kernel.offset) rather than an attribute of the layer. You can have...
Sure, but... it should probably be being stored and retrieved from the kernel module, rather than tagging it into the layer. The reason it lived there is because there didn't...
So, I don't know that I understand how it's being used in linux/mac land well enough. From what I can see, automagic sets it in linux and mac worlds at...