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
14
/*
 * offloados.c
 *
 *  Created on: Sep 2, 2009
 *      Author: erich
 *      Description: Contains the entry point a guest os can call which will cause it to get off-loaded into vmm mode
 */


//the startup info region must have been setup properly first
void offloados(void)
{

}