Closed GoogleCodeExporter closed 8 years ago
John,
1. No, dumpfiles is dumping files from the ntfs cache manager, which is the
representation of the file as it was on disk. The other plugins dump files
after they're loaded into memory (i.e. IAT is patched, global variables
initialized, etc)
2. No, the two plugins are getting data from two entirely different sources.
The cache manager doesn't cache everything, and it also expands/contracts based
on cache size so files once in the cache can get pushed out over time (even if
the corresponding DLL isn't unloaded from process memory)
3. If the kernel drivers are cached by the cache manager, yes. But No to the
second part of your question.
Hope that clears things up for you.
Original comment by michael.hale@gmail.com
on 1 Feb 2014 at 5:07
Original issue reported on code.google.com by
johnmcca...@gmail.com
on 30 Jan 2014 at 7:00