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