WKern
Loading...
Searching...
No Matches
stdwex.h File Reference

Go to the source code of this file.

Functions

unsigned char * Execr ()
void Runwex (unsigned char *wexexecu)
 Automatically checks and executes an executable.
int * ReadVals (const unsigned char *exec)
int Chkwex (const unsigned char *smt, int smt_len, const unsigned char *st, int st_len)
void Exec (unsigned char *exec)

Function Documentation

◆ Chkwex()

int Chkwex ( const unsigned char * smt,
int smt_len,
const unsigned char * st,
int st_len )

◆ Exec()

void Exec ( unsigned char * exec)

Execute a WEX Exexutable

Definition at line 29 of file wexexec.c.

◆ Execr()

unsigned char * Execr ( )

Definition at line 34 of file testexec.c.

◆ ReadVals()

int * ReadVals ( const unsigned char * exec)

◆ Runwex()

void Runwex ( unsigned char * wexexecu)

Automatically checks and executes an executable.

Parameters
WEXEXECU- WEX Executable stored as Hexadecimal Array
Returns
Void Function - Does not return value

Definition at line 73 of file wexent.c.