Steven Luke

Results 5 comments of Steven Luke

A few extra comments: * The DMP file is initially un-readable by normal users, but before running these tests I ensured it was read/writable by the user running the test...

> volatility 3 doesn't read pdb files directly, they need converting into JSON Sorry, I guess the `tree` command isn't clear here. It actually lists only the directories, under the...

New (partial) log output: First, during processing I get lots of lines like this: `Level 8 volatility3.framework.automagic.symbol_cache: Identified file:///C:/DevRepo/bbbbb/code/volatility3/volatility3/symbols/windows/windows/ntkrnlpa.pdb/E086B943FAE142BEBD7E5F280ADF1458-5.json.xz as b'ntkrnlpa.pdb|E086B943FAE142BEBD7E5F280ADF1458|5' ` With occasional lines like this: `Level 6 volatility3.framework.automagic.symbol_cache:...

here is the latest results (cutting to after the JSON file parsing): ``` INFO volatility3.framework.automagic: Running automagic: LayerStacker Level 6 volatility3.framework: Importing from the following paths: C:\projects\aaaa\bbbbb\python\vendor\volatility3\framework\layers Level 9 volatility3.framework.configuration.requirements:...

Here is what I have as a starting point: I have a scatter plot defined like this: ``` score_scatter = px.scatter(score_data, x="Top Cat 2 Score", y="Top Cat 1 Score", color="Top...