Eve

Results 140 comments of Eve

Hello @kevthehermit and @ikelos, I've been digging into why the revmap doesn't seem right, and I think this patch here is all that's needed. Here is a worked example using...

Yes - I'm easy on changing the output columns - either works for me. If other plugins want to they can work from the `generate_mapping` classmethod so they can work...

Hello, There aren't any pull requests at the moment for a psxview plugin replacement, but someone might be out there working on it on there own. There is no harm...

Hi, that's very interesting! It looks like the symbols for your version of windows doesn't include some parts that this plugin is expecting. That's why the other plugins work, but...

That's perfectly understandable, re sharing, so don't worry. The version information will be very useful in terms of being able to recreate the issue. If you generate a config file...

You can add it anywhere before* the plugin name, i normally do it first. ``` vol.py --save-config myconfigfile.json -f -r pretty windows.getsids.GetSIDs --pid ``` *Arguments after the plugin name are...

I've been thinking about a generic way of handling processes (maybe worth discussion in a different "issue"?) It's interesting. I think could work, but you'd need to be able to...

@gcmoreira yeah thats exactly what I mean. The linux pslist plugin returns thr vaule from tgid, but calls it PID for the user. I think that's probably a good thing....

@ikelos I missed your comment somehow, but I think that is a good idea. What people would expect is exactly what should happen - with consistency across the plugins.

I've made no major progress on this yet. I still do think it's a useful feature to add. I'll work on a simple example and see if it works well...