Go to the source code of this file.
|
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) |
◆ 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 |
( |
| ) |
|
◆ 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.