frysk.isa
Class ElfMap

java.lang.Object
  extended by frysk.isa.ElfMap

public final class ElfMap
extends Object

Factory returning an ISA based on ELF header information.


Constructor Summary
ElfMap()
           
 
Method Summary
static int getElfMachine(ISA isa)
           
static ISA getISA(ElfEHeader header)
           
static ISA getISA(File exe)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElfMap

public ElfMap()
Method Detail

getElfMachine

public static int getElfMachine(ISA isa)

getISA

public static ISA getISA(ElfEHeader header)

getISA

public static ISA getISA(File exe)