frysk.solib
Class MemoryMapFactory

java.lang.Object
  extended by frysk.solib.MemoryMapFactory

public class MemoryMapFactory
extends Object


Constructor Summary
MemoryMapFactory()
           
 
Method Summary
static MemoryMap[] constructMemoryMaps(Elf exeElf, File exeFile, LinkMap[] linkMaps)
           
static MemoryMap[] constructMemoryMaps(LinkMap[] linkMaps)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemoryMapFactory

public MemoryMapFactory()
Method Detail

constructMemoryMaps

public static MemoryMap[] constructMemoryMaps(Elf exeElf,
                                              File exeFile,
                                              LinkMap[] linkMaps)

constructMemoryMaps

public static MemoryMap[] constructMemoryMaps(LinkMap[] linkMaps)