ceplugin 0.6.0

Rust bindings to the Cheat Engine plugin SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * pmodeemu.h
 *
 *  Created on: Jul 13, 2009
 *      Author: erich
 */

#ifndef PMODEEMU_H_
#define PMODEEMU_H_

int emulateProtectedMode(pcpuinfo currentcpuinfo, VMRegisters *vmregisters);

#endif /* PMODEEMU_H_ */