Gustavo Moreira

Results 60 comments of Gustavo Moreira

@ikelos This is now ready for review. Added testcases for both plugins

Hi @ikelos, this is still awaiting a review. Maybe @atcuno can have a look? :pray:

Hey @eve-mem! there is still something weird here. In your first output: ```shell $ python vol.py -f linux-sample-5.dmp linux.pslist --pid 2282 Volatility 3 Framework 2.5.1 Progress: 100.00 Stacking attempts finished...

@eve-mem very sorry, I got to this issue through another ticket and I haven't noticed that actually had the draft label. Anyway, I know it's a thread. What I am...

The patch suggested by @ptrcnull worked for me in [volatilityfoundation/volatility3!1238](https://github.com/volatilityfoundation/volatility3/pull/1238)

@mkonshie yes, it works with [!1238](https://github.com/volatilityfoundation/volatility3/pull/1238) . Thanks

Hey @ikelos, I'm very late to this, but since no one has responded yet, here are my two cents. `System.map` only provides symbol addresses, not their types, so it’s not...

Cool! I used commits for that. Each commit addresses a specific thing. I always try my best to keep them separated and organized. Sorry, I thought that way will also...

Ok, reverted those commits and redid it using the `preferred_filename` as you suggested. See example below. It was a bit tricky as `preferred_filename` has a setter. The file has to...

@ikelos Another thing I noticed and would like to check with you is the handling of the temporary file. Before renaming it to the final filename, it’s created in the...