Skip to content
gleeda edited this page Sep 7, 2016 · 4 revisions

Possible items:

Core Support

Windows 8/10 hibernation file support

Unknown unknowns in Windows 8/2012/10/2016

  • with every OS comes new features that are yet to be discovered

Caching

  • caching of addresses for overall speedups

Linux kernel identification

Multithread scanning

On-the-fly PDB usage

RE Problems

GPU Malware

  • address space addition

SQL in Memory

Integration between IDA or Hopper and Volatility

Useful DEV Projects

Chart of Disassembly

Identify potential malicious files (docs, ppts, pdfs etc)

Object viewer (visualization/mapping of objects as they relate to each other)

  • Imagine being able to drill down through each of the members of an _EPROCESS structure for instance (kind of like http://volatilityfoundation.github.io/volatility/treestuff.html)
  • Also it would be nice if you could have different possible views for unknown members, like for instance to view a value as a timestamp, raw hex value or pointer to another object
  • Visualization of where particular objects reside in memory: imagine a hilbert curve of where particular requested objects reside in memory

Timeline Visualization

Memory Acquisition (not really Volatility specific, but of obvious interest)

Verification of current acquisition tools.

Acquiring Linux memory samples

OS X memory acquisition on 10.9+

  • Nothing works reliably these days