Exemplo n.º 1
0
 private static extern UInt32 emu_disasm_addr(emu_cpu* hCpu, UInt32 eip, StringBuilder buf99);
Exemplo n.º 2
0
 private static extern UInt32 emu_cpu_run(emu_cpu* hCpu);
Exemplo n.º 3
0
 private static extern Int32 emu_cpu_step(emu_cpu* hCpu);
Exemplo n.º 4
0
 private static extern UInt32 emu_cpu_reg32_set(emu_cpu* hCpu, emu_reg32 reg32, UInt32 val);
Exemplo n.º 5
0
 private static extern UInt32 emu_cpu_reg32_get(emu_cpu* hCpu, emu_reg32 reg32);
Exemplo n.º 6
0
 private static extern Int32 emu_cpu_parse(emu_cpu* hCpu);
Exemplo n.º 7
0
 private static extern UInt32 emu_cpu_eip_set(emu_cpu* hCpu, UInt32 eip);
Exemplo n.º 8
0
 private static extern UInt32 emu_cpu_eip_get(emu_cpu* hCpu);