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