ESAPI-C 1.0
The OWASP Enterprise Security API for C
|
Windows Command Shell Codec module header. More...
Go to the source code of this file.
Functions | |
char * | encode_windows_char (char *, char) |
Returns a Windows shell encoded character. | |
char | decode_windows_char (const char *, int *, char *) |
Windows Command Shell Codec module header.
Definition in file windows_codec.h.
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().