org.kit.furia.fragment.x86
Class X86toBytecode

java.lang.Object
  extended by org.kit.furia.fragment.x86.X86toBytecode

public class X86toBytecode
extends java.lang.Object

X86toBytecode attemps to transform an asm file generated from objdump into Java bytecode. Instructions that are not understood are simply ignored. We don't really need them all as our fragments are pretty surrealistic already. The class receives a String generated from objdump and hopes the best!

Author:
Arnoldo Jose Muller Molina

Constructor Summary
X86toBytecode()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

X86toBytecode

public X86toBytecode()


Copyright © 2008 Arnoldo Jose Muller Molina. All Rights Reserved.