ESAPI-C 1.0
The OWASP Enterprise Security API for C
|
A Windows Command Shell Codec module implementation. More...
#include <stdlib.h>
#include <string.h>
#include "codec.h"
#include "windows_codec.h"
Go to the source code of this file.
Functions | |
char * | encode_windows_char (char *tokenbuff, char ch) |
Returns a Windows shell encoded character. | |
char | decode_windows_char (const char *input, int *index, char *pushback) |
Variables | |
char * | windows_codec_name = "Windows" |
A Windows Command Shell Codec module implementation.
Definition in file windows_codec.c.
char* encode_windows_char | ( | char * | tokenbuff, |
char | ch | ||
) |
Returns a Windows shell encoded character.
tokenbuff | A character array to hold the encoded character |
ch | The character to encode |
Definition at line 22 of file windows_codec.c.
References nonatohex().