private static extern UInt32 emu_disasm_addr(emu_cpu* hCpu, UInt32 eip, StringBuilder buf99);
private static extern UInt32 emu_cpu_run(emu_cpu* hCpu);
private static extern Int32 emu_cpu_step(emu_cpu* hCpu);
private static extern UInt32 emu_cpu_reg32_set(emu_cpu* hCpu, emu_reg32 reg32, UInt32 val);
private static extern UInt32 emu_cpu_reg32_get(emu_cpu* hCpu, emu_reg32 reg32);
private static extern Int32 emu_cpu_parse(emu_cpu* hCpu);
private static extern UInt32 emu_cpu_eip_set(emu_cpu* hCpu, UInt32 eip);
private static extern UInt32 emu_cpu_eip_get(emu_cpu* hCpu);