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