ceplugin 0.6.0

Rust bindings to the Cheat Engine plugin SDK
Documentation
1
2
3
4
5
6
7
8
#include "main.h"

#ifndef VMMEMU_H_
#define VMMEMU_H_

int emulatevm86(unsigned char *instructionpointer, VMRegisters *registers);

#endif