Stripping down a RAM dump - the slab structure

Associate
Joined
24 Aug 2011
Posts
251
Location
Newcastle
Im currently working on a RAM project to strip out memory mapped files from a memory dump from linux, I'm wondering how the slab structure is linked to a page descriptor or a indirect structure in RAM?

As i do not look at the slab structure currently some extracted memory mapped files are segmented.

Any ideas how the slab structure in linux correlates to the memory mapped structures in RAM?
 
Back
Top Bottom